Shades of Sazerac #FAE0C9
Tints of Sazerac #FAE0C9
RGB
CMYK
RGB Variations
Color information
#FAE0C9 (or 0xFAE0C9) is known color: Sazerac. HEX triplet: FA, E0 and C9. RGB value is (250,224,201). Sum of RGB (Red+Green+Blue) = 250+224+201=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 201 (78.91% from 255 or 29.78% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE0C9 is #051F36. Grayscale: #E5E5E5. Windows color (decimal): -335671 or 13230330. OLE color: 13230330.
HSL color Cylindrical-coordinate representation of color #FAE0C9: hue angle of 28.16º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAE0C9 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 201 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.02 |
| HSL | 28.16º | 0.83% | 0.88% | - |
| HSV(B) | 28.16º | 0.2% | 0.98% | - |
| XYZ | 76.62 | 77.85 | 66.25 | - |
| YUV | 229.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 201 | 0 | 0.10 | 0.20 | 0.02 | 28.16 | 0.83 | 0.88 |
| Hex | FA | E0 | C9 | 0 | A | 14 | 2 | 1C | 53 | 58 |
| Octal | 372 | 340 | 311 | 0 | 12 | 24 | 2 | 34 | 123 | 130 |
| Binary | 11111010 | 11100000 | 11001001 | 0 | 1010 | 10100 | 10 | 11100 | 1010011 | 1011000 |
Color Harmonies of #FAE0C9
Complementary color
Monochromatic Colors of #FAE0C9
Black with #FAE0C9
Text Example
Text Example
White with #FAE0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0C9; }
p { color: rgb(250,224,201); }
H1.HeaderClassName
{
color: #FAE0C9;
}
.AnyTagClassName
{
color: #FAE0C9;
}
</style>
background-color css
<style>
a { background-color: #FAE0C9; }
a { background-color: rgb(250,224,201); }
div.DivClassName
{
background-color: #FAE0C9;
}
.BgClassName
{
background-color: #FAE0C9;
}
</style>
border-color css
<style>
span { border-color: #FAE0C9; }
span { border-color: rgb(250,224,201); }
td.TdClassName
{
border-color: #FAE0C9;
}
.TagClassName
{
border-color: #FAE0C9;
}
</style>