Shades of Sazerac #F2DABE
Tints of Sazerac #F2DABE
RGB
CMYK
RGB Variations
Color information
#F2DABE (or 0xF2DABE) is known color: Sazerac. HEX triplet: F2, DA and BE. RGB value is (242,218,190). Sum of RGB (Red+Green+Blue) = 242+218+190=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DABE is #0D2541. Grayscale: #DEDEDE. Windows color (decimal): -861506 or 12507890. OLE color: 12507890.
HSL color Cylindrical-coordinate representation of color #F2DABE: hue angle of 32.31º 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 #F2DABE is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 190 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.05 |
| HSL | 32.31º | 0.67% | 0.85% | - |
| HSV(B) | 32.31º | 0.21% | 0.95% | - |
| XYZ | 70.98 | 72.74 | 59.01 | - |
| YUV | 221.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 190 | 0 | 0.10 | 0.21 | 0.05 | 32.31 | 0.67 | 0.85 |
| Hex | F2 | DA | BE | 0 | A | 15 | 5 | 20 | 43 | 55 |
| Octal | 362 | 332 | 276 | 0 | 12 | 25 | 5 | 40 | 103 | 125 |
| Binary | 11110010 | 11011010 | 10111110 | 0 | 1010 | 10101 | 101 | 100000 | 1000011 | 1010101 |
Color Harmonies of #F2DABE
Complementary color
Monochromatic Colors of #F2DABE
Black with #F2DABE
Text Example
Text Example
White with #F2DABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DABE; }
p { color: rgb(242,218,190); }
H1.HeaderClassName
{
color: #F2DABE;
}
.AnyTagClassName
{
color: #F2DABE;
}
</style>
background-color css
<style>
a { background-color: #F2DABE; }
a { background-color: rgb(242,218,190); }
div.DivClassName
{
background-color: #F2DABE;
}
.BgClassName
{
background-color: #F2DABE;
}
</style>
border-color css
<style>
span { border-color: #F2DABE; }
span { border-color: rgb(242,218,190); }
td.TdClassName
{
border-color: #F2DABE;
}
.TagClassName
{
border-color: #F2DABE;
}
</style>