Shades of Sazerac #F0DEC6
Tints of Sazerac #F0DEC6
RGB
CMYK
RGB Variations
Color information
#F0DEC6 (or 0xF0DEC6) is known color: Sazerac. HEX triplet: F0, DE and C6. RGB value is (240,222,198). Sum of RGB (Red+Green+Blue) = 240+222+198=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 198 (77.73% from 255 or 30% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEC6 is #0F2139. Grayscale: #E0E0E0. Windows color (decimal): -991546 or 13033200. OLE color: 13033200.
HSL color Cylindrical-coordinate representation of color #F0DEC6: hue angle of 34.29º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0DEC6 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 198 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.06 |
| HSL | 34.29º | 0.58% | 0.86% | - |
| HSV(B) | 34.29º | 0.18% | 0.94% | - |
| XYZ | 72.25 | 74.85 | 64.06 | - |
| YUV | 224.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 198 | 0 | 0.08 | 0.18 | 0.06 | 34.29 | 0.58 | 0.86 |
| Hex | F0 | DE | C6 | 0 | 8 | 12 | 6 | 22 | 3A | 56 |
| Octal | 360 | 336 | 306 | 0 | 10 | 22 | 6 | 42 | 72 | 126 |
| Binary | 11110000 | 11011110 | 11000110 | 0 | 1000 | 10010 | 110 | 100010 | 111010 | 1010110 |
Color Harmonies of #F0DEC6
Complementary color
Monochromatic Colors of #F0DEC6
Black with #F0DEC6
Text Example
Text Example
White with #F0DEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEC6; }
p { color: rgb(240,222,198); }
H1.HeaderClassName
{
color: #F0DEC6;
}
.AnyTagClassName
{
color: #F0DEC6;
}
</style>
background-color css
<style>
a { background-color: #F0DEC6; }
a { background-color: rgb(240,222,198); }
div.DivClassName
{
background-color: #F0DEC6;
}
.BgClassName
{
background-color: #F0DEC6;
}
</style>
border-color css
<style>
span { border-color: #F0DEC6; }
span { border-color: rgb(240,222,198); }
td.TdClassName
{
border-color: #F0DEC6;
}
.TagClassName
{
border-color: #F0DEC6;
}
</style>