Shades of Sazerac #F7DCBD
Tints of Sazerac #F7DCBD
RGB
CMYK
RGB Variations
Color information
#F7DCBD (or 0xF7DCBD) is known color: Sazerac. HEX triplet: F7, DC and BD. RGB value is (247,220,189). Sum of RGB (Red+Green+Blue) = 247+220+189=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCBD is #082342. Grayscale: #E0E0E0. Windows color (decimal): -533315 or 12442871. OLE color: 12442871.
HSL color Cylindrical-coordinate representation of color #F7DCBD: hue angle of 32.07º 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 #F7DCBD is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 189 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.03 |
| HSL | 32.07º | 0.78% | 0.85% | - |
| HSV(B) | 32.07º | 0.23% | 0.97% | - |
| XYZ | 73.14 | 74.63 | 58.7 | - |
| YUV | 224.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 189 | 0 | 0.11 | 0.23 | 0.03 | 32.07 | 0.78 | 0.85 |
| Hex | F7 | DC | BD | 0 | B | 17 | 3 | 20 | 4E | 55 |
| Octal | 367 | 334 | 275 | 0 | 13 | 27 | 3 | 40 | 116 | 125 |
| Binary | 11110111 | 11011100 | 10111101 | 0 | 1011 | 10111 | 11 | 100000 | 1001110 | 1010101 |
Color Harmonies of #F7DCBD
Complementary color
Monochromatic Colors of #F7DCBD
Black with #F7DCBD
Text Example
Text Example
White with #F7DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCBD; }
p { color: rgb(247,220,189); }
H1.HeaderClassName
{
color: #F7DCBD;
}
.AnyTagClassName
{
color: #F7DCBD;
}
</style>
background-color css
<style>
a { background-color: #F7DCBD; }
a { background-color: rgb(247,220,189); }
div.DivClassName
{
background-color: #F7DCBD;
}
.BgClassName
{
background-color: #F7DCBD;
}
</style>
border-color css
<style>
span { border-color: #F7DCBD; }
span { border-color: rgb(247,220,189); }
td.TdClassName
{
border-color: #F7DCBD;
}
.TagClassName
{
border-color: #F7DCBD;
}
</style>