Shades of Sazerac #F7E1CA
Tints of Sazerac #F7E1CA
RGB
CMYK
RGB Variations
Color information
#F7E1CA (or 0xF7E1CA) is known color: Sazerac. HEX triplet: F7, E1 and CA. RGB value is (247,225,202). Sum of RGB (Red+Green+Blue) = 247+225+202=674 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.65% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E1CA is #081E35. Grayscale: #E5E5E5. Windows color (decimal): -532022 or 13296119. OLE color: 13296119.
HSL color Cylindrical-coordinate representation of color #F7E1CA: hue angle of 30.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7E1CA is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 202 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.03 |
| HSL | 30.67º | 0.74% | 0.88% | - |
| HSV(B) | 30.67º | 0.18% | 0.97% | - |
| XYZ | 75.94 | 77.89 | 66.91 | - |
| YUV | 228.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 202 | 0 | 0.09 | 0.18 | 0.03 | 30.67 | 0.74 | 0.88 |
| Hex | F7 | E1 | CA | 0 | 9 | 12 | 3 | 1F | 4A | 58 |
| Octal | 367 | 341 | 312 | 0 | 11 | 22 | 3 | 37 | 112 | 130 |
| Binary | 11110111 | 11100001 | 11001010 | 0 | 1001 | 10010 | 11 | 11111 | 1001010 | 1011000 |
Color Harmonies of #F7E1CA
Complementary color
Monochromatic Colors of #F7E1CA
Black with #F7E1CA
Text Example
Text Example
White with #F7E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E1CA; }
p { color: rgb(247,225,202); }
H1.HeaderClassName
{
color: #F7E1CA;
}
.AnyTagClassName
{
color: #F7E1CA;
}
</style>
background-color css
<style>
a { background-color: #F7E1CA; }
a { background-color: rgb(247,225,202); }
div.DivClassName
{
background-color: #F7E1CA;
}
.BgClassName
{
background-color: #F7E1CA;
}
</style>
border-color css
<style>
span { border-color: #F7E1CA; }
span { border-color: rgb(247,225,202); }
td.TdClassName
{
border-color: #F7E1CA;
}
.TagClassName
{
border-color: #F7E1CA;
}
</style>