Shades of Sazerac #F5DCC1
Tints of Sazerac #F5DCC1
RGB
CMYK
RGB Variations
Color information
#F5DCC1 (or 0xF5DCC1) is known color: Sazerac. HEX triplet: F5, DC and C1. RGB value is (245,220,193). Sum of RGB (Red+Green+Blue) = 245+220+193=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCC1 is #0A233E. Grayscale: #E0E0E0. Windows color (decimal): -664383 or 12705013. OLE color: 12705013.
HSL color Cylindrical-coordinate representation of color #F5DCC1: hue angle of 31.15º 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 #F5DCC1 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 193 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.04 |
| HSL | 31.15º | 0.72% | 0.86% | - |
| HSV(B) | 31.15º | 0.21% | 0.96% | - |
| XYZ | 72.88 | 74.45 | 60.98 | - |
| YUV | 224.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 193 | 0 | 0.10 | 0.21 | 0.04 | 31.15 | 0.72 | 0.86 |
| Hex | F5 | DC | C1 | 0 | A | 15 | 4 | 1F | 48 | 56 |
| Octal | 365 | 334 | 301 | 0 | 12 | 25 | 4 | 37 | 110 | 126 |
| Binary | 11110101 | 11011100 | 11000001 | 0 | 1010 | 10101 | 100 | 11111 | 1001000 | 1010110 |
Color Harmonies of #F5DCC1
Complementary color
Monochromatic Colors of #F5DCC1
Black with #F5DCC1
Text Example
Text Example
White with #F5DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCC1; }
p { color: rgb(245,220,193); }
H1.HeaderClassName
{
color: #F5DCC1;
}
.AnyTagClassName
{
color: #F5DCC1;
}
</style>
background-color css
<style>
a { background-color: #F5DCC1; }
a { background-color: rgb(245,220,193); }
div.DivClassName
{
background-color: #F5DCC1;
}
.BgClassName
{
background-color: #F5DCC1;
}
</style>
border-color css
<style>
span { border-color: #F5DCC1; }
span { border-color: rgb(245,220,193); }
td.TdClassName
{
border-color: #F5DCC1;
}
.TagClassName
{
border-color: #F5DCC1;
}
</style>