Shades of Sazerac #F6DBBD
Tints of Sazerac #F6DBBD
RGB
CMYK
RGB Variations
Color information
#F6DBBD (or 0xF6DBBD) is known color: Sazerac. HEX triplet: F6, DB and BD. RGB value is (246,219,189). Sum of RGB (Red+Green+Blue) = 246+219+189=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBBD is #092442. Grayscale: #DFDFDF. Windows color (decimal): -599107 or 12442614. OLE color: 12442614.
HSL color Cylindrical-coordinate representation of color #F6DBBD: hue angle of 31.58º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6DBBD is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 189 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.04 |
| HSL | 31.58º | 0.76% | 0.85% | - |
| HSV(B) | 31.58º | 0.23% | 0.96% | - |
| XYZ | 72.52 | 73.93 | 58.59 | - |
| YUV | 223.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 189 | 0 | 0.11 | 0.23 | 0.04 | 31.58 | 0.76 | 0.85 |
| Hex | F6 | DB | BD | 0 | B | 17 | 4 | 20 | 4C | 55 |
| Octal | 366 | 333 | 275 | 0 | 13 | 27 | 4 | 40 | 114 | 125 |
| Binary | 11110110 | 11011011 | 10111101 | 0 | 1011 | 10111 | 100 | 100000 | 1001100 | 1010101 |
Color Harmonies of #F6DBBD
Complementary color
Monochromatic Colors of #F6DBBD
Black with #F6DBBD
Text Example
Text Example
White with #F6DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DBBD; }
p { color: rgb(246,219,189); }
H1.HeaderClassName
{
color: #F6DBBD;
}
.AnyTagClassName
{
color: #F6DBBD;
}
</style>
background-color css
<style>
a { background-color: #F6DBBD; }
a { background-color: rgb(246,219,189); }
div.DivClassName
{
background-color: #F6DBBD;
}
.BgClassName
{
background-color: #F6DBBD;
}
</style>
border-color css
<style>
span { border-color: #F6DBBD; }
span { border-color: rgb(246,219,189); }
td.TdClassName
{
border-color: #F6DBBD;
}
.TagClassName
{
border-color: #F6DBBD;
}
</style>