Shades of Sazerac #F5DCCB
Tints of Sazerac #F5DCCB
RGB
CMYK
RGB Variations
Color information
#F5DCCB (or 0xF5DCCB) is known color: Sazerac. HEX triplet: F5, DC and CB. RGB value is (245,220,203). Sum of RGB (Red+Green+Blue) = 245+220+203=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCCB is #0A2334. Grayscale: #E1E1E1. Windows color (decimal): -664373 or 13360373. OLE color: 13360373.
HSL color Cylindrical-coordinate representation of color #F5DCCB: hue angle of 24.29º 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 #F5DCCB is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 203 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.04 |
| HSL | 24.29º | 0.68% | 0.88% | - |
| HSV(B) | 24.29º | 0.17% | 0.96% | - |
| XYZ | 74.03 | 74.91 | 67.06 | - |
| YUV | 225.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 203 | 0 | 0.10 | 0.17 | 0.04 | 24.29 | 0.68 | 0.88 |
| Hex | F5 | DC | CB | 0 | A | 11 | 4 | 18 | 44 | 58 |
| Octal | 365 | 334 | 313 | 0 | 12 | 21 | 4 | 30 | 104 | 130 |
| Binary | 11110101 | 11011100 | 11001011 | 0 | 1010 | 10001 | 100 | 11000 | 1000100 | 1011000 |
Color Harmonies of #F5DCCB
Complementary color
Monochromatic Colors of #F5DCCB
Black with #F5DCCB
Text Example
Text Example
White with #F5DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCCB; }
p { color: rgb(245,220,203); }
H1.HeaderClassName
{
color: #F5DCCB;
}
.AnyTagClassName
{
color: #F5DCCB;
}
</style>
background-color css
<style>
a { background-color: #F5DCCB; }
a { background-color: rgb(245,220,203); }
div.DivClassName
{
background-color: #F5DCCB;
}
.BgClassName
{
background-color: #F5DCCB;
}
</style>
border-color css
<style>
span { border-color: #F5DCCB; }
span { border-color: rgb(245,220,203); }
td.TdClassName
{
border-color: #F5DCCB;
}
.TagClassName
{
border-color: #F5DCCB;
}
</style>