Shades of Sazerac #F4E2CE
Tints of Sazerac #F4E2CE
RGB
CMYK
RGB Variations
Color information
#F4E2CE (or 0xF4E2CE) is known color: Sazerac. HEX triplet: F4, E2 and CE. RGB value is (244,226,206). Sum of RGB (Red+Green+Blue) = 244+226+206=676 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.09% from 676); Green value is 226 (88.67% from 255 or 33.43% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E2CE is #0B1D31. Grayscale: #E5E5E5. Windows color (decimal): -728370 or 13558516. OLE color: 13558516.
HSL color Cylindrical-coordinate representation of color #F4E2CE: hue angle of 31.58º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4E2CE is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 226 | 206 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.04 |
| HSL | 31.58º | 0.63% | 0.88% | - |
| HSV(B) | 31.58º | 0.16% | 0.96% | - |
| XYZ | 75.65 | 78.08 | 69.48 | - |
| YUV | 229.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 226 | 206 | 0 | 0.07 | 0.16 | 0.04 | 31.58 | 0.63 | 0.88 |
| Hex | F4 | E2 | CE | 0 | 7 | 10 | 4 | 20 | 3F | 58 |
| Octal | 364 | 342 | 316 | 0 | 7 | 20 | 4 | 40 | 77 | 130 |
| Binary | 11110100 | 11100010 | 11001110 | 0 | 111 | 10000 | 100 | 100000 | 111111 | 1011000 |
Color Harmonies of #F4E2CE
Complementary color
Monochromatic Colors of #F4E2CE
Black with #F4E2CE
Text Example
Text Example
White with #F4E2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E2CE; }
p { color: rgb(244,226,206); }
H1.HeaderClassName
{
color: #F4E2CE;
}
.AnyTagClassName
{
color: #F4E2CE;
}
</style>
background-color css
<style>
a { background-color: #F4E2CE; }
a { background-color: rgb(244,226,206); }
div.DivClassName
{
background-color: #F4E2CE;
}
.BgClassName
{
background-color: #F4E2CE;
}
</style>
border-color css
<style>
span { border-color: #F4E2CE; }
span { border-color: rgb(244,226,206); }
td.TdClassName
{
border-color: #F4E2CE;
}
.TagClassName
{
border-color: #F4E2CE;
}
</style>