Shades of Sazerac #F2E0C7
Tints of Sazerac #F2E0C7
RGB
CMYK
RGB Variations
Color information
#F2E0C7 (or 0xF2E0C7) is known color: Sazerac. HEX triplet: F2, E0 and C7. RGB value is (242,224,199). Sum of RGB (Red+Green+Blue) = 242+224+199=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 199 (78.12% from 255 or 29.92% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0C7 is #0D1F38. Grayscale: #E2E2E2. Windows color (decimal): -859961 or 13099250. OLE color: 13099250.
HSL color Cylindrical-coordinate representation of color #F2E0C7: hue angle of 34.88º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2E0C7 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 199 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.05 |
| HSL | 34.88º | 0.62% | 0.86% | - |
| HSV(B) | 34.88º | 0.18% | 0.95% | - |
| XYZ | 73.58 | 76.31 | 64.88 | - |
| YUV | 226.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 199 | 0 | 0.07 | 0.18 | 0.05 | 34.88 | 0.62 | 0.86 |
| Hex | F2 | E0 | C7 | 0 | 7 | 12 | 5 | 23 | 3E | 56 |
| Octal | 362 | 340 | 307 | 0 | 7 | 22 | 5 | 43 | 76 | 126 |
| Binary | 11110010 | 11100000 | 11000111 | 0 | 111 | 10010 | 101 | 100011 | 111110 | 1010110 |
Color Harmonies of #F2E0C7
Complementary color
Monochromatic Colors of #F2E0C7
Black with #F2E0C7
Text Example
Text Example
White with #F2E0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0C7; }
p { color: rgb(242,224,199); }
H1.HeaderClassName
{
color: #F2E0C7;
}
.AnyTagClassName
{
color: #F2E0C7;
}
</style>
background-color css
<style>
a { background-color: #F2E0C7; }
a { background-color: rgb(242,224,199); }
div.DivClassName
{
background-color: #F2E0C7;
}
.BgClassName
{
background-color: #F2E0C7;
}
</style>
border-color css
<style>
span { border-color: #F2E0C7; }
span { border-color: rgb(242,224,199); }
td.TdClassName
{
border-color: #F2E0C7;
}
.TagClassName
{
border-color: #F2E0C7;
}
</style>