#FCC8B9 Coral Bells
#FCC8B9 (Coral Bells) RGB value is (252, 200, 185).
Red value is 252, green value is 200, and blue value is 185.
Cylindrical-coordinate representations (HSL) of color #FCC8B9: hue: 13°, saturation: 91.8%, and lightness: 85.7%.
Process color (CMYK) of #FCC8B9 is 0%, 20.6%, 26.6%, 1.2%. Web safe color equivalent of #FCC8B9 is ##FFCCCC. Color #FCC8B9 contains mainly Yellow.
Color Spaces
| Color spaces of #FCC8B9 | Value |
|---|---|
| RGB | 252, 200, 185 |
| HSL | 13°, 91.8%, 85.7% |
| HSV / HSB | 13°, 26.6%, 98.8% |
| CMYK | 0%, 20.6%, 26.6%, 1.2% |
| XYZ | 69.56, 65.51, 54.87 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111100 | 11001000 | 10111001 |
| Octal | 374 | 310 | 271 |
| Decimal | 252 | 200 | 185 |
| Hex | FC | C8 | B9 |
Shades of #FCC8B9
Tints of #FCC8B9
.mybgColor { background-color: #FCC8B9; }
.myforeColor { color: #FCC8B9; }
.myborderColor { border: 3px solid #FCC8B9; }
<p style="color:#FCC8B9">Text here</p>
This sample text is styled with font color #FCC8B9. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FCC8B9">Div content here</div>
<div style="border:3px solid #FCC8B9">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252, 200, 185, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FCC8B9; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FCC8B9;
-webkit-box-shadow: 1px 1px 3px #FCC8B9;
box-shadow: 1px 1px 3px #FCC8B9; }
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 #FCC8B9 (Coral Bells)
Color Overview & Profile: Color #FCC8B9, also known as Coral Bells, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 99% Red (252/255), 78% Green (200/255), and 73% Blue (185/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #FCC8B9 translates into the CMYK subtractive color model with values of 0% Cyan, 20.6% Magenta, 26.6% Yellow, and 1.2% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 13°, saturation of 91.8%, and lightness of 85.7%.
Web Accessibility & Design Recommendations: When implementing #FCC8B9 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 ##FFCCCC.
