Shades of Chablis #FCEADF
Tints of Chablis #FCEADF
RGB
CMYK
RGB Variations
Color information
#FCEADF (or 0xFCEADF) is known color: Chablis. HEX triplet: FC, EA and DF. RGB value is (252,234,223). Sum of RGB (Red+Green+Blue) = 252+234+223=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEADF is #031520. Grayscale: #EEEEEE. Windows color (decimal): -202017 or 14674684. OLE color: 14674684.
HSL color Cylindrical-coordinate representation of color #FCEADF: hue angle of 22.76º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCEADF is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 223 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.01 |
| HSL | 22.76º | 0.83% | 0.93% | - |
| HSV(B) | 22.76º | 0.12% | 0.99% | - |
| XYZ | 82.89 | 84.87 | 81.82 | - |
| YUV | 238.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 223 | 0 | 0.07 | 0.12 | 0.01 | 22.76 | 0.83 | 0.93 |
| Hex | FC | EA | DF | 0 | 7 | C | 1 | 17 | 53 | 5D |
| Octal | 374 | 352 | 337 | 0 | 7 | 14 | 1 | 27 | 123 | 135 |
| Binary | 11111100 | 11101010 | 11011111 | 0 | 111 | 1100 | 1 | 10111 | 1010011 | 1011101 |
Color Harmonies of #FCEADF
Complementary color
Monochromatic Colors of #FCEADF
Black with #FCEADF
Text Example
Text Example
White with #FCEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEADF; }
p { color: rgb(252,234,223); }
H1.HeaderClassName
{
color: #FCEADF;
}
.AnyTagClassName
{
color: #FCEADF;
}
</style>
background-color css
<style>
a { background-color: #FCEADF; }
a { background-color: rgb(252,234,223); }
div.DivClassName
{
background-color: #FCEADF;
}
.BgClassName
{
background-color: #FCEADF;
}
</style>
border-color css
<style>
span { border-color: #FCEADF; }
span { border-color: rgb(252,234,223); }
td.TdClassName
{
border-color: #FCEADF;
}
.TagClassName
{
border-color: #FCEADF;
}
</style>