Shades of Sazerac #F3DFCD
Tints of Sazerac #F3DFCD
RGB
CMYK
RGB Variations
Color information
#F3DFCD (or 0xF3DFCD) is known color: Sazerac. HEX triplet: F3, DF and CD. RGB value is (243,223,205). Sum of RGB (Red+Green+Blue) = 243+223+205=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFCD is #0C2032. Grayscale: #E3E3E3. Windows color (decimal): -794675 or 13492211. OLE color: 13492211.
HSL color Cylindrical-coordinate representation of color #F3DFCD: hue angle of 28.42º 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 #F3DFCD is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 205 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.05 |
| HSL | 28.42º | 0.61% | 0.88% | - |
| HSV(B) | 28.42º | 0.16% | 0.95% | - |
| XYZ | 74.37 | 76.24 | 68.55 | - |
| YUV | 226.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 205 | 0 | 0.08 | 0.16 | 0.05 | 28.42 | 0.61 | 0.88 |
| Hex | F3 | DF | CD | 0 | 8 | 10 | 5 | 1C | 3D | 58 |
| Octal | 363 | 337 | 315 | 0 | 10 | 20 | 5 | 34 | 75 | 130 |
| Binary | 11110011 | 11011111 | 11001101 | 0 | 1000 | 10000 | 101 | 11100 | 111101 | 1011000 |
Color Harmonies of #F3DFCD
Complementary color
Monochromatic Colors of #F3DFCD
Black with #F3DFCD
Text Example
Text Example
White with #F3DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFCD; }
p { color: rgb(243,223,205); }
H1.HeaderClassName
{
color: #F3DFCD;
}
.AnyTagClassName
{
color: #F3DFCD;
}
</style>
background-color css
<style>
a { background-color: #F3DFCD; }
a { background-color: rgb(243,223,205); }
div.DivClassName
{
background-color: #F3DFCD;
}
.BgClassName
{
background-color: #F3DFCD;
}
</style>
border-color css
<style>
span { border-color: #F3DFCD; }
span { border-color: rgb(243,223,205); }
td.TdClassName
{
border-color: #F3DFCD;
}
.TagClassName
{
border-color: #F3DFCD;
}
</style>