Shades of Sazerac #F5DDCB
Tints of Sazerac #F5DDCB
RGB
CMYK
RGB Variations
Color information
#F5DDCB (or 0xF5DDCB) is known color: Sazerac. HEX triplet: F5, DD and CB. RGB value is (245,221,203). Sum of RGB (Red+Green+Blue) = 245+221+203=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDCB is #0A2234. Grayscale: #E2E2E2. Windows color (decimal): -664117 or 13360629. OLE color: 13360629.
HSL color Cylindrical-coordinate representation of color #F5DDCB: hue angle of 25.71º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5DDCB is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 203 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.04 |
| HSL | 25.71º | 0.68% | 0.88% | - |
| HSV(B) | 25.71º | 0.17% | 0.96% | - |
| XYZ | 74.29 | 75.44 | 67.15 | - |
| YUV | 226.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 203 | 0 | 0.10 | 0.17 | 0.04 | 25.71 | 0.68 | 0.88 |
| Hex | F5 | DD | CB | 0 | A | 11 | 4 | 1A | 44 | 58 |
| Octal | 365 | 335 | 313 | 0 | 12 | 21 | 4 | 32 | 104 | 130 |
| Binary | 11110101 | 11011101 | 11001011 | 0 | 1010 | 10001 | 100 | 11010 | 1000100 | 1011000 |
Color Harmonies of #F5DDCB
Complementary color
Monochromatic Colors of #F5DDCB
Black with #F5DDCB
Text Example
Text Example
White with #F5DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDCB; }
p { color: rgb(245,221,203); }
H1.HeaderClassName
{
color: #F5DDCB;
}
.AnyTagClassName
{
color: #F5DDCB;
}
</style>
background-color css
<style>
a { background-color: #F5DDCB; }
a { background-color: rgb(245,221,203); }
div.DivClassName
{
background-color: #F5DDCB;
}
.BgClassName
{
background-color: #F5DDCB;
}
</style>
border-color css
<style>
span { border-color: #F5DDCB; }
span { border-color: rgb(245,221,203); }
td.TdClassName
{
border-color: #F5DDCB;
}
.TagClassName
{
border-color: #F5DDCB;
}
</style>