Shades of Sazerac #F8E1CA
Tints of Sazerac #F8E1CA
RGB
CMYK
RGB Variations
Color information
#F8E1CA (or 0xF8E1CA) is known color: Sazerac. HEX triplet: F8, E1 and CA. RGB value is (248,225,202). Sum of RGB (Red+Green+Blue) = 248+225+202=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 202 (79.30% from 255 or 29.93% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E1CA is #071E35. Grayscale: #E5E5E5. Windows color (decimal): -466486 or 13296120. OLE color: 13296120.
HSL color Cylindrical-coordinate representation of color #F8E1CA: hue angle of 30º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8E1CA is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 202 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.03 |
| HSL | 30º | 0.77% | 0.88% | - |
| HSV(B) | 30º | 0.19% | 0.97% | - |
| XYZ | 76.3 | 78.07 | 66.93 | - |
| YUV | 229.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 202 | 0 | 0.09 | 0.19 | 0.03 | 30 | 0.77 | 0.88 |
| Hex | F8 | E1 | CA | 0 | 9 | 13 | 3 | 1E | 4D | 58 |
| Octal | 370 | 341 | 312 | 0 | 11 | 23 | 3 | 36 | 115 | 130 |
| Binary | 11111000 | 11100001 | 11001010 | 0 | 1001 | 10011 | 11 | 11110 | 1001101 | 1011000 |
Color Harmonies of #F8E1CA
Complementary color
Monochromatic Colors of #F8E1CA
Black with #F8E1CA
Text Example
Text Example
White with #F8E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E1CA; }
p { color: rgb(248,225,202); }
H1.HeaderClassName
{
color: #F8E1CA;
}
.AnyTagClassName
{
color: #F8E1CA;
}
</style>
background-color css
<style>
a { background-color: #F8E1CA; }
a { background-color: rgb(248,225,202); }
div.DivClassName
{
background-color: #F8E1CA;
}
.BgClassName
{
background-color: #F8E1CA;
}
</style>
border-color css
<style>
span { border-color: #F8E1CA; }
span { border-color: rgb(248,225,202); }
td.TdClassName
{
border-color: #F8E1CA;
}
.TagClassName
{
border-color: #F8E1CA;
}
</style>