Shades of Sazerac #F5DCBF
Tints of Sazerac #F5DCBF
RGB
CMYK
RGB Variations
Color information
#F5DCBF (or 0xF5DCBF) is known color: Sazerac. HEX triplet: F5, DC and BF. RGB value is (245,220,191). Sum of RGB (Red+Green+Blue) = 245+220+191=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCBF is #0A2340. Grayscale: #E0E0E0. Windows color (decimal): -664385 or 12573941. OLE color: 12573941.
HSL color Cylindrical-coordinate representation of color #F5DCBF: hue angle of 32.22º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5DCBF is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 191 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.04 |
| HSL | 32.22º | 0.73% | 0.85% | - |
| HSV(B) | 32.22º | 0.22% | 0.96% | - |
| XYZ | 72.65 | 74.36 | 59.81 | - |
| YUV | 224.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 191 | 0 | 0.10 | 0.22 | 0.04 | 32.22 | 0.73 | 0.85 |
| Hex | F5 | DC | BF | 0 | A | 16 | 4 | 20 | 49 | 55 |
| Octal | 365 | 334 | 277 | 0 | 12 | 26 | 4 | 40 | 111 | 125 |
| Binary | 11110101 | 11011100 | 10111111 | 0 | 1010 | 10110 | 100 | 100000 | 1001001 | 1010101 |
Color Harmonies of #F5DCBF
Complementary color
Monochromatic Colors of #F5DCBF
Black with #F5DCBF
Text Example
Text Example
White with #F5DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCBF; }
p { color: rgb(245,220,191); }
H1.HeaderClassName
{
color: #F5DCBF;
}
.AnyTagClassName
{
color: #F5DCBF;
}
</style>
background-color css
<style>
a { background-color: #F5DCBF; }
a { background-color: rgb(245,220,191); }
div.DivClassName
{
background-color: #F5DCBF;
}
.BgClassName
{
background-color: #F5DCBF;
}
</style>
border-color css
<style>
span { border-color: #F5DCBF; }
span { border-color: rgb(245,220,191); }
td.TdClassName
{
border-color: #F5DCBF;
}
.TagClassName
{
border-color: #F5DCBF;
}
</style>