Shades of Chablis #FAE9E0
Tints of Chablis #FAE9E0
RGB
CMYK
RGB Variations
Color information
#FAE9E0 (or 0xFAE9E0) is known color: Chablis. HEX triplet: FA, E9 and E0. RGB value is (250,233,224). Sum of RGB (Red+Green+Blue) = 250+233+224=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 233 (91.41% from 255 or 32.96% from 707); Blue value is 224 (87.89% from 255 or 31.68% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9E0 is #05161F. Grayscale: #EDEDED. Windows color (decimal): -333344 or 14739962. OLE color: 14739962.
HSL color Cylindrical-coordinate representation of color #FAE9E0: hue angle of 20.77º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE9E0 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 224 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.02 |
| HSL | 20.77º | 0.72% | 0.93% | - |
| HSV(B) | 20.77º | 0.1% | 0.98% | - |
| XYZ | 82.02 | 83.98 | 82.41 | - |
| YUV | 237.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 224 | 0 | 0.07 | 0.10 | 0.02 | 20.77 | 0.72 | 0.93 |
| Hex | FA | E9 | E0 | 0 | 7 | A | 2 | 15 | 48 | 5D |
| Octal | 372 | 351 | 340 | 0 | 7 | 12 | 2 | 25 | 110 | 135 |
| Binary | 11111010 | 11101001 | 11100000 | 0 | 111 | 1010 | 10 | 10101 | 1001000 | 1011101 |
Color Harmonies of #FAE9E0
Complementary color
Monochromatic Colors of #FAE9E0
Black with #FAE9E0
Text Example
Text Example
White with #FAE9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE9E0; }
p { color: rgb(250,233,224); }
H1.HeaderClassName
{
color: #FAE9E0;
}
.AnyTagClassName
{
color: #FAE9E0;
}
</style>
background-color css
<style>
a { background-color: #FAE9E0; }
a { background-color: rgb(250,233,224); }
div.DivClassName
{
background-color: #FAE9E0;
}
.BgClassName
{
background-color: #FAE9E0;
}
</style>
border-color css
<style>
span { border-color: #FAE9E0; }
span { border-color: rgb(250,233,224); }
td.TdClassName
{
border-color: #FAE9E0;
}
.TagClassName
{
border-color: #FAE9E0;
}
</style>