Shades of Sazerac #F2DDBF
Tints of Sazerac #F2DDBF
RGB
CMYK
RGB Variations
Color information
#F2DDBF (or 0xF2DDBF) is known color: Sazerac. HEX triplet: F2, DD and BF. RGB value is (242,221,191). Sum of RGB (Red+Green+Blue) = 242+221+191=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDBF is #0D2240. Grayscale: #DFDFDF. Windows color (decimal): -860737 or 12574194. OLE color: 12574194.
HSL color Cylindrical-coordinate representation of color #F2DDBF: hue angle of 35.29º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2DDBF is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 191 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.05 |
| HSL | 35.29º | 0.66% | 0.85% | - |
| HSV(B) | 35.29º | 0.21% | 0.95% | - |
| XYZ | 71.88 | 74.35 | 59.85 | - |
| YUV | 223.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 191 | 0 | 0.09 | 0.21 | 0.05 | 35.29 | 0.66 | 0.85 |
| Hex | F2 | DD | BF | 0 | 9 | 15 | 5 | 23 | 42 | 55 |
| Octal | 362 | 335 | 277 | 0 | 11 | 25 | 5 | 43 | 102 | 125 |
| Binary | 11110010 | 11011101 | 10111111 | 0 | 1001 | 10101 | 101 | 100011 | 1000010 | 1010101 |
Color Harmonies of #F2DDBF
Complementary color
Monochromatic Colors of #F2DDBF
Black with #F2DDBF
Text Example
Text Example
White with #F2DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDBF; }
p { color: rgb(242,221,191); }
H1.HeaderClassName
{
color: #F2DDBF;
}
.AnyTagClassName
{
color: #F2DDBF;
}
</style>
background-color css
<style>
a { background-color: #F2DDBF; }
a { background-color: rgb(242,221,191); }
div.DivClassName
{
background-color: #F2DDBF;
}
.BgClassName
{
background-color: #F2DDBF;
}
</style>
border-color css
<style>
span { border-color: #F2DDBF; }
span { border-color: rgb(242,221,191); }
td.TdClassName
{
border-color: #F2DDBF;
}
.TagClassName
{
border-color: #F2DDBF;
}
</style>