Shades of Sazerac #F3E0C3
Tints of Sazerac #F3E0C3
RGB
CMYK
RGB Variations
Color information
#F3E0C3 (or 0xF3E0C3) is known color: Sazerac. HEX triplet: F3, E0 and C3. RGB value is (243,224,195). Sum of RGB (Red+Green+Blue) = 243+224+195=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 195 (76.56% from 255 or 29.46% from 662); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0C3 is #0C1F3C. Grayscale: #E2E2E2. Windows color (decimal): -794429 or 12837107. OLE color: 12837107.
HSL color Cylindrical-coordinate representation of color #F3E0C3: hue angle of 36.25º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3E0C3 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 195 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.05 |
| HSL | 36.25º | 0.67% | 0.86% | - |
| HSV(B) | 36.25º | 0.2% | 0.95% | - |
| XYZ | 73.47 | 76.31 | 62.49 | - |
| YUV | 226.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 195 | 0 | 0.08 | 0.20 | 0.05 | 36.25 | 0.67 | 0.86 |
| Hex | F3 | E0 | C3 | 0 | 8 | 14 | 5 | 24 | 43 | 56 |
| Octal | 363 | 340 | 303 | 0 | 10 | 24 | 5 | 44 | 103 | 126 |
| Binary | 11110011 | 11100000 | 11000011 | 0 | 1000 | 10100 | 101 | 100100 | 1000011 | 1010110 |
Color Harmonies of #F3E0C3
Complementary color
Monochromatic Colors of #F3E0C3
Black with #F3E0C3
Text Example
Text Example
White with #F3E0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0C3; }
p { color: rgb(243,224,195); }
H1.HeaderClassName
{
color: #F3E0C3;
}
.AnyTagClassName
{
color: #F3E0C3;
}
</style>
background-color css
<style>
a { background-color: #F3E0C3; }
a { background-color: rgb(243,224,195); }
div.DivClassName
{
background-color: #F3E0C3;
}
.BgClassName
{
background-color: #F3E0C3;
}
</style>
border-color css
<style>
span { border-color: #F3E0C3; }
span { border-color: rgb(243,224,195); }
td.TdClassName
{
border-color: #F3E0C3;
}
.TagClassName
{
border-color: #F3E0C3;
}
</style>