Shades of Sazerac #F7DCBF
Tints of Sazerac #F7DCBF
RGB
CMYK
RGB Variations
Color information
#F7DCBF (or 0xF7DCBF) is known color: Sazerac. HEX triplet: F7, DC and BF. RGB value is (247,220,191). Sum of RGB (Red+Green+Blue) = 247+220+191=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 191 (75% from 255 or 29.03% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCBF is #082340. Grayscale: #E0E0E0. Windows color (decimal): -533313 or 12573943. OLE color: 12573943.
HSL color Cylindrical-coordinate representation of color #F7DCBF: hue angle of 31.07º 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 #F7DCBF is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 191 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.03 |
| HSL | 31.07º | 0.78% | 0.86% | - |
| HSV(B) | 31.07º | 0.23% | 0.97% | - |
| XYZ | 73.35 | 74.72 | 59.85 | - |
| YUV | 224.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 191 | 0 | 0.11 | 0.23 | 0.03 | 31.07 | 0.78 | 0.86 |
| Hex | F7 | DC | BF | 0 | B | 17 | 3 | 1F | 4E | 56 |
| Octal | 367 | 334 | 277 | 0 | 13 | 27 | 3 | 37 | 116 | 126 |
| Binary | 11110111 | 11011100 | 10111111 | 0 | 1011 | 10111 | 11 | 11111 | 1001110 | 1010110 |
Color Harmonies of #F7DCBF
Complementary color
Monochromatic Colors of #F7DCBF
Black with #F7DCBF
Text Example
Text Example
White with #F7DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCBF; }
p { color: rgb(247,220,191); }
H1.HeaderClassName
{
color: #F7DCBF;
}
.AnyTagClassName
{
color: #F7DCBF;
}
</style>
background-color css
<style>
a { background-color: #F7DCBF; }
a { background-color: rgb(247,220,191); }
div.DivClassName
{
background-color: #F7DCBF;
}
.BgClassName
{
background-color: #F7DCBF;
}
</style>
border-color css
<style>
span { border-color: #F7DCBF; }
span { border-color: rgb(247,220,191); }
td.TdClassName
{
border-color: #F7DCBF;
}
.TagClassName
{
border-color: #F7DCBF;
}
</style>