Shades of Sazerac #F6DDBC
Tints of Sazerac #F6DDBC
RGB
CMYK
RGB Variations
Color information
#F6DDBC (or 0xF6DDBC) is known color: Sazerac. HEX triplet: F6, DD and BC. RGB value is (246,221,188). Sum of RGB (Red+Green+Blue) = 246+221+188=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 188 (73.83% from 255 or 28.70% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDBC is #092243. Grayscale: #E0E0E0. Windows color (decimal): -598596 or 12377590. OLE color: 12377590.
HSL color Cylindrical-coordinate representation of color #F6DDBC: hue angle of 34.14º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6DDBC is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 188 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.04 |
| HSL | 34.14º | 0.76% | 0.85% | - |
| HSV(B) | 34.14º | 0.24% | 0.96% | - |
| XYZ | 72.94 | 74.94 | 58.2 | - |
| YUV | 224.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 188 | 0 | 0.10 | 0.24 | 0.04 | 34.14 | 0.76 | 0.85 |
| Hex | F6 | DD | BC | 0 | A | 18 | 4 | 22 | 4C | 55 |
| Octal | 366 | 335 | 274 | 0 | 12 | 30 | 4 | 42 | 114 | 125 |
| Binary | 11110110 | 11011101 | 10111100 | 0 | 1010 | 11000 | 100 | 100010 | 1001100 | 1010101 |
Color Harmonies of #F6DDBC
Complementary color
Monochromatic Colors of #F6DDBC
Black with #F6DDBC
Text Example
Text Example
White with #F6DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DDBC; }
p { color: rgb(246,221,188); }
H1.HeaderClassName
{
color: #F6DDBC;
}
.AnyTagClassName
{
color: #F6DDBC;
}
</style>
background-color css
<style>
a { background-color: #F6DDBC; }
a { background-color: rgb(246,221,188); }
div.DivClassName
{
background-color: #F6DDBC;
}
.BgClassName
{
background-color: #F6DDBC;
}
</style>
border-color css
<style>
span { border-color: #F6DDBC; }
span { border-color: rgb(246,221,188); }
td.TdClassName
{
border-color: #F6DDBC;
}
.TagClassName
{
border-color: #F6DDBC;
}
</style>