Shades of Sazerac #F6DECB
Tints of Sazerac #F6DECB
RGB
CMYK
RGB Variations
Color information
#F6DECB (or 0xF6DECB) is known color: Sazerac. HEX triplet: F6, DE and CB. RGB value is (246,222,203). Sum of RGB (Red+Green+Blue) = 246+222+203=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DECB is #092134. Grayscale: #E3E3E3. Windows color (decimal): -598325 or 13360886. OLE color: 13360886.
HSL color Cylindrical-coordinate representation of color #F6DECB: hue angle of 26.51º degrees, saturation: 0.7, 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 #F6DECB is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 203 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.04 |
| HSL | 26.51º | 0.7% | 0.88% | - |
| HSV(B) | 26.51º | 0.17% | 0.96% | - |
| XYZ | 74.91 | 76.15 | 67.25 | - |
| YUV | 227.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 203 | 0 | 0.10 | 0.17 | 0.04 | 26.51 | 0.7 | 0.88 |
| Hex | F6 | DE | CB | 0 | A | 11 | 4 | 1B | 46 | 58 |
| Octal | 366 | 336 | 313 | 0 | 12 | 21 | 4 | 33 | 106 | 130 |
| Binary | 11110110 | 11011110 | 11001011 | 0 | 1010 | 10001 | 100 | 11011 | 1000110 | 1011000 |
Color Harmonies of #F6DECB
Complementary color
Monochromatic Colors of #F6DECB
Black with #F6DECB
Text Example
Text Example
White with #F6DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DECB; }
p { color: rgb(246,222,203); }
H1.HeaderClassName
{
color: #F6DECB;
}
.AnyTagClassName
{
color: #F6DECB;
}
</style>
background-color css
<style>
a { background-color: #F6DECB; }
a { background-color: rgb(246,222,203); }
div.DivClassName
{
background-color: #F6DECB;
}
.BgClassName
{
background-color: #F6DECB;
}
</style>
border-color css
<style>
span { border-color: #F6DECB; }
span { border-color: rgb(246,222,203); }
td.TdClassName
{
border-color: #F6DECB;
}
.TagClassName
{
border-color: #F6DECB;
}
</style>