Shades of Sazerac #F5DDC1
Tints of Sazerac #F5DDC1
RGB
CMYK
RGB Variations
Color information
#F5DDC1 (or 0xF5DDC1) is known color: Sazerac. HEX triplet: F5, DD and C1. RGB value is (245,221,193). Sum of RGB (Red+Green+Blue) = 245+221+193=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 193 (75.78% from 255 or 29.29% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDC1 is #0A223E. Grayscale: #E1E1E1. Windows color (decimal): -664127 or 12705269. OLE color: 12705269.
HSL color Cylindrical-coordinate representation of color #F5DDC1: hue angle of 32.31º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5DDC1 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 193 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.04 |
| HSL | 32.31º | 0.72% | 0.86% | - |
| HSV(B) | 32.31º | 0.21% | 0.96% | - |
| XYZ | 73.14 | 74.98 | 61.07 | - |
| YUV | 224.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 193 | 0 | 0.10 | 0.21 | 0.04 | 32.31 | 0.72 | 0.86 |
| Hex | F5 | DD | C1 | 0 | A | 15 | 4 | 20 | 48 | 56 |
| Octal | 365 | 335 | 301 | 0 | 12 | 25 | 4 | 40 | 110 | 126 |
| Binary | 11110101 | 11011101 | 11000001 | 0 | 1010 | 10101 | 100 | 100000 | 1001000 | 1010110 |
Color Harmonies of #F5DDC1
Complementary color
Monochromatic Colors of #F5DDC1
Black with #F5DDC1
Text Example
Text Example
White with #F5DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDC1; }
p { color: rgb(245,221,193); }
H1.HeaderClassName
{
color: #F5DDC1;
}
.AnyTagClassName
{
color: #F5DDC1;
}
</style>
background-color css
<style>
a { background-color: #F5DDC1; }
a { background-color: rgb(245,221,193); }
div.DivClassName
{
background-color: #F5DDC1;
}
.BgClassName
{
background-color: #F5DDC1;
}
</style>
border-color css
<style>
span { border-color: #F5DDC1; }
span { border-color: rgb(245,221,193); }
td.TdClassName
{
border-color: #F5DDC1;
}
.TagClassName
{
border-color: #F5DDC1;
}
</style>