#FCEFCC Biscuit
#FCEFCC (Biscuit) RGB value is (252, 239, 204).
Red value is 252, green value is 239, and blue value is 204.
Cylindrical-coordinate representations (HSL) of color #FCEFCC: hue: 44°, saturation: 88.9%, and lightness: 89.4%.
Process color (CMYK) of #FCEFCC is 0%, 5.2%, 19%, 1.2%. Web safe color equivalent of #FCEFCC is ##FFFFCC. Color #FCEFCC contains mainly Yellow.
Color Spaces
| Color spaces of #FCEFCC | Value |
|---|---|
| RGB | 252, 239, 204 |
| HSL | 44°, 88.9%, 89.4% |
| HSV / HSB | 44°, 19%, 98.8% |
| CMYK | 0%, 5.2%, 19%, 1.2% |
| XYZ | 81.91, 86.79, 69.55 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111100 | 11101111 | 11001100 |
| Octal | 374 | 357 | 314 |
| Decimal | 252 | 239 | 204 |
| Hex | FC | EF | CC |
Shades of #FCEFCC
Tints of #FCEFCC
.mybgColor { background-color: #FCEFCC; }
.myforeColor { color: #FCEFCC; }
.myborderColor { border: 3px solid #FCEFCC; }
<p style="color:#FCEFCC">Text here</p>
This sample text is styled with font color #FCEFCC. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FCEFCC">Div content here</div>
<div style="border:3px solid #FCEFCC">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252, 239, 204, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FCEFCC; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FCEFCC;
-webkit-box-shadow: 1px 1px 3px #FCEFCC;
box-shadow: 1px 1px 3px #FCEFCC; }
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 #FCEFCC (Biscuit)
Color Overview & Profile: Color #FCEFCC, also known as Biscuit, 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), 94% Green (239/255), and 80% Blue (204/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #FCEFCC translates into the CMYK subtractive color model with values of 0% Cyan, 5.2% Magenta, 19% Yellow, and 1.2% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 44°, saturation of 88.9%, and lightness of 89.4%.
Web Accessibility & Design Recommendations: When implementing #FCEFCC 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.
