Shades of Sazerac #F2DBBF
Tints of Sazerac #F2DBBF
RGB
CMYK
RGB Variations
Color information
#F2DBBF (or 0xF2DBBF) is known color: Sazerac. HEX triplet: F2, DB and BF. RGB value is (242,219,191). Sum of RGB (Red+Green+Blue) = 242+219+191=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBBF is #0D2440. Grayscale: #DEDEDE. Windows color (decimal): -861249 or 12573682. OLE color: 12573682.
HSL color Cylindrical-coordinate representation of color #F2DBBF: hue angle of 32.94º 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 #F2DBBF is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 191 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.05 |
| HSL | 32.94º | 0.66% | 0.85% | - |
| HSV(B) | 32.94º | 0.21% | 0.95% | - |
| XYZ | 71.35 | 73.3 | 59.68 | - |
| YUV | 222.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 191 | 0 | 0.10 | 0.21 | 0.05 | 32.94 | 0.66 | 0.85 |
| Hex | F2 | DB | BF | 0 | A | 15 | 5 | 21 | 42 | 55 |
| Octal | 362 | 333 | 277 | 0 | 12 | 25 | 5 | 41 | 102 | 125 |
| Binary | 11110010 | 11011011 | 10111111 | 0 | 1010 | 10101 | 101 | 100001 | 1000010 | 1010101 |
Color Harmonies of #F2DBBF
Complementary color
Monochromatic Colors of #F2DBBF
Black with #F2DBBF
Text Example
Text Example
White with #F2DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBBF; }
p { color: rgb(242,219,191); }
H1.HeaderClassName
{
color: #F2DBBF;
}
.AnyTagClassName
{
color: #F2DBBF;
}
</style>
background-color css
<style>
a { background-color: #F2DBBF; }
a { background-color: rgb(242,219,191); }
div.DivClassName
{
background-color: #F2DBBF;
}
.BgClassName
{
background-color: #F2DBBF;
}
</style>
border-color css
<style>
span { border-color: #F2DBBF; }
span { border-color: rgb(242,219,191); }
td.TdClassName
{
border-color: #F2DBBF;
}
.TagClassName
{
border-color: #F2DBBF;
}
</style>