Shades of Sazerac #F0DFCD
Tints of Sazerac #F0DFCD
RGB
CMYK
RGB Variations
Color information
#F0DFCD (or 0xF0DFCD) is known color: Sazerac. HEX triplet: F0, DF and CD. RGB value is (240,223,205). Sum of RGB (Red+Green+Blue) = 240+223+205=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFCD is #0F2032. Grayscale: #E2E2E2. Windows color (decimal): -991283 or 13492208. OLE color: 13492208.
HSL color Cylindrical-coordinate representation of color #F0DFCD: hue angle of 30.86º degrees, saturation: 0.54, 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 #F0DFCD is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 205 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.06 |
| HSL | 30.86º | 0.54% | 0.87% | - |
| HSV(B) | 30.86º | 0.15% | 0.94% | - |
| XYZ | 73.34 | 75.71 | 68.51 | - |
| YUV | 226.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 205 | 0 | 0.07 | 0.15 | 0.06 | 30.86 | 0.54 | 0.87 |
| Hex | F0 | DF | CD | 0 | 7 | F | 6 | 1F | 36 | 57 |
| Octal | 360 | 337 | 315 | 0 | 7 | 17 | 6 | 37 | 66 | 127 |
| Binary | 11110000 | 11011111 | 11001101 | 0 | 111 | 1111 | 110 | 11111 | 110110 | 1010111 |
Color Harmonies of #F0DFCD
Complementary color
Monochromatic Colors of #F0DFCD
Black with #F0DFCD
Text Example
Text Example
White with #F0DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFCD; }
p { color: rgb(240,223,205); }
H1.HeaderClassName
{
color: #F0DFCD;
}
.AnyTagClassName
{
color: #F0DFCD;
}
</style>
background-color css
<style>
a { background-color: #F0DFCD; }
a { background-color: rgb(240,223,205); }
div.DivClassName
{
background-color: #F0DFCD;
}
.BgClassName
{
background-color: #F0DFCD;
}
</style>
border-color css
<style>
span { border-color: #F0DFCD; }
span { border-color: rgb(240,223,205); }
td.TdClassName
{
border-color: #F0DFCD;
}
.TagClassName
{
border-color: #F0DFCD;
}
</style>