Shades of Sazerac #F5DECD
Tints of Sazerac #F5DECD
RGB
CMYK
RGB Variations
Color information
#F5DECD (or 0xF5DECD) is known color: Sazerac. HEX triplet: F5, DE and CD. RGB value is (245,222,205). Sum of RGB (Red+Green+Blue) = 245+222+205=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DECD is #0A2132. Grayscale: #E3E3E3. Windows color (decimal): -663859 or 13491957. OLE color: 13491957.
HSL color Cylindrical-coordinate representation of color #F5DECD: hue angle of 25.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5DECD is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 205 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.04 |
| HSL | 25.5º | 0.67% | 0.88% | - |
| HSV(B) | 25.5º | 0.16% | 0.96% | - |
| XYZ | 74.8 | 76.06 | 68.5 | - |
| YUV | 226.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 205 | 0 | 0.09 | 0.16 | 0.04 | 25.5 | 0.67 | 0.88 |
| Hex | F5 | DE | CD | 0 | 9 | 10 | 4 | 1A | 43 | 58 |
| Octal | 365 | 336 | 315 | 0 | 11 | 20 | 4 | 32 | 103 | 130 |
| Binary | 11110101 | 11011110 | 11001101 | 0 | 1001 | 10000 | 100 | 11010 | 1000011 | 1011000 |
Color Harmonies of #F5DECD
Complementary color
Monochromatic Colors of #F5DECD
Black with #F5DECD
Text Example
Text Example
White with #F5DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DECD; }
p { color: rgb(245,222,205); }
H1.HeaderClassName
{
color: #F5DECD;
}
.AnyTagClassName
{
color: #F5DECD;
}
</style>
background-color css
<style>
a { background-color: #F5DECD; }
a { background-color: rgb(245,222,205); }
div.DivClassName
{
background-color: #F5DECD;
}
.BgClassName
{
background-color: #F5DECD;
}
</style>
border-color css
<style>
span { border-color: #F5DECD; }
span { border-color: rgb(245,222,205); }
td.TdClassName
{
border-color: #F5DECD;
}
.TagClassName
{
border-color: #F5DECD;
}
</style>