#FFECE0 Pink Glow
#FFECE0 (Pink Glow) RGB value is (255, 236, 224).
Red value is 255, green value is 236, and blue value is 224.
Cylindrical-coordinate representations (HSL) of color #FFECE0: hue: 23°, saturation: 100%, and lightness: 93.9%.
Process color (CMYK) of #FFECE0 is 0%, 7.5%, 12.2%, 0%. Web safe color equivalent of #FFECE0 is ##FFFFCC. Color #FFECE0 contains mainly Yellow.
Color Spaces
| Color spaces of #FFECE0 | Value |
|---|---|
| RGB | 255, 236, 224 |
| HSL | 23°, 100%, 93.9% |
| HSV / HSB | 23°, 12.2%, 100% |
| CMYK | 0%, 7.5%, 12.2%, 0% |
| XYZ | 84.69, 86.63, 82.77 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 11101100 | 11100000 |
| Octal | 377 | 354 | 340 |
| Decimal | 255 | 236 | 224 |
| Hex | FF | EC | E0 |
Shades of #FFECE0
Tints of #FFECE0
.mybgColor { background-color: #FFECE0; }
.myforeColor { color: #FFECE0; }
.myborderColor { border: 3px solid #FFECE0; }
<p style="color:#FFECE0">Text here</p>
This sample text is styled with font color #FFECE0. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FFECE0">Div content here</div>
<div style="border:3px solid #FFECE0">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255, 236, 224, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FFECE0; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FFECE0;
-webkit-box-shadow: 1px 1px 3px #FFECE0;
box-shadow: 1px 1px 3px #FFECE0; }
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 #FFECE0 (Pink Glow)
Color Overview & Profile: Color #FFECE0, also known as Pink Glow, 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), 93% Green (236/255), and 88% Blue (224/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #FFECE0 translates into the CMYK subtractive color model with values of 0% Cyan, 7.5% Magenta, 12.2% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 23°, saturation of 100%, and lightness of 93.9%.
Web Accessibility & Design Recommendations: When implementing #FFECE0 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.
