Shades of Sazerac #F2DBBE
Tints of Sazerac #F2DBBE
RGB
CMYK
RGB Variations
Color information
#F2DBBE (or 0xF2DBBE) is known color: Sazerac. HEX triplet: F2, DB and BE. RGB value is (242,219,190). Sum of RGB (Red+Green+Blue) = 242+219+190=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBBE is #0D2441. Grayscale: #DEDEDE. Windows color (decimal): -861250 or 12508146. OLE color: 12508146.
HSL color Cylindrical-coordinate representation of color #F2DBBE: hue angle of 33.46º degrees, saturation: 0.67, 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 #F2DBBE is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 190 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.05 |
| HSL | 33.46º | 0.67% | 0.85% | - |
| HSV(B) | 33.46º | 0.21% | 0.95% | - |
| XYZ | 71.24 | 73.26 | 59.1 | - |
| YUV | 222.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 190 | 0 | 0.10 | 0.21 | 0.05 | 33.46 | 0.67 | 0.85 |
| Hex | F2 | DB | BE | 0 | A | 15 | 5 | 21 | 43 | 55 |
| Octal | 362 | 333 | 276 | 0 | 12 | 25 | 5 | 41 | 103 | 125 |
| Binary | 11110010 | 11011011 | 10111110 | 0 | 1010 | 10101 | 101 | 100001 | 1000011 | 1010101 |
Color Harmonies of #F2DBBE
Complementary color
Monochromatic Colors of #F2DBBE
Black with #F2DBBE
Text Example
Text Example
White with #F2DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBBE; }
p { color: rgb(242,219,190); }
H1.HeaderClassName
{
color: #F2DBBE;
}
.AnyTagClassName
{
color: #F2DBBE;
}
</style>
background-color css
<style>
a { background-color: #F2DBBE; }
a { background-color: rgb(242,219,190); }
div.DivClassName
{
background-color: #F2DBBE;
}
.BgClassName
{
background-color: #F2DBBE;
}
</style>
border-color css
<style>
span { border-color: #F2DBBE; }
span { border-color: rgb(242,219,190); }
td.TdClassName
{
border-color: #F2DBBE;
}
.TagClassName
{
border-color: #F2DBBE;
}
</style>