Shades of Sazerac #F4E2CF
Tints of Sazerac #F4E2CF
RGB
CMYK
RGB Variations
Color information
#F4E2CF (or 0xF4E2CF) is known color: Sazerac. HEX triplet: F4, E2 and CF. RGB value is (244,226,207). Sum of RGB (Red+Green+Blue) = 244+226+207=677 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.04% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E2CF is #0B1D30. Grayscale: #E5E5E5. Windows color (decimal): -728369 or 13624052. OLE color: 13624052.
HSL color Cylindrical-coordinate representation of color #F4E2CF: hue angle of 30.81º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4E2CF is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 226 | 207 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.04 |
| HSL | 30.81º | 0.63% | 0.88% | - |
| HSV(B) | 30.81º | 0.15% | 0.96% | - |
| XYZ | 75.77 | 78.13 | 70.12 | - |
| YUV | 229.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 226 | 207 | 0 | 0.07 | 0.15 | 0.04 | 30.81 | 0.63 | 0.88 |
| Hex | F4 | E2 | CF | 0 | 7 | F | 4 | 1F | 3F | 58 |
| Octal | 364 | 342 | 317 | 0 | 7 | 17 | 4 | 37 | 77 | 130 |
| Binary | 11110100 | 11100010 | 11001111 | 0 | 111 | 1111 | 100 | 11111 | 111111 | 1011000 |
Color Harmonies of #F4E2CF
Complementary color
Monochromatic Colors of #F4E2CF
Black with #F4E2CF
Text Example
Text Example
White with #F4E2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E2CF; }
p { color: rgb(244,226,207); }
H1.HeaderClassName
{
color: #F4E2CF;
}
.AnyTagClassName
{
color: #F4E2CF;
}
</style>
background-color css
<style>
a { background-color: #F4E2CF; }
a { background-color: rgb(244,226,207); }
div.DivClassName
{
background-color: #F4E2CF;
}
.BgClassName
{
background-color: #F4E2CF;
}
</style>
border-color css
<style>
span { border-color: #F4E2CF; }
span { border-color: rgb(244,226,207); }
td.TdClassName
{
border-color: #F4E2CF;
}
.TagClassName
{
border-color: #F4E2CF;
}
</style>