Shades of Sazerac #F3E0CC
Tints of Sazerac #F3E0CC
RGB
CMYK
RGB Variations
Color information
#F3E0CC (or 0xF3E0CC) is known color: Sazerac. HEX triplet: F3, E0 and CC. RGB value is (243,224,204). Sum of RGB (Red+Green+Blue) = 243+224+204=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0CC is #0C1F33. Grayscale: #E3E3E3. Windows color (decimal): -794420 or 13426931. OLE color: 13426931.
HSL color Cylindrical-coordinate representation of color #F3E0CC: hue angle of 30.77º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3E0CC is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 204 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.05 |
| HSL | 30.77º | 0.62% | 0.88% | - |
| HSV(B) | 30.77º | 0.16% | 0.95% | - |
| XYZ | 74.52 | 76.73 | 68.01 | - |
| YUV | 227.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 204 | 0 | 0.08 | 0.16 | 0.05 | 30.77 | 0.62 | 0.88 |
| Hex | F3 | E0 | CC | 0 | 8 | 10 | 5 | 1F | 3E | 58 |
| Octal | 363 | 340 | 314 | 0 | 10 | 20 | 5 | 37 | 76 | 130 |
| Binary | 11110011 | 11100000 | 11001100 | 0 | 1000 | 10000 | 101 | 11111 | 111110 | 1011000 |
Color Harmonies of #F3E0CC
Complementary color
Monochromatic Colors of #F3E0CC
Black with #F3E0CC
Text Example
Text Example
White with #F3E0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0CC; }
p { color: rgb(243,224,204); }
H1.HeaderClassName
{
color: #F3E0CC;
}
.AnyTagClassName
{
color: #F3E0CC;
}
</style>
background-color css
<style>
a { background-color: #F3E0CC; }
a { background-color: rgb(243,224,204); }
div.DivClassName
{
background-color: #F3E0CC;
}
.BgClassName
{
background-color: #F3E0CC;
}
</style>
border-color css
<style>
span { border-color: #F3E0CC; }
span { border-color: rgb(243,224,204); }
td.TdClassName
{
border-color: #F3E0CC;
}
.TagClassName
{
border-color: #F3E0CC;
}
</style>