Shades of Sazerac #F7DEBD
Tints of Sazerac #F7DEBD
RGB
CMYK
RGB Variations
Color information
#F7DEBD (or 0xF7DEBD) is known color: Sazerac. HEX triplet: F7, DE and BD. RGB value is (247,222,189). Sum of RGB (Red+Green+Blue) = 247+222+189=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DEBD is #082142. Grayscale: #E1E1E1. Windows color (decimal): -532803 or 12443383. OLE color: 12443383.
HSL color Cylindrical-coordinate representation of color #F7DEBD: hue angle of 34.14º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7DEBD is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 222 | 189 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.03 |
| HSL | 34.14º | 0.78% | 0.85% | - |
| HSV(B) | 34.14º | 0.23% | 0.97% | - |
| XYZ | 73.66 | 75.69 | 58.87 | - |
| YUV | 225.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 222 | 189 | 0 | 0.10 | 0.23 | 0.03 | 34.14 | 0.78 | 0.85 |
| Hex | F7 | DE | BD | 0 | A | 17 | 3 | 22 | 4E | 55 |
| Octal | 367 | 336 | 275 | 0 | 12 | 27 | 3 | 42 | 116 | 125 |
| Binary | 11110111 | 11011110 | 10111101 | 0 | 1010 | 10111 | 11 | 100010 | 1001110 | 1010101 |
Color Harmonies of #F7DEBD
Complementary color
Monochromatic Colors of #F7DEBD
Black with #F7DEBD
Text Example
Text Example
White with #F7DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DEBD; }
p { color: rgb(247,222,189); }
H1.HeaderClassName
{
color: #F7DEBD;
}
.AnyTagClassName
{
color: #F7DEBD;
}
</style>
background-color css
<style>
a { background-color: #F7DEBD; }
a { background-color: rgb(247,222,189); }
div.DivClassName
{
background-color: #F7DEBD;
}
.BgClassName
{
background-color: #F7DEBD;
}
</style>
border-color css
<style>
span { border-color: #F7DEBD; }
span { border-color: rgb(247,222,189); }
td.TdClassName
{
border-color: #F7DEBD;
}
.TagClassName
{
border-color: #F7DEBD;
}
</style>