Shades of Sazerac #FAE1C9
Tints of Sazerac #FAE1C9
RGB
CMYK
RGB Variations
Color information
#FAE1C9 (or 0xFAE1C9) is known color: Sazerac. HEX triplet: FA, E1 and C9. RGB value is (250,225,201). Sum of RGB (Red+Green+Blue) = 250+225+201=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 201 (78.91% from 255 or 29.73% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1C9 is #051E36. Grayscale: #E5E5E5. Windows color (decimal): -335415 or 13230586. OLE color: 13230586.
HSL color Cylindrical-coordinate representation of color #FAE1C9: hue angle of 29.39º 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 #FAE1C9 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 201 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.02 |
| HSL | 29.39º | 0.83% | 0.88% | - |
| HSV(B) | 29.39º | 0.2% | 0.98% | - |
| XYZ | 76.89 | 78.39 | 66.34 | - |
| YUV | 229.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 201 | 0 | 0.10 | 0.20 | 0.02 | 29.39 | 0.83 | 0.88 |
| Hex | FA | E1 | C9 | 0 | A | 14 | 2 | 1D | 53 | 58 |
| Octal | 372 | 341 | 311 | 0 | 12 | 24 | 2 | 35 | 123 | 130 |
| Binary | 11111010 | 11100001 | 11001001 | 0 | 1010 | 10100 | 10 | 11101 | 1010011 | 1011000 |
Color Harmonies of #FAE1C9
Complementary color
Monochromatic Colors of #FAE1C9
Black with #FAE1C9
Text Example
Text Example
White with #FAE1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1C9; }
p { color: rgb(250,225,201); }
H1.HeaderClassName
{
color: #FAE1C9;
}
.AnyTagClassName
{
color: #FAE1C9;
}
</style>
background-color css
<style>
a { background-color: #FAE1C9; }
a { background-color: rgb(250,225,201); }
div.DivClassName
{
background-color: #FAE1C9;
}
.BgClassName
{
background-color: #FAE1C9;
}
</style>
border-color css
<style>
span { border-color: #FAE1C9; }
span { border-color: rgb(250,225,201); }
td.TdClassName
{
border-color: #FAE1C9;
}
.TagClassName
{
border-color: #FAE1C9;
}
</style>