Shades of Sazerac #F6DDC9
Tints of Sazerac #F6DDC9
RGB
CMYK
RGB Variations
Color information
#F6DDC9 (or 0xF6DDC9) is known color: Sazerac. HEX triplet: F6, DD and C9. RGB value is (246,221,201). Sum of RGB (Red+Green+Blue) = 246+221+201=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 201 (78.91% from 255 or 30.09% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDC9 is #092236. Grayscale: #E2E2E2. Windows color (decimal): -598583 or 13229558. OLE color: 13229558.
HSL color Cylindrical-coordinate representation of color #F6DDC9: hue angle of 26.67º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6DDC9 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 201 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.04 |
| HSL | 26.67º | 0.71% | 0.88% | - |
| HSV(B) | 26.67º | 0.18% | 0.96% | - |
| XYZ | 74.41 | 75.52 | 65.91 | - |
| YUV | 226.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 201 | 0 | 0.10 | 0.18 | 0.04 | 26.67 | 0.71 | 0.88 |
| Hex | F6 | DD | C9 | 0 | A | 12 | 4 | 1B | 47 | 58 |
| Octal | 366 | 335 | 311 | 0 | 12 | 22 | 4 | 33 | 107 | 130 |
| Binary | 11110110 | 11011101 | 11001001 | 0 | 1010 | 10010 | 100 | 11011 | 1000111 | 1011000 |
Color Harmonies of #F6DDC9
Complementary color
Monochromatic Colors of #F6DDC9
Black with #F6DDC9
Text Example
Text Example
White with #F6DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DDC9; }
p { color: rgb(246,221,201); }
H1.HeaderClassName
{
color: #F6DDC9;
}
.AnyTagClassName
{
color: #F6DDC9;
}
</style>
background-color css
<style>
a { background-color: #F6DDC9; }
a { background-color: rgb(246,221,201); }
div.DivClassName
{
background-color: #F6DDC9;
}
.BgClassName
{
background-color: #F6DDC9;
}
</style>
border-color css
<style>
span { border-color: #F6DDC9; }
span { border-color: rgb(246,221,201); }
td.TdClassName
{
border-color: #F6DDC9;
}
.TagClassName
{
border-color: #F6DDC9;
}
</style>