Shades of Sazerac #F3DCC0
Tints of Sazerac #F3DCC0
RGB
CMYK
RGB Variations
Color information
#F3DCC0 (or 0xF3DCC0) is known color: Sazerac. HEX triplet: F3, DC and C0. RGB value is (243,220,192). Sum of RGB (Red+Green+Blue) = 243+220+192=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 192 (75.39% from 255 or 29.31% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCC0 is #0C233F. Grayscale: #DFDFDF. Windows color (decimal): -795456 or 12639475. OLE color: 12639475.
HSL color Cylindrical-coordinate representation of color #F3DCC0: hue angle of 32.94º 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 #F3DCC0 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 192 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.05 |
| HSL | 32.94º | 0.68% | 0.85% | - |
| HSV(B) | 32.94º | 0.21% | 0.95% | - |
| XYZ | 72.07 | 74.05 | 60.36 | - |
| YUV | 223.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 192 | 0 | 0.09 | 0.21 | 0.05 | 32.94 | 0.68 | 0.85 |
| Hex | F3 | DC | C0 | 0 | 9 | 15 | 5 | 21 | 44 | 55 |
| Octal | 363 | 334 | 300 | 0 | 11 | 25 | 5 | 41 | 104 | 125 |
| Binary | 11110011 | 11011100 | 11000000 | 0 | 1001 | 10101 | 101 | 100001 | 1000100 | 1010101 |
Color Harmonies of #F3DCC0
Complementary color
Monochromatic Colors of #F3DCC0
Black with #F3DCC0
Text Example
Text Example
White with #F3DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCC0; }
p { color: rgb(243,220,192); }
H1.HeaderClassName
{
color: #F3DCC0;
}
.AnyTagClassName
{
color: #F3DCC0;
}
</style>
background-color css
<style>
a { background-color: #F3DCC0; }
a { background-color: rgb(243,220,192); }
div.DivClassName
{
background-color: #F3DCC0;
}
.BgClassName
{
background-color: #F3DCC0;
}
</style>
border-color css
<style>
span { border-color: #F3DCC0; }
span { border-color: rgb(243,220,192); }
td.TdClassName
{
border-color: #F3DCC0;
}
.TagClassName
{
border-color: #F3DCC0;
}
</style>