#FFF0DB Peach Cream
#FFF0DB (Peach Cream) RGB value is (255, 240, 219).
Red value is 255, green value is 240, and blue value is 219.
Cylindrical-coordinate representations (HSL) of color #FFF0DB: hue: 35°, saturation: 100%, and lightness: 92.9%.
Process color (CMYK) of #FFF0DB is 0%, 5.9%, 14.1%, 0%. Web safe color equivalent of #FFF0DB is ##FFFFCC. Color #FFF0DB contains mainly Yellow.
Color Spaces
| Color spaces of #FFF0DB | Value |
|---|---|
| RGB | 255, 240, 219 |
| HSL | 35°, 100%, 92.9% |
| HSV / HSB | 35°, 14.1%, 100% |
| CMYK | 0%, 5.9%, 14.1%, 0% |
| XYZ | 85.19, 88.7, 79.64 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 11110000 | 11011011 |
| Octal | 377 | 360 | 333 |
| Decimal | 255 | 240 | 219 |
| Hex | FF | F0 | DB |
Shades of #FFF0DB
Tints of #FFF0DB
.mybgColor { background-color: #FFF0DB; }
.myforeColor { color: #FFF0DB; }
.myborderColor { border: 3px solid #FFF0DB; }
<p style="color:#FFF0DB">Text here</p>
This sample text is styled with font color #FFF0DB. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FFF0DB">Div content here</div>
<div style="border:3px solid #FFF0DB">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255, 240, 219, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FFF0DB; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FFF0DB;
-webkit-box-shadow: 1px 1px 3px #FFF0DB;
box-shadow: 1px 1px 3px #FFF0DB; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #FFF0DB (Peach Cream)
Color Overview & Profile: Color #FFF0DB, also known as Peach Cream, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 100% Red (255/255), 94% Green (240/255), and 86% Blue (219/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #FFF0DB translates into the CMYK subtractive color model with values of 0% Cyan, 5.9% Magenta, 14.1% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 35°, saturation of 100%, and lightness of 92.9%.
Web Accessibility & Design Recommendations: When implementing #FFF0DB in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##FFFFCC.
