Shades of Sazerac #F3DEC1
Tints of Sazerac #F3DEC1
RGB
CMYK
RGB Variations
Color information
#F3DEC1 (or 0xF3DEC1) is known color: Sazerac. HEX triplet: F3, DE and C1. RGB value is (243,222,193). Sum of RGB (Red+Green+Blue) = 243+222+193=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEC1 is #0C213E. Grayscale: #E1E1E1. Windows color (decimal): -794943 or 12705523. OLE color: 12705523.
HSL color Cylindrical-coordinate representation of color #F3DEC1: hue angle of 34.8º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3DEC1 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 193 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.05 |
| HSL | 34.8º | 0.68% | 0.85% | - |
| HSV(B) | 34.8º | 0.21% | 0.95% | - |
| XYZ | 72.71 | 75.15 | 61.12 | - |
| YUV | 224.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 193 | 0 | 0.09 | 0.21 | 0.05 | 34.8 | 0.68 | 0.85 |
| Hex | F3 | DE | C1 | 0 | 9 | 15 | 5 | 23 | 44 | 55 |
| Octal | 363 | 336 | 301 | 0 | 11 | 25 | 5 | 43 | 104 | 125 |
| Binary | 11110011 | 11011110 | 11000001 | 0 | 1001 | 10101 | 101 | 100011 | 1000100 | 1010101 |
Color Harmonies of #F3DEC1
Complementary color
Monochromatic Colors of #F3DEC1
Black with #F3DEC1
Text Example
Text Example
White with #F3DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DEC1; }
p { color: rgb(243,222,193); }
H1.HeaderClassName
{
color: #F3DEC1;
}
.AnyTagClassName
{
color: #F3DEC1;
}
</style>
background-color css
<style>
a { background-color: #F3DEC1; }
a { background-color: rgb(243,222,193); }
div.DivClassName
{
background-color: #F3DEC1;
}
.BgClassName
{
background-color: #F3DEC1;
}
</style>
border-color css
<style>
span { border-color: #F3DEC1; }
span { border-color: rgb(243,222,193); }
td.TdClassName
{
border-color: #F3DEC1;
}
.TagClassName
{
border-color: #F3DEC1;
}
</style>