Shades of Sazerac #F6DCC9
Tints of Sazerac #F6DCC9
RGB
CMYK
RGB Variations
Color information
#F6DCC9 (or 0xF6DCC9) is known color: Sazerac. HEX triplet: F6, DC and C9. RGB value is (246,220,201). Sum of RGB (Red+Green+Blue) = 246+220+201=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 201 (78.91% from 255 or 30.13% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCC9 is #092336. Grayscale: #E1E1E1. Windows color (decimal): -598839 or 13229302. OLE color: 13229302.
HSL color Cylindrical-coordinate representation of color #F6DCC9: hue angle of 25.33º 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 #F6DCC9 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 201 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.04 |
| HSL | 25.33º | 0.71% | 0.88% | - |
| HSV(B) | 25.33º | 0.18% | 0.96% | - |
| XYZ | 74.14 | 75 | 65.83 | - |
| YUV | 225.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 201 | 0 | 0.11 | 0.18 | 0.04 | 25.33 | 0.71 | 0.88 |
| Hex | F6 | DC | C9 | 0 | B | 12 | 4 | 19 | 47 | 58 |
| Octal | 366 | 334 | 311 | 0 | 13 | 22 | 4 | 31 | 107 | 130 |
| Binary | 11110110 | 11011100 | 11001001 | 0 | 1011 | 10010 | 100 | 11001 | 1000111 | 1011000 |
Color Harmonies of #F6DCC9
Complementary color
Monochromatic Colors of #F6DCC9
Black with #F6DCC9
Text Example
Text Example
White with #F6DCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCC9; }
p { color: rgb(246,220,201); }
H1.HeaderClassName
{
color: #F6DCC9;
}
.AnyTagClassName
{
color: #F6DCC9;
}
</style>
background-color css
<style>
a { background-color: #F6DCC9; }
a { background-color: rgb(246,220,201); }
div.DivClassName
{
background-color: #F6DCC9;
}
.BgClassName
{
background-color: #F6DCC9;
}
</style>
border-color css
<style>
span { border-color: #F6DCC9; }
span { border-color: rgb(246,220,201); }
td.TdClassName
{
border-color: #F6DCC9;
}
.TagClassName
{
border-color: #F6DCC9;
}
</style>