Shades of Sazerac #F2DECB
Tints of Sazerac #F2DECB
RGB
CMYK
RGB Variations
Color information
#F2DECB (or 0xF2DECB) is known color: Sazerac. HEX triplet: F2, DE and CB. RGB value is (242,222,203). Sum of RGB (Red+Green+Blue) = 242+222+203=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DECB is #0D2134. Grayscale: #E1E1E1. Windows color (decimal): -860469 or 13360882. OLE color: 13360882.
HSL color Cylindrical-coordinate representation of color #F2DECB: hue angle of 29.23º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2DECB is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 203 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.05 |
| HSL | 29.23º | 0.6% | 0.87% | - |
| HSV(B) | 29.23º | 0.16% | 0.95% | - |
| XYZ | 73.52 | 75.43 | 67.18 | - |
| YUV | 225.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 203 | 0 | 0.08 | 0.16 | 0.05 | 29.23 | 0.6 | 0.87 |
| Hex | F2 | DE | CB | 0 | 8 | 10 | 5 | 1D | 3C | 57 |
| Octal | 362 | 336 | 313 | 0 | 10 | 20 | 5 | 35 | 74 | 127 |
| Binary | 11110010 | 11011110 | 11001011 | 0 | 1000 | 10000 | 101 | 11101 | 111100 | 1010111 |
Color Harmonies of #F2DECB
Complementary color
Monochromatic Colors of #F2DECB
Black with #F2DECB
Text Example
Text Example
White with #F2DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DECB; }
p { color: rgb(242,222,203); }
H1.HeaderClassName
{
color: #F2DECB;
}
.AnyTagClassName
{
color: #F2DECB;
}
</style>
background-color css
<style>
a { background-color: #F2DECB; }
a { background-color: rgb(242,222,203); }
div.DivClassName
{
background-color: #F2DECB;
}
.BgClassName
{
background-color: #F2DECB;
}
</style>
border-color css
<style>
span { border-color: #F2DECB; }
span { border-color: rgb(242,222,203); }
td.TdClassName
{
border-color: #F2DECB;
}
.TagClassName
{
border-color: #F2DECB;
}
</style>