Shades of Chablis #FDEAE0
Tints of Chablis #FDEAE0
RGB
CMYK
RGB Variations
Color information
#FDEAE0 (or 0xFDEAE0) is known color: Chablis. HEX triplet: FD, EA and E0. RGB value is (253,234,224). Sum of RGB (Red+Green+Blue) = 253+234+224=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 224 (87.89% from 255 or 31.50% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAE0 is #02151F. Grayscale: #EEEEEE. Windows color (decimal): -136480 or 14740221. OLE color: 14740221.
HSL color Cylindrical-coordinate representation of color #FDEAE0: hue angle of 20.69º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDEAE0 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 224 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.01 |
| HSL | 20.69º | 0.88% | 0.94% | - |
| HSV(B) | 20.69º | 0.11% | 0.99% | - |
| XYZ | 83.39 | 85.11 | 82.55 | - |
| YUV | 238.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 224 | 0 | 0.08 | 0.11 | 0.01 | 20.69 | 0.88 | 0.94 |
| Hex | FD | EA | E0 | 0 | 8 | B | 1 | 15 | 58 | 5E |
| Octal | 375 | 352 | 340 | 0 | 10 | 13 | 1 | 25 | 130 | 136 |
| Binary | 11111101 | 11101010 | 11100000 | 0 | 1000 | 1011 | 1 | 10101 | 1011000 | 1011110 |
Color Harmonies of #FDEAE0
Complementary color
Monochromatic Colors of #FDEAE0
Black with #FDEAE0
Text Example
Text Example
White with #FDEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAE0; }
p { color: rgb(253,234,224); }
H1.HeaderClassName
{
color: #FDEAE0;
}
.AnyTagClassName
{
color: #FDEAE0;
}
</style>
background-color css
<style>
a { background-color: #FDEAE0; }
a { background-color: rgb(253,234,224); }
div.DivClassName
{
background-color: #FDEAE0;
}
.BgClassName
{
background-color: #FDEAE0;
}
</style>
border-color css
<style>
span { border-color: #FDEAE0; }
span { border-color: rgb(253,234,224); }
td.TdClassName
{
border-color: #FDEAE0;
}
.TagClassName
{
border-color: #FDEAE0;
}
</style>