Shades of Sazerac #F5E1CE
Tints of Sazerac #F5E1CE
RGB
CMYK
RGB Variations
Color information
#F5E1CE (or 0xF5E1CE) is known color: Sazerac. HEX triplet: F5, E1 and CE. RGB value is (245,225,206). Sum of RGB (Red+Green+Blue) = 245+225+206=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E1CE is #0A1E31. Grayscale: #E4E4E4. Windows color (decimal): -663090 or 13558261. OLE color: 13558261.
HSL color Cylindrical-coordinate representation of color #F5E1CE: hue angle of 29.23º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5E1CE is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 206 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.04 |
| HSL | 29.23º | 0.66% | 0.88% | - |
| HSV(B) | 29.23º | 0.16% | 0.96% | - |
| XYZ | 75.72 | 77.72 | 69.4 | - |
| YUV | 228.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 206 | 0 | 0.08 | 0.16 | 0.04 | 29.23 | 0.66 | 0.88 |
| Hex | F5 | E1 | CE | 0 | 8 | 10 | 4 | 1D | 42 | 58 |
| Octal | 365 | 341 | 316 | 0 | 10 | 20 | 4 | 35 | 102 | 130 |
| Binary | 11110101 | 11100001 | 11001110 | 0 | 1000 | 10000 | 100 | 11101 | 1000010 | 1011000 |
Color Harmonies of #F5E1CE
Complementary color
Monochromatic Colors of #F5E1CE
Black with #F5E1CE
Text Example
Text Example
White with #F5E1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E1CE; }
p { color: rgb(245,225,206); }
H1.HeaderClassName
{
color: #F5E1CE;
}
.AnyTagClassName
{
color: #F5E1CE;
}
</style>
background-color css
<style>
a { background-color: #F5E1CE; }
a { background-color: rgb(245,225,206); }
div.DivClassName
{
background-color: #F5E1CE;
}
.BgClassName
{
background-color: #F5E1CE;
}
</style>
border-color css
<style>
span { border-color: #F5E1CE; }
span { border-color: rgb(245,225,206); }
td.TdClassName
{
border-color: #F5E1CE;
}
.TagClassName
{
border-color: #F5E1CE;
}
</style>