Shades of Sazerac #F6DCC4
Tints of Sazerac #F6DCC4
RGB
CMYK
RGB Variations
Color information
#F6DCC4 (or 0xF6DCC4) is known color: Sazerac. HEX triplet: F6, DC and C4. RGB value is (246,220,196). Sum of RGB (Red+Green+Blue) = 246+220+196=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 196 (76.95% from 255 or 29.61% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCC4 is #09233B. Grayscale: #E1E1E1. Windows color (decimal): -598844 or 12901622. OLE color: 12901622.
HSL color Cylindrical-coordinate representation of color #F6DCC4: hue angle of 28.8º degrees, saturation: 0.74, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6DCC4 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 220 | 196 | - |
CMYK | 0 | 0.11 | 0.20 | 0.04 |
HSL | 28.8º | 0.74% | 0.87% | - |
HSV(B) | 28.8º | 0.2% | 0.96% | - |
XYZ | 73.56 | 74.76 | 62.78 | - |
YUV | 225.04 | 111.61 | 142.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 220 | 196 | 0 | 0.11 | 0.20 | 0.04 | 28.8 | 0.74 | 0.87 |
Hex | F6 | DC | C4 | 0 | B | 14 | 4 | 1D | 4A | 57 |
Octal | 366 | 334 | 304 | 0 | 13 | 24 | 4 | 35 | 112 | 127 |
Binary | 11110110 | 11011100 | 11000100 | 0 | 1011 | 10100 | 100 | 11101 | 1001010 | 1010111 |
Color Harmonies of #F6DCC4
Complementary color
Monochromatic Colors of #F6DCC4
Black with #F6DCC4
Text Example
Text Example
White with #F6DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCC4; }
p { color: rgb(246,220,196); }
H1.HeaderClassName
{
color: #F6DCC4;
}
.AnyTagClassName
{
color: #F6DCC4;
}
</style>
background-color css
<style>
a { background-color: #F6DCC4; }
a { background-color: rgb(246,220,196); }
div.DivClassName
{
background-color: #F6DCC4;
}
.BgClassName
{
background-color: #F6DCC4;
}
</style>
border-color css
<style>
span { border-color: #F6DCC4; }
span { border-color: rgb(246,220,196); }
td.TdClassName
{
border-color: #F6DCC4;
}
.TagClassName
{
border-color: #F6DCC4;
}
</style>