Shades of Sazerac #F3E0CE
Tints of Sazerac #F3E0CE
RGB
CMYK
RGB Variations
Color information
#F3E0CE (or 0xF3E0CE) is known color: Sazerac. HEX triplet: F3, E0 and CE. RGB value is (243,224,206). Sum of RGB (Red+Green+Blue) = 243+224+206=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0CE is #0C1F31. Grayscale: #E3E3E3. Windows color (decimal): -794418 or 13558003. OLE color: 13558003.
HSL color Cylindrical-coordinate representation of color #F3E0CE: hue angle of 29.19º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3E0CE is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 206 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.05 |
| HSL | 29.19º | 0.61% | 0.88% | - |
| HSV(B) | 29.19º | 0.15% | 0.95% | - |
| XYZ | 74.76 | 76.82 | 69.28 | - |
| YUV | 227.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 206 | 0 | 0.08 | 0.15 | 0.05 | 29.19 | 0.61 | 0.88 |
| Hex | F3 | E0 | CE | 0 | 8 | F | 5 | 1D | 3D | 58 |
| Octal | 363 | 340 | 316 | 0 | 10 | 17 | 5 | 35 | 75 | 130 |
| Binary | 11110011 | 11100000 | 11001110 | 0 | 1000 | 1111 | 101 | 11101 | 111101 | 1011000 |
Color Harmonies of #F3E0CE
Complementary color
Monochromatic Colors of #F3E0CE
Black with #F3E0CE
Text Example
Text Example
White with #F3E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0CE; }
p { color: rgb(243,224,206); }
H1.HeaderClassName
{
color: #F3E0CE;
}
.AnyTagClassName
{
color: #F3E0CE;
}
</style>
background-color css
<style>
a { background-color: #F3E0CE; }
a { background-color: rgb(243,224,206); }
div.DivClassName
{
background-color: #F3E0CE;
}
.BgClassName
{
background-color: #F3E0CE;
}
</style>
border-color css
<style>
span { border-color: #F3E0CE; }
span { border-color: rgb(243,224,206); }
td.TdClassName
{
border-color: #F3E0CE;
}
.TagClassName
{
border-color: #F3E0CE;
}
</style>