Shades of Sazerac #F6E0CE
Tints of Sazerac #F6E0CE
RGB
CMYK
RGB Variations
Color information
#F6E0CE (or 0xF6E0CE) is known color: Sazerac. HEX triplet: F6, E0 and CE. RGB value is (246,224,206). Sum of RGB (Red+Green+Blue) = 246+224+206=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E0CE is #091F31. Grayscale: #E4E4E4. Windows color (decimal): -597810 or 13558006. OLE color: 13558006.
HSL color Cylindrical-coordinate representation of color #F6E0CE: hue angle of 27º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6E0CE is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 206 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.04 |
| HSL | 27º | 0.69% | 0.89% | - |
| HSV(B) | 27º | 0.16% | 0.96% | - |
| XYZ | 75.8 | 77.36 | 69.33 | - |
| YUV | 228.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 206 | 0 | 0.09 | 0.16 | 0.04 | 27 | 0.69 | 0.89 |
| Hex | F6 | E0 | CE | 0 | 9 | 10 | 4 | 1B | 45 | 59 |
| Octal | 366 | 340 | 316 | 0 | 11 | 20 | 4 | 33 | 105 | 131 |
| Binary | 11110110 | 11100000 | 11001110 | 0 | 1001 | 10000 | 100 | 11011 | 1000101 | 1011001 |
Color Harmonies of #F6E0CE
Complementary color
Monochromatic Colors of #F6E0CE
Black with #F6E0CE
Text Example
Text Example
White with #F6E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E0CE; }
p { color: rgb(246,224,206); }
H1.HeaderClassName
{
color: #F6E0CE;
}
.AnyTagClassName
{
color: #F6E0CE;
}
</style>
background-color css
<style>
a { background-color: #F6E0CE; }
a { background-color: rgb(246,224,206); }
div.DivClassName
{
background-color: #F6E0CE;
}
.BgClassName
{
background-color: #F6E0CE;
}
</style>
border-color css
<style>
span { border-color: #F6E0CE; }
span { border-color: rgb(246,224,206); }
td.TdClassName
{
border-color: #F6E0CE;
}
.TagClassName
{
border-color: #F6E0CE;
}
</style>