Shades of Sazerac #F0DFCC
Tints of Sazerac #F0DFCC
RGB
CMYK
RGB Variations
Color information
#F0DFCC (or 0xF0DFCC) is known color: Sazerac. HEX triplet: F0, DF and CC. RGB value is (240,223,204). Sum of RGB (Red+Green+Blue) = 240+223+204=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFCC is #0F2033. Grayscale: #E2E2E2. Windows color (decimal): -991284 or 13426672. OLE color: 13426672.
HSL color Cylindrical-coordinate representation of color #F0DFCC: hue angle of 31.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0DFCC is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 204 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.06 |
| HSL | 31.67º | 0.55% | 0.87% | - |
| HSV(B) | 31.67º | 0.15% | 0.94% | - |
| XYZ | 73.22 | 75.66 | 67.87 | - |
| YUV | 225.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 204 | 0 | 0.07 | 0.15 | 0.06 | 31.67 | 0.55 | 0.87 |
| Hex | F0 | DF | CC | 0 | 7 | F | 6 | 20 | 37 | 57 |
| Octal | 360 | 337 | 314 | 0 | 7 | 17 | 6 | 40 | 67 | 127 |
| Binary | 11110000 | 11011111 | 11001100 | 0 | 111 | 1111 | 110 | 100000 | 110111 | 1010111 |
Color Harmonies of #F0DFCC
Complementary color
Monochromatic Colors of #F0DFCC
Black with #F0DFCC
Text Example
Text Example
White with #F0DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFCC; }
p { color: rgb(240,223,204); }
H1.HeaderClassName
{
color: #F0DFCC;
}
.AnyTagClassName
{
color: #F0DFCC;
}
</style>
background-color css
<style>
a { background-color: #F0DFCC; }
a { background-color: rgb(240,223,204); }
div.DivClassName
{
background-color: #F0DFCC;
}
.BgClassName
{
background-color: #F0DFCC;
}
</style>
border-color css
<style>
span { border-color: #F0DFCC; }
span { border-color: rgb(240,223,204); }
td.TdClassName
{
border-color: #F0DFCC;
}
.TagClassName
{
border-color: #F0DFCC;
}
</style>