#FAEFE5 Backlight
#FAEFE5 (Backlight) RGB value is (250, 239, 229).
Red value is 250, green value is 239, and blue value is 229.
Cylindrical-coordinate representations (HSL) of color #FAEFE5: hue: 29°, saturation: 67.7%, and lightness: 93.9%.
Process color (CMYK) of #FAEFE5 is 0%, 4.4%, 8.4%, 2%. Web safe color equivalent of #FAEFE5 is ##FFFFCC. Color #FAEFE5 contains mainly Yellow.
Color Spaces
| Color spaces of #FAEFE5 | Value |
|---|---|
| RGB | 250, 239, 229 |
| HSL | 29°, 67.7%, 93.9% |
| HSV / HSB | 29°, 8.4%, 98% |
| CMYK | 0%, 4.4%, 8.4%, 2% |
| XYZ | 84.43, 87.72, 86.6 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111010 | 11101111 | 11100101 |
| Octal | 372 | 357 | 345 |
| Decimal | 250 | 239 | 229 |
| Hex | FA | EF | E5 |
Shades of #FAEFE5
Tints of #FAEFE5
.mybgColor { background-color: #FAEFE5; }
.myforeColor { color: #FAEFE5; }
.myborderColor { border: 3px solid #FAEFE5; }
<p style="color:#FAEFE5">Text here</p>
This sample text is styled with font color #FAEFE5. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FAEFE5">Div content here</div>
<div style="border:3px solid #FAEFE5">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250, 239, 229, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FAEFE5; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FAEFE5;
-webkit-box-shadow: 1px 1px 3px #FAEFE5;
box-shadow: 1px 1px 3px #FAEFE5; }
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 #FAEFE5 (Backlight)
Color Overview & Profile: Color #FAEFE5, also known as Backlight, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 98% Red (250/255), 94% Green (239/255), and 90% Blue (229/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #FAEFE5 translates into the CMYK subtractive color model with values of 0% Cyan, 4.4% Magenta, 8.4% Yellow, and 2% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 29°, saturation of 67.7%, and lightness of 93.9%.
Web Accessibility & Design Recommendations: When implementing #FAEFE5 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.
