Shades of Sazerac #F8E1CC
Tints of Sazerac #F8E1CC
RGB
CMYK
RGB Variations
Color information
#F8E1CC (or 0xF8E1CC) is known color: Sazerac. HEX triplet: F8, E1 and CC. RGB value is (248,225,204). Sum of RGB (Red+Green+Blue) = 248+225+204=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E1CC is #071E33. Grayscale: #E5E5E5. Windows color (decimal): -466484 or 13427192. OLE color: 13427192.
HSL color Cylindrical-coordinate representation of color #F8E1CC: hue angle of 28.64º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8E1CC is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 204 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.03 |
| HSL | 28.64º | 0.76% | 0.89% | - |
| HSV(B) | 28.64º | 0.18% | 0.97% | - |
| XYZ | 76.54 | 78.17 | 68.18 | - |
| YUV | 229.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 204 | 0 | 0.09 | 0.18 | 0.03 | 28.64 | 0.76 | 0.89 |
| Hex | F8 | E1 | CC | 0 | 9 | 12 | 3 | 1D | 4C | 59 |
| Octal | 370 | 341 | 314 | 0 | 11 | 22 | 3 | 35 | 114 | 131 |
| Binary | 11111000 | 11100001 | 11001100 | 0 | 1001 | 10010 | 11 | 11101 | 1001100 | 1011001 |
Color Harmonies of #F8E1CC
Complementary color
Monochromatic Colors of #F8E1CC
Black with #F8E1CC
Text Example
Text Example
White with #F8E1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E1CC; }
p { color: rgb(248,225,204); }
H1.HeaderClassName
{
color: #F8E1CC;
}
.AnyTagClassName
{
color: #F8E1CC;
}
</style>
background-color css
<style>
a { background-color: #F8E1CC; }
a { background-color: rgb(248,225,204); }
div.DivClassName
{
background-color: #F8E1CC;
}
.BgClassName
{
background-color: #F8E1CC;
}
</style>
border-color css
<style>
span { border-color: #F8E1CC; }
span { border-color: rgb(248,225,204); }
td.TdClassName
{
border-color: #F8E1CC;
}
.TagClassName
{
border-color: #F8E1CC;
}
</style>