Shades of Sazerac #F6E1CA
Tints of Sazerac #F6E1CA
RGB
CMYK
RGB Variations
Color information
#F6E1CA (or 0xF6E1CA) is known color: Sazerac. HEX triplet: F6, E1 and CA. RGB value is (246,225,202). Sum of RGB (Red+Green+Blue) = 246+225+202=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 202 (79.30% from 255 or 30.01% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E1CA is #091E35. Grayscale: #E4E4E4. Windows color (decimal): -597558 or 13296118. OLE color: 13296118.
HSL color Cylindrical-coordinate representation of color #F6E1CA: hue angle of 31.36º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6E1CA is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 202 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.04 |
| HSL | 31.36º | 0.71% | 0.88% | - |
| HSV(B) | 31.36º | 0.18% | 0.96% | - |
| XYZ | 75.59 | 77.71 | 66.89 | - |
| YUV | 228.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 202 | 0 | 0.09 | 0.18 | 0.04 | 31.36 | 0.71 | 0.88 |
| Hex | F6 | E1 | CA | 0 | 9 | 12 | 4 | 1F | 47 | 58 |
| Octal | 366 | 341 | 312 | 0 | 11 | 22 | 4 | 37 | 107 | 130 |
| Binary | 11110110 | 11100001 | 11001010 | 0 | 1001 | 10010 | 100 | 11111 | 1000111 | 1011000 |
Color Harmonies of #F6E1CA
Complementary color
Monochromatic Colors of #F6E1CA
Black with #F6E1CA
Text Example
Text Example
White with #F6E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E1CA; }
p { color: rgb(246,225,202); }
H1.HeaderClassName
{
color: #F6E1CA;
}
.AnyTagClassName
{
color: #F6E1CA;
}
</style>
background-color css
<style>
a { background-color: #F6E1CA; }
a { background-color: rgb(246,225,202); }
div.DivClassName
{
background-color: #F6E1CA;
}
.BgClassName
{
background-color: #F6E1CA;
}
</style>
border-color css
<style>
span { border-color: #F6E1CA; }
span { border-color: rgb(246,225,202); }
td.TdClassName
{
border-color: #F6E1CA;
}
.TagClassName
{
border-color: #F6E1CA;
}
</style>