Shades of Sazerac #F8E0CD
Tints of Sazerac #F8E0CD
RGB
CMYK
RGB Variations
Color information
#F8E0CD (or 0xF8E0CD) is known color: Sazerac. HEX triplet: F8, E0 and CD. RGB value is (248,224,205). Sum of RGB (Red+Green+Blue) = 248+224+205=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E0CD is #071F32. Grayscale: #E5E5E5. Windows color (decimal): -466739 or 13492472. OLE color: 13492472.
HSL color Cylindrical-coordinate representation of color #F8E0CD: hue angle of 26.51º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8E0CD is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 224 | 205 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.03 |
| HSL | 26.51º | 0.75% | 0.89% | - |
| HSV(B) | 26.51º | 0.17% | 0.97% | - |
| XYZ | 76.39 | 77.68 | 68.72 | - |
| YUV | 229.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 224 | 205 | 0 | 0.10 | 0.17 | 0.03 | 26.51 | 0.75 | 0.89 |
| Hex | F8 | E0 | CD | 0 | A | 11 | 3 | 1B | 4B | 59 |
| Octal | 370 | 340 | 315 | 0 | 12 | 21 | 3 | 33 | 113 | 131 |
| Binary | 11111000 | 11100000 | 11001101 | 0 | 1010 | 10001 | 11 | 11011 | 1001011 | 1011001 |
Color Harmonies of #F8E0CD
Complementary color
Monochromatic Colors of #F8E0CD
Black with #F8E0CD
Text Example
Text Example
White with #F8E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E0CD; }
p { color: rgb(248,224,205); }
H1.HeaderClassName
{
color: #F8E0CD;
}
.AnyTagClassName
{
color: #F8E0CD;
}
</style>
background-color css
<style>
a { background-color: #F8E0CD; }
a { background-color: rgb(248,224,205); }
div.DivClassName
{
background-color: #F8E0CD;
}
.BgClassName
{
background-color: #F8E0CD;
}
</style>
border-color css
<style>
span { border-color: #F8E0CD; }
span { border-color: rgb(248,224,205); }
td.TdClassName
{
border-color: #F8E0CD;
}
.TagClassName
{
border-color: #F8E0CD;
}
</style>