Shades of Sazerac #F2E0CB
Tints of Sazerac #F2E0CB
RGB
CMYK
RGB Variations
Color information
#F2E0CB (or 0xF2E0CB) is known color: Sazerac. HEX triplet: F2, E0 and CB. RGB value is (242,224,203). Sum of RGB (Red+Green+Blue) = 242+224+203=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0CB is #0D1F34. Grayscale: #E3E3E3. Windows color (decimal): -859957 or 13361394. OLE color: 13361394.
HSL color Cylindrical-coordinate representation of color #F2E0CB: hue angle of 32.31º degrees, saturation: 0.6, 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 #F2E0CB is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 203 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.05 |
| HSL | 32.31º | 0.6% | 0.87% | - |
| HSV(B) | 32.31º | 0.16% | 0.95% | - |
| XYZ | 74.05 | 76.5 | 67.36 | - |
| YUV | 226.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 203 | 0 | 0.07 | 0.16 | 0.05 | 32.31 | 0.6 | 0.87 |
| Hex | F2 | E0 | CB | 0 | 7 | 10 | 5 | 20 | 3C | 57 |
| Octal | 362 | 340 | 313 | 0 | 7 | 20 | 5 | 40 | 74 | 127 |
| Binary | 11110010 | 11100000 | 11001011 | 0 | 111 | 10000 | 101 | 100000 | 111100 | 1010111 |
Color Harmonies of #F2E0CB
Complementary color
Monochromatic Colors of #F2E0CB
Black with #F2E0CB
Text Example
Text Example
White with #F2E0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0CB; }
p { color: rgb(242,224,203); }
H1.HeaderClassName
{
color: #F2E0CB;
}
.AnyTagClassName
{
color: #F2E0CB;
}
</style>
background-color css
<style>
a { background-color: #F2E0CB; }
a { background-color: rgb(242,224,203); }
div.DivClassName
{
background-color: #F2E0CB;
}
.BgClassName
{
background-color: #F2E0CB;
}
</style>
border-color css
<style>
span { border-color: #F2E0CB; }
span { border-color: rgb(242,224,203); }
td.TdClassName
{
border-color: #F2E0CB;
}
.TagClassName
{
border-color: #F2E0CB;
}
</style>