Shades of Sazerac #F0E0CA
Tints of Sazerac #F0E0CA
RGB
CMYK
RGB Variations
Color information
#F0E0CA (or 0xF0E0CA) is known color: Sazerac. HEX triplet: F0, E0 and CA. RGB value is (240,224,202). Sum of RGB (Red+Green+Blue) = 240+224+202=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0CA is #0F1F35. Grayscale: #E2E2E2. Windows color (decimal): -991030 or 13295856. OLE color: 13295856.
HSL color Cylindrical-coordinate representation of color #F0E0CA: hue angle of 34.74º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0E0CA is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 202 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.06 |
| HSL | 34.74º | 0.56% | 0.87% | - |
| HSV(B) | 34.74º | 0.16% | 0.94% | - |
| XYZ | 73.25 | 76.1 | 66.71 | - |
| YUV | 226.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 202 | 0 | 0.07 | 0.16 | 0.06 | 34.74 | 0.56 | 0.87 |
| Hex | F0 | E0 | CA | 0 | 7 | 10 | 6 | 23 | 38 | 57 |
| Octal | 360 | 340 | 312 | 0 | 7 | 20 | 6 | 43 | 70 | 127 |
| Binary | 11110000 | 11100000 | 11001010 | 0 | 111 | 10000 | 110 | 100011 | 111000 | 1010111 |
Color Harmonies of #F0E0CA
Complementary color
Monochromatic Colors of #F0E0CA
Black with #F0E0CA
Text Example
Text Example
White with #F0E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0CA; }
p { color: rgb(240,224,202); }
H1.HeaderClassName
{
color: #F0E0CA;
}
.AnyTagClassName
{
color: #F0E0CA;
}
</style>
background-color css
<style>
a { background-color: #F0E0CA; }
a { background-color: rgb(240,224,202); }
div.DivClassName
{
background-color: #F0E0CA;
}
.BgClassName
{
background-color: #F0E0CA;
}
</style>
border-color css
<style>
span { border-color: #F0E0CA; }
span { border-color: rgb(240,224,202); }
td.TdClassName
{
border-color: #F0E0CA;
}
.TagClassName
{
border-color: #F0E0CA;
}
</style>