Shades of Sazerac #F5DDC3
Tints of Sazerac #F5DDC3
RGB
CMYK
RGB Variations
Color information
#F5DDC3 (or 0xF5DDC3) is known color: Sazerac. HEX triplet: F5, DD and C3. RGB value is (245,221,195). Sum of RGB (Red+Green+Blue) = 245+221+195=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 195 (76.56% from 255 or 29.50% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDC3 is #0A223C. Grayscale: #E1E1E1. Windows color (decimal): -664125 or 12836341. OLE color: 12836341.
HSL color Cylindrical-coordinate representation of color #F5DDC3: hue angle of 31.2º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5DDC3 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 195 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.04 |
| HSL | 31.2º | 0.71% | 0.86% | - |
| HSV(B) | 31.2º | 0.2% | 0.96% | - |
| XYZ | 73.36 | 75.07 | 62.25 | - |
| YUV | 225.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 195 | 0 | 0.10 | 0.20 | 0.04 | 31.2 | 0.71 | 0.86 |
| Hex | F5 | DD | C3 | 0 | A | 14 | 4 | 1F | 47 | 56 |
| Octal | 365 | 335 | 303 | 0 | 12 | 24 | 4 | 37 | 107 | 126 |
| Binary | 11110101 | 11011101 | 11000011 | 0 | 1010 | 10100 | 100 | 11111 | 1000111 | 1010110 |
Color Harmonies of #F5DDC3
Complementary color
Monochromatic Colors of #F5DDC3
Black with #F5DDC3
Text Example
Text Example
White with #F5DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDC3; }
p { color: rgb(245,221,195); }
H1.HeaderClassName
{
color: #F5DDC3;
}
.AnyTagClassName
{
color: #F5DDC3;
}
</style>
background-color css
<style>
a { background-color: #F5DDC3; }
a { background-color: rgb(245,221,195); }
div.DivClassName
{
background-color: #F5DDC3;
}
.BgClassName
{
background-color: #F5DDC3;
}
</style>
border-color css
<style>
span { border-color: #F5DDC3; }
span { border-color: rgb(245,221,195); }
td.TdClassName
{
border-color: #F5DDC3;
}
.TagClassName
{
border-color: #F5DDC3;
}
</style>