Shades of Sazerac #F3E0CA
Tints of Sazerac #F3E0CA
RGB
CMYK
RGB Variations
Color information
#F3E0CA (or 0xF3E0CA) is known color: Sazerac. HEX triplet: F3, E0 and CA. RGB value is (243,224,202). Sum of RGB (Red+Green+Blue) = 243+224+202=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0CA is #0C1F35. Grayscale: #E3E3E3. Windows color (decimal): -794422 or 13295859. OLE color: 13295859.
HSL color Cylindrical-coordinate representation of color #F3E0CA: hue angle of 32.2º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3E0CA is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 202 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.05 |
| HSL | 32.2º | 0.63% | 0.87% | - |
| HSV(B) | 32.2º | 0.17% | 0.95% | - |
| XYZ | 74.28 | 76.63 | 66.75 | - |
| YUV | 227.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 202 | 0 | 0.08 | 0.17 | 0.05 | 32.2 | 0.63 | 0.87 |
| Hex | F3 | E0 | CA | 0 | 8 | 11 | 5 | 20 | 3F | 57 |
| Octal | 363 | 340 | 312 | 0 | 10 | 21 | 5 | 40 | 77 | 127 |
| Binary | 11110011 | 11100000 | 11001010 | 0 | 1000 | 10001 | 101 | 100000 | 111111 | 1010111 |
Color Harmonies of #F3E0CA
Complementary color
Monochromatic Colors of #F3E0CA
Black with #F3E0CA
Text Example
Text Example
White with #F3E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0CA; }
p { color: rgb(243,224,202); }
H1.HeaderClassName
{
color: #F3E0CA;
}
.AnyTagClassName
{
color: #F3E0CA;
}
</style>
background-color css
<style>
a { background-color: #F3E0CA; }
a { background-color: rgb(243,224,202); }
div.DivClassName
{
background-color: #F3E0CA;
}
.BgClassName
{
background-color: #F3E0CA;
}
</style>
border-color css
<style>
span { border-color: #F3E0CA; }
span { border-color: rgb(243,224,202); }
td.TdClassName
{
border-color: #F3E0CA;
}
.TagClassName
{
border-color: #F3E0CA;
}
</style>