Shades of Sazerac #F0DEC7
Tints of Sazerac #F0DEC7
RGB
CMYK
RGB Variations
Color information
#F0DEC7 (or 0xF0DEC7) is known color: Sazerac. HEX triplet: F0, DE and C7. RGB value is (240,222,199). Sum of RGB (Red+Green+Blue) = 240+222+199=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 199 (78.12% from 255 or 30.11% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEC7 is #0F2138. Grayscale: #E0E0E0. Windows color (decimal): -991545 or 13098736. OLE color: 13098736.
HSL color Cylindrical-coordinate representation of color #F0DEC7: hue angle of 33.66º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0DEC7 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 199 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.06 |
| HSL | 33.66º | 0.58% | 0.86% | - |
| HSV(B) | 33.66º | 0.17% | 0.94% | - |
| XYZ | 72.37 | 74.89 | 64.67 | - |
| YUV | 224.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 199 | 0 | 0.08 | 0.17 | 0.06 | 33.66 | 0.58 | 0.86 |
| Hex | F0 | DE | C7 | 0 | 8 | 11 | 6 | 22 | 3A | 56 |
| Octal | 360 | 336 | 307 | 0 | 10 | 21 | 6 | 42 | 72 | 126 |
| Binary | 11110000 | 11011110 | 11000111 | 0 | 1000 | 10001 | 110 | 100010 | 111010 | 1010110 |
Color Harmonies of #F0DEC7
Complementary color
Monochromatic Colors of #F0DEC7
Black with #F0DEC7
Text Example
Text Example
White with #F0DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEC7; }
p { color: rgb(240,222,199); }
H1.HeaderClassName
{
color: #F0DEC7;
}
.AnyTagClassName
{
color: #F0DEC7;
}
</style>
background-color css
<style>
a { background-color: #F0DEC7; }
a { background-color: rgb(240,222,199); }
div.DivClassName
{
background-color: #F0DEC7;
}
.BgClassName
{
background-color: #F0DEC7;
}
</style>
border-color css
<style>
span { border-color: #F0DEC7; }
span { border-color: rgb(240,222,199); }
td.TdClassName
{
border-color: #F0DEC7;
}
.TagClassName
{
border-color: #F0DEC7;
}
</style>