Shades of Chablis #FAE9E1
Tints of Chablis #FAE9E1
RGB
CMYK
RGB Variations
Color information
#FAE9E1 (or 0xFAE9E1) is known color: Chablis. HEX triplet: FA, E9 and E1. RGB value is (250,233,225). Sum of RGB (Red+Green+Blue) = 250+233+225=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 233 (91.41% from 255 or 32.91% from 708); Blue value is 225 (88.28% from 255 or 31.78% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9E1 is #05161E. Grayscale: #EDEDED. Windows color (decimal): -333343 or 14805498. OLE color: 14805498.
HSL color Cylindrical-coordinate representation of color #FAE9E1: hue angle of 19.2º degrees, saturation: 0.71, 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 #FAE9E1 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 225 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.02 |
| HSL | 19.2º | 0.71% | 0.93% | - |
| HSV(B) | 19.2º | 0.1% | 0.98% | - |
| XYZ | 82.15 | 84.04 | 83.13 | - |
| YUV | 237.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 225 | 0 | 0.07 | 0.10 | 0.02 | 19.2 | 0.71 | 0.93 |
| Hex | FA | E9 | E1 | 0 | 7 | A | 2 | 13 | 47 | 5D |
| Octal | 372 | 351 | 341 | 0 | 7 | 12 | 2 | 23 | 107 | 135 |
| Binary | 11111010 | 11101001 | 11100001 | 0 | 111 | 1010 | 10 | 10011 | 1000111 | 1011101 |
Color Harmonies of #FAE9E1
Complementary color
Monochromatic Colors of #FAE9E1
Black with #FAE9E1
Text Example
Text Example
White with #FAE9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE9E1; }
p { color: rgb(250,233,225); }
H1.HeaderClassName
{
color: #FAE9E1;
}
.AnyTagClassName
{
color: #FAE9E1;
}
</style>
background-color css
<style>
a { background-color: #FAE9E1; }
a { background-color: rgb(250,233,225); }
div.DivClassName
{
background-color: #FAE9E1;
}
.BgClassName
{
background-color: #FAE9E1;
}
</style>
border-color css
<style>
span { border-color: #FAE9E1; }
span { border-color: rgb(250,233,225); }
td.TdClassName
{
border-color: #FAE9E1;
}
.TagClassName
{
border-color: #FAE9E1;
}
</style>