Shades of Sazerac #F7E0CD
Tints of Sazerac #F7E0CD
RGB
CMYK
RGB Variations
Color information
#F7E0CD (or 0xF7E0CD) is known color: Sazerac. HEX triplet: F7, E0 and CD. RGB value is (247,224,205). Sum of RGB (Red+Green+Blue) = 247+224+205=676 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.54% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 205 (80.47% from 255 or 30.33% from 676); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E0CD is #081F32. Grayscale: #E4E4E4. Windows color (decimal): -532275 or 13492471. OLE color: 13492471.
HSL color Cylindrical-coordinate representation of color #F7E0CD: hue angle of 27.14º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7E0CD is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 205 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.03 |
| HSL | 27.14º | 0.72% | 0.89% | - |
| HSV(B) | 27.14º | 0.17% | 0.97% | - |
| XYZ | 76.03 | 77.49 | 68.71 | - |
| YUV | 228.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 205 | 0 | 0.09 | 0.17 | 0.03 | 27.14 | 0.72 | 0.89 |
| Hex | F7 | E0 | CD | 0 | 9 | 11 | 3 | 1B | 48 | 59 |
| Octal | 367 | 340 | 315 | 0 | 11 | 21 | 3 | 33 | 110 | 131 |
| Binary | 11110111 | 11100000 | 11001101 | 0 | 1001 | 10001 | 11 | 11011 | 1001000 | 1011001 |
Color Harmonies of #F7E0CD
Complementary color
Monochromatic Colors of #F7E0CD
Black with #F7E0CD
Text Example
Text Example
White with #F7E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E0CD; }
p { color: rgb(247,224,205); }
H1.HeaderClassName
{
color: #F7E0CD;
}
.AnyTagClassName
{
color: #F7E0CD;
}
</style>
background-color css
<style>
a { background-color: #F7E0CD; }
a { background-color: rgb(247,224,205); }
div.DivClassName
{
background-color: #F7E0CD;
}
.BgClassName
{
background-color: #F7E0CD;
}
</style>
border-color css
<style>
span { border-color: #F7E0CD; }
span { border-color: rgb(247,224,205); }
td.TdClassName
{
border-color: #F7E0CD;
}
.TagClassName
{
border-color: #F7E0CD;
}
</style>