Shades of Sazerac #F7DEBF
Tints of Sazerac #F7DEBF
RGB
CMYK
RGB Variations
Color information
#F7DEBF (or 0xF7DEBF) is known color: Sazerac. HEX triplet: F7, DE and BF. RGB value is (247,222,191). Sum of RGB (Red+Green+Blue) = 247+222+191=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DEBF is #082140. Grayscale: #E2E2E2. Windows color (decimal): -532801 or 12574455. OLE color: 12574455.
HSL color Cylindrical-coordinate representation of color #F7DEBF: hue angle of 33.21º 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 #F7DEBF is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 222 | 191 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.03 |
| HSL | 33.21º | 0.78% | 0.86% | - |
| HSV(B) | 33.21º | 0.23% | 0.97% | - |
| XYZ | 73.88 | 75.78 | 60.02 | - |
| YUV | 225.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 222 | 191 | 0 | 0.10 | 0.23 | 0.03 | 33.21 | 0.78 | 0.86 |
| Hex | F7 | DE | BF | 0 | A | 17 | 3 | 21 | 4E | 56 |
| Octal | 367 | 336 | 277 | 0 | 12 | 27 | 3 | 41 | 116 | 126 |
| Binary | 11110111 | 11011110 | 10111111 | 0 | 1010 | 10111 | 11 | 100001 | 1001110 | 1010110 |
Color Harmonies of #F7DEBF
Complementary color
Monochromatic Colors of #F7DEBF
Black with #F7DEBF
Text Example
Text Example
White with #F7DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DEBF; }
p { color: rgb(247,222,191); }
H1.HeaderClassName
{
color: #F7DEBF;
}
.AnyTagClassName
{
color: #F7DEBF;
}
</style>
background-color css
<style>
a { background-color: #F7DEBF; }
a { background-color: rgb(247,222,191); }
div.DivClassName
{
background-color: #F7DEBF;
}
.BgClassName
{
background-color: #F7DEBF;
}
</style>
border-color css
<style>
span { border-color: #F7DEBF; }
span { border-color: rgb(247,222,191); }
td.TdClassName
{
border-color: #F7DEBF;
}
.TagClassName
{
border-color: #F7DEBF;
}
</style>