Shades of Sazerac #F6DCC3
Tints of Sazerac #F6DCC3
RGB
CMYK
RGB Variations
Color information
#F6DCC3 (or 0xF6DCC3) is known color: Sazerac. HEX triplet: F6, DC and C3. RGB value is (246,220,195). Sum of RGB (Red+Green+Blue) = 246+220+195=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 195 (76.56% from 255 or 29.50% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCC3 is #09233C. Grayscale: #E1E1E1. Windows color (decimal): -598845 or 12836086. OLE color: 12836086.
HSL color Cylindrical-coordinate representation of color #F6DCC3: hue angle of 29.41º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6DCC3 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 195 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.04 |
| HSL | 29.41º | 0.74% | 0.86% | - |
| HSV(B) | 29.41º | 0.21% | 0.96% | - |
| XYZ | 73.45 | 74.72 | 62.18 | - |
| YUV | 224.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 195 | 0 | 0.11 | 0.21 | 0.04 | 29.41 | 0.74 | 0.86 |
| Hex | F6 | DC | C3 | 0 | B | 15 | 4 | 1D | 4A | 56 |
| Octal | 366 | 334 | 303 | 0 | 13 | 25 | 4 | 35 | 112 | 126 |
| Binary | 11110110 | 11011100 | 11000011 | 0 | 1011 | 10101 | 100 | 11101 | 1001010 | 1010110 |
Color Harmonies of #F6DCC3
Complementary color
Monochromatic Colors of #F6DCC3
Black with #F6DCC3
Text Example
Text Example
White with #F6DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCC3; }
p { color: rgb(246,220,195); }
H1.HeaderClassName
{
color: #F6DCC3;
}
.AnyTagClassName
{
color: #F6DCC3;
}
</style>
background-color css
<style>
a { background-color: #F6DCC3; }
a { background-color: rgb(246,220,195); }
div.DivClassName
{
background-color: #F6DCC3;
}
.BgClassName
{
background-color: #F6DCC3;
}
</style>
border-color css
<style>
span { border-color: #F6DCC3; }
span { border-color: rgb(246,220,195); }
td.TdClassName
{
border-color: #F6DCC3;
}
.TagClassName
{
border-color: #F6DCC3;
}
</style>