Shades of Sazerac #F6E0C3
Tints of Sazerac #F6E0C3
RGB
CMYK
RGB Variations
Color information
#F6E0C3 (or 0xF6E0C3) is known color: Sazerac. HEX triplet: F6, E0 and C3. RGB value is (246,224,195). Sum of RGB (Red+Green+Blue) = 246+224+195=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 195 (76.56% from 255 or 29.32% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E0C3 is #091F3C. Grayscale: #E3E3E3. Windows color (decimal): -597821 or 12837110. OLE color: 12837110.
HSL color Cylindrical-coordinate representation of color #F6E0C3: hue angle of 34.12º 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 #F6E0C3 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 195 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.04 |
| HSL | 34.12º | 0.74% | 0.86% | - |
| HSV(B) | 34.12º | 0.21% | 0.96% | - |
| XYZ | 74.51 | 76.84 | 62.53 | - |
| YUV | 227.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 195 | 0 | 0.09 | 0.21 | 0.04 | 34.12 | 0.74 | 0.86 |
| Hex | F6 | E0 | C3 | 0 | 9 | 15 | 4 | 22 | 4A | 56 |
| Octal | 366 | 340 | 303 | 0 | 11 | 25 | 4 | 42 | 112 | 126 |
| Binary | 11110110 | 11100000 | 11000011 | 0 | 1001 | 10101 | 100 | 100010 | 1001010 | 1010110 |
Color Harmonies of #F6E0C3
Complementary color
Monochromatic Colors of #F6E0C3
Black with #F6E0C3
Text Example
Text Example
White with #F6E0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E0C3; }
p { color: rgb(246,224,195); }
H1.HeaderClassName
{
color: #F6E0C3;
}
.AnyTagClassName
{
color: #F6E0C3;
}
</style>
background-color css
<style>
a { background-color: #F6E0C3; }
a { background-color: rgb(246,224,195); }
div.DivClassName
{
background-color: #F6E0C3;
}
.BgClassName
{
background-color: #F6E0C3;
}
</style>
border-color css
<style>
span { border-color: #F6E0C3; }
span { border-color: rgb(246,224,195); }
td.TdClassName
{
border-color: #F6E0C3;
}
.TagClassName
{
border-color: #F6E0C3;
}
</style>