Shades of Sazerac #F2E0C5
Tints of Sazerac #F2E0C5
RGB
CMYK
RGB Variations
Color information
#F2E0C5 (or 0xF2E0C5) is known color: Sazerac. HEX triplet: F2, E0 and C5. RGB value is (242,224,197). Sum of RGB (Red+Green+Blue) = 242+224+197=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 197 (77.34% from 255 or 29.71% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0C5 is #0D1F3A. Grayscale: #E2E2E2. Windows color (decimal): -859963 or 12968178. OLE color: 12968178.
HSL color Cylindrical-coordinate representation of color #F2E0C5: hue angle of 36º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2E0C5 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 197 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.05 |
| HSL | 36º | 0.63% | 0.86% | - |
| HSV(B) | 36º | 0.19% | 0.95% | - |
| XYZ | 73.35 | 76.22 | 63.67 | - |
| YUV | 226.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 197 | 0 | 0.07 | 0.19 | 0.05 | 36 | 0.63 | 0.86 |
| Hex | F2 | E0 | C5 | 0 | 7 | 13 | 5 | 24 | 3F | 56 |
| Octal | 362 | 340 | 305 | 0 | 7 | 23 | 5 | 44 | 77 | 126 |
| Binary | 11110010 | 11100000 | 11000101 | 0 | 111 | 10011 | 101 | 100100 | 111111 | 1010110 |
Color Harmonies of #F2E0C5
Complementary color
Monochromatic Colors of #F2E0C5
Black with #F2E0C5
Text Example
Text Example
White with #F2E0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0C5; }
p { color: rgb(242,224,197); }
H1.HeaderClassName
{
color: #F2E0C5;
}
.AnyTagClassName
{
color: #F2E0C5;
}
</style>
background-color css
<style>
a { background-color: #F2E0C5; }
a { background-color: rgb(242,224,197); }
div.DivClassName
{
background-color: #F2E0C5;
}
.BgClassName
{
background-color: #F2E0C5;
}
</style>
border-color css
<style>
span { border-color: #F2E0C5; }
span { border-color: rgb(242,224,197); }
td.TdClassName
{
border-color: #F2E0C5;
}
.TagClassName
{
border-color: #F2E0C5;
}
</style>