Shades of Sazerac #F0E0CD
Tints of Sazerac #F0E0CD
RGB
CMYK
RGB Variations
Color information
#F0E0CD (or 0xF0E0CD) is known color: Sazerac. HEX triplet: F0, E0 and CD. RGB value is (240,224,205). Sum of RGB (Red+Green+Blue) = 240+224+205=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0CD is #0F1F32. Grayscale: #E2E2E2. Windows color (decimal): -991027 or 13492464. OLE color: 13492464.
HSL color Cylindrical-coordinate representation of color #F0E0CD: hue angle of 32.57º 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 #F0E0CD is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 205 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.06 |
| HSL | 32.57º | 0.54% | 0.87% | - |
| HSV(B) | 32.57º | 0.15% | 0.94% | - |
| XYZ | 73.61 | 76.24 | 68.59 | - |
| YUV | 226.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 205 | 0 | 0.07 | 0.15 | 0.06 | 32.57 | 0.54 | 0.87 |
| Hex | F0 | E0 | CD | 0 | 7 | F | 6 | 21 | 36 | 57 |
| Octal | 360 | 340 | 315 | 0 | 7 | 17 | 6 | 41 | 66 | 127 |
| Binary | 11110000 | 11100000 | 11001101 | 0 | 111 | 1111 | 110 | 100001 | 110110 | 1010111 |
Color Harmonies of #F0E0CD
Complementary color
Monochromatic Colors of #F0E0CD
Black with #F0E0CD
Text Example
Text Example
White with #F0E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0CD; }
p { color: rgb(240,224,205); }
H1.HeaderClassName
{
color: #F0E0CD;
}
.AnyTagClassName
{
color: #F0E0CD;
}
</style>
background-color css
<style>
a { background-color: #F0E0CD; }
a { background-color: rgb(240,224,205); }
div.DivClassName
{
background-color: #F0E0CD;
}
.BgClassName
{
background-color: #F0E0CD;
}
</style>
border-color css
<style>
span { border-color: #F0E0CD; }
span { border-color: rgb(240,224,205); }
td.TdClassName
{
border-color: #F0E0CD;
}
.TagClassName
{
border-color: #F0E0CD;
}
</style>