Shades of Sazerac #F2E0CC
Tints of Sazerac #F2E0CC
RGB
CMYK
RGB Variations
Color information
#F2E0CC (or 0xF2E0CC) is known color: Sazerac. HEX triplet: F2, E0 and CC. RGB value is (242,224,204). Sum of RGB (Red+Green+Blue) = 242+224+204=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0CC is #0D1F33. Grayscale: #E3E3E3. Windows color (decimal): -859956 or 13426930. OLE color: 13426930.
HSL color Cylindrical-coordinate representation of color #F2E0CC: hue angle of 31.58º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2E0CC is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 204 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.05 |
| HSL | 31.58º | 0.59% | 0.87% | - |
| HSV(B) | 31.58º | 0.16% | 0.95% | - |
| XYZ | 74.17 | 76.55 | 67.99 | - |
| YUV | 227.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 204 | 0 | 0.07 | 0.16 | 0.05 | 31.58 | 0.59 | 0.87 |
| Hex | F2 | E0 | CC | 0 | 7 | 10 | 5 | 20 | 3B | 57 |
| Octal | 362 | 340 | 314 | 0 | 7 | 20 | 5 | 40 | 73 | 127 |
| Binary | 11110010 | 11100000 | 11001100 | 0 | 111 | 10000 | 101 | 100000 | 111011 | 1010111 |
Color Harmonies of #F2E0CC
Complementary color
Monochromatic Colors of #F2E0CC
Black with #F2E0CC
Text Example
Text Example
White with #F2E0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0CC; }
p { color: rgb(242,224,204); }
H1.HeaderClassName
{
color: #F2E0CC;
}
.AnyTagClassName
{
color: #F2E0CC;
}
</style>
background-color css
<style>
a { background-color: #F2E0CC; }
a { background-color: rgb(242,224,204); }
div.DivClassName
{
background-color: #F2E0CC;
}
.BgClassName
{
background-color: #F2E0CC;
}
</style>
border-color css
<style>
span { border-color: #F2E0CC; }
span { border-color: rgb(242,224,204); }
td.TdClassName
{
border-color: #F2E0CC;
}
.TagClassName
{
border-color: #F2E0CC;
}
</style>