Shades of Chablis #FCE8DC
Tints of Chablis #FCE8DC
RGB
CMYK
RGB Variations
Color information
#FCE8DC (or 0xFCE8DC) is known color: Chablis. HEX triplet: FC, E8 and DC. RGB value is (252,232,220). Sum of RGB (Red+Green+Blue) = 252+232+220=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 232 (91.02% from 255 or 32.95% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8DC is #031723. Grayscale: #ECECEC. Windows color (decimal): -202532 or 14477564. OLE color: 14477564.
HSL color Cylindrical-coordinate representation of color #FCE8DC: hue angle of 22.5º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCE8DC is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 220 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.01 |
| HSL | 22.5º | 0.84% | 0.93% | - |
| HSV(B) | 22.5º | 0.13% | 0.99% | - |
| XYZ | 81.92 | 83.58 | 79.52 | - |
| YUV | 236.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 220 | 0 | 0.08 | 0.13 | 0.01 | 22.5 | 0.84 | 0.93 |
| Hex | FC | E8 | DC | 0 | 8 | D | 1 | 16 | 54 | 5D |
| Octal | 374 | 350 | 334 | 0 | 10 | 15 | 1 | 26 | 124 | 135 |
| Binary | 11111100 | 11101000 | 11011100 | 0 | 1000 | 1101 | 1 | 10110 | 1010100 | 1011101 |
Color Harmonies of #FCE8DC
Complementary color
Monochromatic Colors of #FCE8DC
Black with #FCE8DC
Text Example
Text Example
White with #FCE8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8DC; }
p { color: rgb(252,232,220); }
H1.HeaderClassName
{
color: #FCE8DC;
}
.AnyTagClassName
{
color: #FCE8DC;
}
</style>
background-color css
<style>
a { background-color: #FCE8DC; }
a { background-color: rgb(252,232,220); }
div.DivClassName
{
background-color: #FCE8DC;
}
.BgClassName
{
background-color: #FCE8DC;
}
</style>
border-color css
<style>
span { border-color: #FCE8DC; }
span { border-color: rgb(252,232,220); }
td.TdClassName
{
border-color: #FCE8DC;
}
.TagClassName
{
border-color: #FCE8DC;
}
</style>