Shades of Sazerac #F6DECA
Tints of Sazerac #F6DECA
RGB
CMYK
RGB Variations
Color information
#F6DECA (or 0xF6DECA) is known color: Sazerac. HEX triplet: F6, DE and CA. RGB value is (246,222,202). Sum of RGB (Red+Green+Blue) = 246+222+202=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DECA is #092135. Grayscale: #E2E2E2. Windows color (decimal): -598326 or 13295350. OLE color: 13295350.
HSL color Cylindrical-coordinate representation of color #F6DECA: hue angle of 27.27º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6DECA is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 202 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.04 |
| HSL | 27.27º | 0.71% | 0.88% | - |
| HSV(B) | 27.27º | 0.18% | 0.96% | - |
| XYZ | 74.79 | 76.1 | 66.62 | - |
| YUV | 226.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 202 | 0 | 0.10 | 0.18 | 0.04 | 27.27 | 0.71 | 0.88 |
| Hex | F6 | DE | CA | 0 | A | 12 | 4 | 1B | 47 | 58 |
| Octal | 366 | 336 | 312 | 0 | 12 | 22 | 4 | 33 | 107 | 130 |
| Binary | 11110110 | 11011110 | 11001010 | 0 | 1010 | 10010 | 100 | 11011 | 1000111 | 1011000 |
Color Harmonies of #F6DECA
Complementary color
Monochromatic Colors of #F6DECA
Black with #F6DECA
Text Example
Text Example
White with #F6DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DECA; }
p { color: rgb(246,222,202); }
H1.HeaderClassName
{
color: #F6DECA;
}
.AnyTagClassName
{
color: #F6DECA;
}
</style>
background-color css
<style>
a { background-color: #F6DECA; }
a { background-color: rgb(246,222,202); }
div.DivClassName
{
background-color: #F6DECA;
}
.BgClassName
{
background-color: #F6DECA;
}
</style>
border-color css
<style>
span { border-color: #F6DECA; }
span { border-color: rgb(246,222,202); }
td.TdClassName
{
border-color: #F6DECA;
}
.TagClassName
{
border-color: #F6DECA;
}
</style>