Shades of Sazerac #F2E1CD
Tints of Sazerac #F2E1CD
RGB
CMYK
RGB Variations
Color information
#F2E1CD (or 0xF2E1CD) is known color: Sazerac. HEX triplet: F2, E1 and CD. RGB value is (242,225,205). Sum of RGB (Red+Green+Blue) = 242+225+205=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1CD is #0D1E32. Grayscale: #E3E3E3. Windows color (decimal): -859699 or 13492722. OLE color: 13492722.
HSL color Cylindrical-coordinate representation of color #F2E1CD: hue angle of 32.43º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2E1CD is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 205 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.05 |
| HSL | 32.43º | 0.59% | 0.88% | - |
| HSV(B) | 32.43º | 0.15% | 0.95% | - |
| XYZ | 74.56 | 77.14 | 68.72 | - |
| YUV | 227.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 205 | 0 | 0.07 | 0.15 | 0.05 | 32.43 | 0.59 | 0.88 |
| Hex | F2 | E1 | CD | 0 | 7 | F | 5 | 20 | 3B | 58 |
| Octal | 362 | 341 | 315 | 0 | 7 | 17 | 5 | 40 | 73 | 130 |
| Binary | 11110010 | 11100001 | 11001101 | 0 | 111 | 1111 | 101 | 100000 | 111011 | 1011000 |
Color Harmonies of #F2E1CD
Complementary color
Monochromatic Colors of #F2E1CD
Black with #F2E1CD
Text Example
Text Example
White with #F2E1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1CD; }
p { color: rgb(242,225,205); }
H1.HeaderClassName
{
color: #F2E1CD;
}
.AnyTagClassName
{
color: #F2E1CD;
}
</style>
background-color css
<style>
a { background-color: #F2E1CD; }
a { background-color: rgb(242,225,205); }
div.DivClassName
{
background-color: #F2E1CD;
}
.BgClassName
{
background-color: #F2E1CD;
}
</style>
border-color css
<style>
span { border-color: #F2E1CD; }
span { border-color: rgb(242,225,205); }
td.TdClassName
{
border-color: #F2E1CD;
}
.TagClassName
{
border-color: #F2E1CD;
}
</style>