Shades of Sazerac #F3E0CD
Tints of Sazerac #F3E0CD
RGB
CMYK
RGB Variations
Color information
#F3E0CD (or 0xF3E0CD) is known color: Sazerac. HEX triplet: F3, E0 and CD. RGB value is (243,224,205). Sum of RGB (Red+Green+Blue) = 243+224+205=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0CD is #0C1F32. Grayscale: #E3E3E3. Windows color (decimal): -794419 or 13492467. OLE color: 13492467.
HSL color Cylindrical-coordinate representation of color #F3E0CD: hue angle of 30º degrees, saturation: 0.61, 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 #F3E0CD is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 205 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.05 |
| HSL | 30º | 0.61% | 0.88% | - |
| HSV(B) | 30º | 0.16% | 0.95% | - |
| XYZ | 74.64 | 76.77 | 68.64 | - |
| YUV | 227.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 205 | 0 | 0.08 | 0.16 | 0.05 | 30 | 0.61 | 0.88 |
| Hex | F3 | E0 | CD | 0 | 8 | 10 | 5 | 1E | 3D | 58 |
| Octal | 363 | 340 | 315 | 0 | 10 | 20 | 5 | 36 | 75 | 130 |
| Binary | 11110011 | 11100000 | 11001101 | 0 | 1000 | 10000 | 101 | 11110 | 111101 | 1011000 |
Color Harmonies of #F3E0CD
Complementary color
Monochromatic Colors of #F3E0CD
Black with #F3E0CD
Text Example
Text Example
White with #F3E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0CD; }
p { color: rgb(243,224,205); }
H1.HeaderClassName
{
color: #F3E0CD;
}
.AnyTagClassName
{
color: #F3E0CD;
}
</style>
background-color css
<style>
a { background-color: #F3E0CD; }
a { background-color: rgb(243,224,205); }
div.DivClassName
{
background-color: #F3E0CD;
}
.BgClassName
{
background-color: #F3E0CD;
}
</style>
border-color css
<style>
span { border-color: #F3E0CD; }
span { border-color: rgb(243,224,205); }
td.TdClassName
{
border-color: #F3E0CD;
}
.TagClassName
{
border-color: #F3E0CD;
}
</style>