Shades of Sazerac #F5DFCB
Tints of Sazerac #F5DFCB
RGB
CMYK
RGB Variations
Color information
#F5DFCB (or 0xF5DFCB) is known color: Sazerac. HEX triplet: F5, DF and CB. RGB value is (245,223,203). Sum of RGB (Red+Green+Blue) = 245+223+203=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFCB is #0A2034. Grayscale: #E3E3E3. Windows color (decimal): -663605 or 13361141. OLE color: 13361141.
HSL color Cylindrical-coordinate representation of color #F5DFCB: hue angle of 28.57º 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 #F5DFCB is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 203 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.04 |
| HSL | 28.57º | 0.68% | 0.88% | - |
| HSV(B) | 28.57º | 0.17% | 0.96% | - |
| XYZ | 74.82 | 76.5 | 67.32 | - |
| YUV | 227.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 203 | 0 | 0.09 | 0.17 | 0.04 | 28.57 | 0.68 | 0.88 |
| Hex | F5 | DF | CB | 0 | 9 | 11 | 4 | 1D | 44 | 58 |
| Octal | 365 | 337 | 313 | 0 | 11 | 21 | 4 | 35 | 104 | 130 |
| Binary | 11110101 | 11011111 | 11001011 | 0 | 1001 | 10001 | 100 | 11101 | 1000100 | 1011000 |
Color Harmonies of #F5DFCB
Complementary color
Monochromatic Colors of #F5DFCB
Black with #F5DFCB
Text Example
Text Example
White with #F5DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFCB; }
p { color: rgb(245,223,203); }
H1.HeaderClassName
{
color: #F5DFCB;
}
.AnyTagClassName
{
color: #F5DFCB;
}
</style>
background-color css
<style>
a { background-color: #F5DFCB; }
a { background-color: rgb(245,223,203); }
div.DivClassName
{
background-color: #F5DFCB;
}
.BgClassName
{
background-color: #F5DFCB;
}
</style>
border-color css
<style>
span { border-color: #F5DFCB; }
span { border-color: rgb(245,223,203); }
td.TdClassName
{
border-color: #F5DFCB;
}
.TagClassName
{
border-color: #F5DFCB;
}
</style>