Shades of Sazerac #F4DEBE
Tints of Sazerac #F4DEBE
RGB
CMYK
RGB Variations
Color information
#F4DEBE (or 0xF4DEBE) is known color: Sazerac. HEX triplet: F4, DE and BE. RGB value is (244,222,190). Sum of RGB (Red+Green+Blue) = 244+222+190=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DEBE is #0B2141. Grayscale: #E1E1E1. Windows color (decimal): -729410 or 12508916. OLE color: 12508916.
HSL color Cylindrical-coordinate representation of color #F4DEBE: hue angle of 35.56º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4DEBE is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 222 | 190 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.04 |
| HSL | 35.56º | 0.71% | 0.85% | - |
| HSV(B) | 35.56º | 0.22% | 0.96% | - |
| XYZ | 72.72 | 75.19 | 59.4 | - |
| YUV | 224.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 190 | 0 | 0.09 | 0.22 | 0.04 | 35.56 | 0.71 | 0.85 |
| Hex | F4 | DE | BE | 0 | 9 | 16 | 4 | 24 | 47 | 55 |
| Octal | 364 | 336 | 276 | 0 | 11 | 26 | 4 | 44 | 107 | 125 |
| Binary | 11110100 | 11011110 | 10111110 | 0 | 1001 | 10110 | 100 | 100100 | 1000111 | 1010101 |
Color Harmonies of #F4DEBE
Complementary color
Monochromatic Colors of #F4DEBE
Black with #F4DEBE
Text Example
Text Example
White with #F4DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DEBE; }
p { color: rgb(244,222,190); }
H1.HeaderClassName
{
color: #F4DEBE;
}
.AnyTagClassName
{
color: #F4DEBE;
}
</style>
background-color css
<style>
a { background-color: #F4DEBE; }
a { background-color: rgb(244,222,190); }
div.DivClassName
{
background-color: #F4DEBE;
}
.BgClassName
{
background-color: #F4DEBE;
}
</style>
border-color css
<style>
span { border-color: #F4DEBE; }
span { border-color: rgb(244,222,190); }
td.TdClassName
{
border-color: #F4DEBE;
}
.TagClassName
{
border-color: #F4DEBE;
}
</style>