Shades of Sazerac #F3DDCB
Tints of Sazerac #F3DDCB
RGB
CMYK
RGB Variations
Color information
#F3DDCB (or 0xF3DDCB) is known color: Sazerac. HEX triplet: F3, DD and CB. RGB value is (243,221,203). Sum of RGB (Red+Green+Blue) = 243+221+203=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DDCB is #0C2234. Grayscale: #E1E1E1. Windows color (decimal): -795189 or 13360627. OLE color: 13360627.
HSL color Cylindrical-coordinate representation of color #F3DDCB: hue angle of 27º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3DDCB is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 203 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.05 |
| HSL | 27º | 0.63% | 0.87% | - |
| HSV(B) | 27º | 0.16% | 0.95% | - |
| XYZ | 73.6 | 75.08 | 67.11 | - |
| YUV | 225.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 203 | 0 | 0.09 | 0.16 | 0.05 | 27 | 0.63 | 0.87 |
| Hex | F3 | DD | CB | 0 | 9 | 10 | 5 | 1B | 3E | 57 |
| Octal | 363 | 335 | 313 | 0 | 11 | 20 | 5 | 33 | 76 | 127 |
| Binary | 11110011 | 11011101 | 11001011 | 0 | 1001 | 10000 | 101 | 11011 | 111110 | 1010111 |
Color Harmonies of #F3DDCB
Complementary color
Monochromatic Colors of #F3DDCB
Black with #F3DDCB
Text Example
Text Example
White with #F3DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDCB; }
p { color: rgb(243,221,203); }
H1.HeaderClassName
{
color: #F3DDCB;
}
.AnyTagClassName
{
color: #F3DDCB;
}
</style>
background-color css
<style>
a { background-color: #F3DDCB; }
a { background-color: rgb(243,221,203); }
div.DivClassName
{
background-color: #F3DDCB;
}
.BgClassName
{
background-color: #F3DDCB;
}
</style>
border-color css
<style>
span { border-color: #F3DDCB; }
span { border-color: rgb(243,221,203); }
td.TdClassName
{
border-color: #F3DDCB;
}
.TagClassName
{
border-color: #F3DDCB;
}
</style>