Shades of Sazerac #F2DFCD
Tints of Sazerac #F2DFCD
RGB
CMYK
RGB Variations
Color information
#F2DFCD (or 0xF2DFCD) is known color: Sazerac. HEX triplet: F2, DF and CD. RGB value is (242,223,205). Sum of RGB (Red+Green+Blue) = 242+223+205=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFCD is #0D2032. Grayscale: #E2E2E2. Windows color (decimal): -860211 or 13492210. OLE color: 13492210.
HSL color Cylindrical-coordinate representation of color #F2DFCD: hue angle of 29.19º 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 #F2DFCD is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 205 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.05 |
| HSL | 29.19º | 0.59% | 0.88% | - |
| HSV(B) | 29.19º | 0.15% | 0.95% | - |
| XYZ | 74.03 | 76.06 | 68.54 | - |
| YUV | 226.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 205 | 0 | 0.08 | 0.15 | 0.05 | 29.19 | 0.59 | 0.88 |
| Hex | F2 | DF | CD | 0 | 8 | F | 5 | 1D | 3B | 58 |
| Octal | 362 | 337 | 315 | 0 | 10 | 17 | 5 | 35 | 73 | 130 |
| Binary | 11110010 | 11011111 | 11001101 | 0 | 1000 | 1111 | 101 | 11101 | 111011 | 1011000 |
Color Harmonies of #F2DFCD
Complementary color
Monochromatic Colors of #F2DFCD
Black with #F2DFCD
Text Example
Text Example
White with #F2DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFCD; }
p { color: rgb(242,223,205); }
H1.HeaderClassName
{
color: #F2DFCD;
}
.AnyTagClassName
{
color: #F2DFCD;
}
</style>
background-color css
<style>
a { background-color: #F2DFCD; }
a { background-color: rgb(242,223,205); }
div.DivClassName
{
background-color: #F2DFCD;
}
.BgClassName
{
background-color: #F2DFCD;
}
</style>
border-color css
<style>
span { border-color: #F2DFCD; }
span { border-color: rgb(242,223,205); }
td.TdClassName
{
border-color: #F2DFCD;
}
.TagClassName
{
border-color: #F2DFCD;
}
</style>