Shades of Chablis #FCEAE0
Tints of Chablis #FCEAE0
RGB
CMYK
RGB Variations
Color information
#FCEAE0 (or 0xFCEAE0) is known color: Chablis. HEX triplet: FC, EA and E0. RGB value is (252,234,224). Sum of RGB (Red+Green+Blue) = 252+234+224=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 224 (87.89% from 255 or 31.55% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAE0 is #03151F. Grayscale: #EEEEEE. Windows color (decimal): -202016 or 14740220. OLE color: 14740220.
HSL color Cylindrical-coordinate representation of color #FCEAE0: hue angle of 21.43º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCEAE0 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 224 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.01 |
| HSL | 21.43º | 0.82% | 0.93% | - |
| HSV(B) | 21.43º | 0.11% | 0.99% | - |
| XYZ | 83.02 | 84.92 | 82.54 | - |
| YUV | 238.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 224 | 0 | 0.07 | 0.11 | 0.01 | 21.43 | 0.82 | 0.93 |
| Hex | FC | EA | E0 | 0 | 7 | B | 1 | 15 | 52 | 5D |
| Octal | 374 | 352 | 340 | 0 | 7 | 13 | 1 | 25 | 122 | 135 |
| Binary | 11111100 | 11101010 | 11100000 | 0 | 111 | 1011 | 1 | 10101 | 1010010 | 1011101 |
Color Harmonies of #FCEAE0
Complementary color
Monochromatic Colors of #FCEAE0
Black with #FCEAE0
Text Example
Text Example
White with #FCEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAE0; }
p { color: rgb(252,234,224); }
H1.HeaderClassName
{
color: #FCEAE0;
}
.AnyTagClassName
{
color: #FCEAE0;
}
</style>
background-color css
<style>
a { background-color: #FCEAE0; }
a { background-color: rgb(252,234,224); }
div.DivClassName
{
background-color: #FCEAE0;
}
.BgClassName
{
background-color: #FCEAE0;
}
</style>
border-color css
<style>
span { border-color: #FCEAE0; }
span { border-color: rgb(252,234,224); }
td.TdClassName
{
border-color: #FCEAE0;
}
.TagClassName
{
border-color: #FCEAE0;
}
</style>