Shades of Sazerac #F2E1CF
Tints of Sazerac #F2E1CF
RGB
CMYK
RGB Variations
Color information
#F2E1CF (or 0xF2E1CF) is known color: Sazerac. HEX triplet: F2, E1 and CF. RGB value is (242,225,207). Sum of RGB (Red+Green+Blue) = 242+225+207=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1CF is #0D1E30. Grayscale: #E4E4E4. Windows color (decimal): -859697 or 13623794. OLE color: 13623794.
HSL color Cylindrical-coordinate representation of color #F2E1CF: hue angle of 30.86º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2E1CF is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 207 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.05 |
| HSL | 30.86º | 0.57% | 0.88% | - |
| HSV(B) | 30.86º | 0.14% | 0.95% | - |
| XYZ | 74.81 | 77.23 | 70 | - |
| YUV | 228.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 207 | 0 | 0.07 | 0.14 | 0.05 | 30.86 | 0.57 | 0.88 |
| Hex | F2 | E1 | CF | 0 | 7 | E | 5 | 1F | 39 | 58 |
| Octal | 362 | 341 | 317 | 0 | 7 | 16 | 5 | 37 | 71 | 130 |
| Binary | 11110010 | 11100001 | 11001111 | 0 | 111 | 1110 | 101 | 11111 | 111001 | 1011000 |
Color Harmonies of #F2E1CF
Complementary color
Monochromatic Colors of #F2E1CF
Black with #F2E1CF
Text Example
Text Example
White with #F2E1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1CF; }
p { color: rgb(242,225,207); }
H1.HeaderClassName
{
color: #F2E1CF;
}
.AnyTagClassName
{
color: #F2E1CF;
}
</style>
background-color css
<style>
a { background-color: #F2E1CF; }
a { background-color: rgb(242,225,207); }
div.DivClassName
{
background-color: #F2E1CF;
}
.BgClassName
{
background-color: #F2E1CF;
}
</style>
border-color css
<style>
span { border-color: #F2E1CF; }
span { border-color: rgb(242,225,207); }
td.TdClassName
{
border-color: #F2E1CF;
}
.TagClassName
{
border-color: #F2E1CF;
}
</style>