Shades of Sazerac #F7DEBE
Tints of Sazerac #F7DEBE
RGB
CMYK
RGB Variations
Color information
#F7DEBE (or 0xF7DEBE) is known color: Sazerac. HEX triplet: F7, DE and BE. RGB value is (247,222,190). Sum of RGB (Red+Green+Blue) = 247+222+190=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DEBE is #082141. Grayscale: #E1E1E1. Windows color (decimal): -532802 or 12508919. OLE color: 12508919.
HSL color Cylindrical-coordinate representation of color #F7DEBE: hue angle of 33.68º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7DEBE is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 222 | 190 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.03 |
| HSL | 33.68º | 0.78% | 0.86% | - |
| HSV(B) | 33.68º | 0.23% | 0.97% | - |
| XYZ | 73.77 | 75.73 | 59.45 | - |
| YUV | 225.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 222 | 190 | 0 | 0.10 | 0.23 | 0.03 | 33.68 | 0.78 | 0.86 |
| Hex | F7 | DE | BE | 0 | A | 17 | 3 | 22 | 4E | 56 |
| Octal | 367 | 336 | 276 | 0 | 12 | 27 | 3 | 42 | 116 | 126 |
| Binary | 11110111 | 11011110 | 10111110 | 0 | 1010 | 10111 | 11 | 100010 | 1001110 | 1010110 |
Color Harmonies of #F7DEBE
Complementary color
Monochromatic Colors of #F7DEBE
Black with #F7DEBE
Text Example
Text Example
White with #F7DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DEBE; }
p { color: rgb(247,222,190); }
H1.HeaderClassName
{
color: #F7DEBE;
}
.AnyTagClassName
{
color: #F7DEBE;
}
</style>
background-color css
<style>
a { background-color: #F7DEBE; }
a { background-color: rgb(247,222,190); }
div.DivClassName
{
background-color: #F7DEBE;
}
.BgClassName
{
background-color: #F7DEBE;
}
</style>
border-color css
<style>
span { border-color: #F7DEBE; }
span { border-color: rgb(247,222,190); }
td.TdClassName
{
border-color: #F7DEBE;
}
.TagClassName
{
border-color: #F7DEBE;
}
</style>