Shades of Sazerac #F2E0CE
Tints of Sazerac #F2E0CE
RGB
CMYK
RGB Variations
Color information
#F2E0CE (or 0xF2E0CE) is known color: Sazerac. HEX triplet: F2, E0 and CE. RGB value is (242,224,206). Sum of RGB (Red+Green+Blue) = 242+224+206=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0CE is #0D1F31. Grayscale: #E3E3E3. Windows color (decimal): -859954 or 13558002. OLE color: 13558002.
HSL color Cylindrical-coordinate representation of color #F2E0CE: hue angle of 30º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2E0CE is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 206 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.05 |
| HSL | 30º | 0.58% | 0.88% | - |
| HSV(B) | 30º | 0.15% | 0.95% | - |
| XYZ | 74.41 | 76.64 | 69.26 | - |
| YUV | 227.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 206 | 0 | 0.07 | 0.15 | 0.05 | 30 | 0.58 | 0.88 |
| Hex | F2 | E0 | CE | 0 | 7 | F | 5 | 1E | 3A | 58 |
| Octal | 362 | 340 | 316 | 0 | 7 | 17 | 5 | 36 | 72 | 130 |
| Binary | 11110010 | 11100000 | 11001110 | 0 | 111 | 1111 | 101 | 11110 | 111010 | 1011000 |
Color Harmonies of #F2E0CE
Complementary color
Monochromatic Colors of #F2E0CE
Black with #F2E0CE
Text Example
Text Example
White with #F2E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0CE; }
p { color: rgb(242,224,206); }
H1.HeaderClassName
{
color: #F2E0CE;
}
.AnyTagClassName
{
color: #F2E0CE;
}
</style>
background-color css
<style>
a { background-color: #F2E0CE; }
a { background-color: rgb(242,224,206); }
div.DivClassName
{
background-color: #F2E0CE;
}
.BgClassName
{
background-color: #F2E0CE;
}
</style>
border-color css
<style>
span { border-color: #F2E0CE; }
span { border-color: rgb(242,224,206); }
td.TdClassName
{
border-color: #F2E0CE;
}
.TagClassName
{
border-color: #F2E0CE;
}
</style>