Shades of Sazerac #F4E1CB
Tints of Sazerac #F4E1CB
RGB
CMYK
RGB Variations
Color information
#F4E1CB (or 0xF4E1CB) is known color: Sazerac. HEX triplet: F4, E1 and CB. RGB value is (244,225,203). Sum of RGB (Red+Green+Blue) = 244+225+203=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E1CB is #0B1E34. Grayscale: #E4E4E4. Windows color (decimal): -728629 or 13361652. OLE color: 13361652.
HSL color Cylindrical-coordinate representation of color #F4E1CB: hue angle of 32.2º degrees, saturation: 0.65, 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 #F4E1CB is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 225 | 203 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.04 |
| HSL | 32.2º | 0.65% | 0.88% | - |
| HSV(B) | 32.2º | 0.17% | 0.96% | - |
| XYZ | 75.01 | 77.4 | 67.49 | - |
| YUV | 228.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 225 | 203 | 0 | 0.08 | 0.17 | 0.04 | 32.2 | 0.65 | 0.88 |
| Hex | F4 | E1 | CB | 0 | 8 | 11 | 4 | 20 | 41 | 58 |
| Octal | 364 | 341 | 313 | 0 | 10 | 21 | 4 | 40 | 101 | 130 |
| Binary | 11110100 | 11100001 | 11001011 | 0 | 1000 | 10001 | 100 | 100000 | 1000001 | 1011000 |
Color Harmonies of #F4E1CB
Complementary color
Monochromatic Colors of #F4E1CB
Black with #F4E1CB
Text Example
Text Example
White with #F4E1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E1CB; }
p { color: rgb(244,225,203); }
H1.HeaderClassName
{
color: #F4E1CB;
}
.AnyTagClassName
{
color: #F4E1CB;
}
</style>
background-color css
<style>
a { background-color: #F4E1CB; }
a { background-color: rgb(244,225,203); }
div.DivClassName
{
background-color: #F4E1CB;
}
.BgClassName
{
background-color: #F4E1CB;
}
</style>
border-color css
<style>
span { border-color: #F4E1CB; }
span { border-color: rgb(244,225,203); }
td.TdClassName
{
border-color: #F4E1CB;
}
.TagClassName
{
border-color: #F4E1CB;
}
</style>