Shades of Sazerac #F1DECB
Tints of Sazerac #F1DECB
RGB
CMYK
RGB Variations
Color information
#F1DECB (or 0xF1DECB) is known color: Sazerac. HEX triplet: F1, DE and CB. RGB value is (241,222,203). Sum of RGB (Red+Green+Blue) = 241+222+203=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DECB is #0E2134. Grayscale: #E1E1E1. Windows color (decimal): -926005 or 13360881. OLE color: 13360881.
HSL color Cylindrical-coordinate representation of color #F1DECB: hue angle of 30º degrees, saturation: 0.58, 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 #F1DECB is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 203 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.05 |
| HSL | 30º | 0.58% | 0.87% | - |
| HSV(B) | 30º | 0.16% | 0.95% | - |
| XYZ | 73.18 | 75.26 | 67.17 | - |
| YUV | 225.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 203 | 0 | 0.08 | 0.16 | 0.05 | 30 | 0.58 | 0.87 |
| Hex | F1 | DE | CB | 0 | 8 | 10 | 5 | 1E | 3A | 57 |
| Octal | 361 | 336 | 313 | 0 | 10 | 20 | 5 | 36 | 72 | 127 |
| Binary | 11110001 | 11011110 | 11001011 | 0 | 1000 | 10000 | 101 | 11110 | 111010 | 1010111 |
Color Harmonies of #F1DECB
Complementary color
Monochromatic Colors of #F1DECB
Black with #F1DECB
Text Example
Text Example
White with #F1DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DECB; }
p { color: rgb(241,222,203); }
H1.HeaderClassName
{
color: #F1DECB;
}
.AnyTagClassName
{
color: #F1DECB;
}
</style>
background-color css
<style>
a { background-color: #F1DECB; }
a { background-color: rgb(241,222,203); }
div.DivClassName
{
background-color: #F1DECB;
}
.BgClassName
{
background-color: #F1DECB;
}
</style>
border-color css
<style>
span { border-color: #F1DECB; }
span { border-color: rgb(241,222,203); }
td.TdClassName
{
border-color: #F1DECB;
}
.TagClassName
{
border-color: #F1DECB;
}
</style>