Shades of Sazerac #F6DCC7
Tints of Sazerac #F6DCC7
RGB
CMYK
RGB Variations
Color information
#F6DCC7 (or 0xF6DCC7) is known color: Sazerac. HEX triplet: F6, DC and C7. RGB value is (246,220,199). Sum of RGB (Red+Green+Blue) = 246+220+199=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 199 (78.12% from 255 or 29.92% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCC7 is #092338. Grayscale: #E1E1E1. Windows color (decimal): -598841 or 13098230. OLE color: 13098230.
HSL color Cylindrical-coordinate representation of color #F6DCC7: hue angle of 26.81º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F6DCC7 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 199 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.04 |
| HSL | 26.81º | 0.72% | 0.87% | - |
| HSV(B) | 26.81º | 0.19% | 0.96% | - |
| XYZ | 73.91 | 74.9 | 64.6 | - |
| YUV | 225.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 199 | 0 | 0.11 | 0.19 | 0.04 | 26.81 | 0.72 | 0.87 |
| Hex | F6 | DC | C7 | 0 | B | 13 | 4 | 1B | 48 | 57 |
| Octal | 366 | 334 | 307 | 0 | 13 | 23 | 4 | 33 | 110 | 127 |
| Binary | 11110110 | 11011100 | 11000111 | 0 | 1011 | 10011 | 100 | 11011 | 1001000 | 1010111 |
Color Harmonies of #F6DCC7
Complementary color
Monochromatic Colors of #F6DCC7
Black with #F6DCC7
Text Example
Text Example
White with #F6DCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCC7; }
p { color: rgb(246,220,199); }
H1.HeaderClassName
{
color: #F6DCC7;
}
.AnyTagClassName
{
color: #F6DCC7;
}
</style>
background-color css
<style>
a { background-color: #F6DCC7; }
a { background-color: rgb(246,220,199); }
div.DivClassName
{
background-color: #F6DCC7;
}
.BgClassName
{
background-color: #F6DCC7;
}
</style>
border-color css
<style>
span { border-color: #F6DCC7; }
span { border-color: rgb(246,220,199); }
td.TdClassName
{
border-color: #F6DCC7;
}
.TagClassName
{
border-color: #F6DCC7;
}
</style>