Shades of Sazerac #F6DFCD
Tints of Sazerac #F6DFCD
RGB
CMYK
RGB Variations
Color information
#F6DFCD (or 0xF6DFCD) is known color: Sazerac. HEX triplet: F6, DF and CD. RGB value is (246,223,205). Sum of RGB (Red+Green+Blue) = 246+223+205=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFCD is #092032. Grayscale: #E3E3E3. Windows color (decimal): -598067 or 13492214. OLE color: 13492214.
HSL color Cylindrical-coordinate representation of color #F6DFCD: hue angle of 26.34º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6DFCD is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 205 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.04 |
| HSL | 26.34º | 0.69% | 0.88% | - |
| HSV(B) | 26.34º | 0.17% | 0.96% | - |
| XYZ | 75.41 | 76.78 | 68.6 | - |
| YUV | 227.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 205 | 0 | 0.09 | 0.17 | 0.04 | 26.34 | 0.69 | 0.88 |
| Hex | F6 | DF | CD | 0 | 9 | 11 | 4 | 1A | 45 | 58 |
| Octal | 366 | 337 | 315 | 0 | 11 | 21 | 4 | 32 | 105 | 130 |
| Binary | 11110110 | 11011111 | 11001101 | 0 | 1001 | 10001 | 100 | 11010 | 1000101 | 1011000 |
Color Harmonies of #F6DFCD
Complementary color
Monochromatic Colors of #F6DFCD
Black with #F6DFCD
Text Example
Text Example
White with #F6DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFCD; }
p { color: rgb(246,223,205); }
H1.HeaderClassName
{
color: #F6DFCD;
}
.AnyTagClassName
{
color: #F6DFCD;
}
</style>
background-color css
<style>
a { background-color: #F6DFCD; }
a { background-color: rgb(246,223,205); }
div.DivClassName
{
background-color: #F6DFCD;
}
.BgClassName
{
background-color: #F6DFCD;
}
</style>
border-color css
<style>
span { border-color: #F6DFCD; }
span { border-color: rgb(246,223,205); }
td.TdClassName
{
border-color: #F6DFCD;
}
.TagClassName
{
border-color: #F6DFCD;
}
</style>