Shades of Sazerac #F7E0CE
Tints of Sazerac #F7E0CE
RGB
CMYK
RGB Variations
Color information
#F7E0CE (or 0xF7E0CE) is known color: Sazerac. HEX triplet: F7, E0 and CE. RGB value is (247,224,206). Sum of RGB (Red+Green+Blue) = 247+224+206=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E0CE is #081F31. Grayscale: #E4E4E4. Windows color (decimal): -532274 or 13558007. OLE color: 13558007.
HSL color Cylindrical-coordinate representation of color #F7E0CE: hue angle of 26.34º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7E0CE is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 206 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.03 |
| HSL | 26.34º | 0.72% | 0.89% | - |
| HSV(B) | 26.34º | 0.17% | 0.97% | - |
| XYZ | 76.15 | 77.54 | 69.35 | - |
| YUV | 228.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 206 | 0 | 0.09 | 0.17 | 0.03 | 26.34 | 0.72 | 0.89 |
| Hex | F7 | E0 | CE | 0 | 9 | 11 | 3 | 1A | 48 | 59 |
| Octal | 367 | 340 | 316 | 0 | 11 | 21 | 3 | 32 | 110 | 131 |
| Binary | 11110111 | 11100000 | 11001110 | 0 | 1001 | 10001 | 11 | 11010 | 1001000 | 1011001 |
Color Harmonies of #F7E0CE
Complementary color
Monochromatic Colors of #F7E0CE
Black with #F7E0CE
Text Example
Text Example
White with #F7E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E0CE; }
p { color: rgb(247,224,206); }
H1.HeaderClassName
{
color: #F7E0CE;
}
.AnyTagClassName
{
color: #F7E0CE;
}
</style>
background-color css
<style>
a { background-color: #F7E0CE; }
a { background-color: rgb(247,224,206); }
div.DivClassName
{
background-color: #F7E0CE;
}
.BgClassName
{
background-color: #F7E0CE;
}
</style>
border-color css
<style>
span { border-color: #F7E0CE; }
span { border-color: rgb(247,224,206); }
td.TdClassName
{
border-color: #F7E0CE;
}
.TagClassName
{
border-color: #F7E0CE;
}
</style>