Shades of Sazerac #F7E0CC
Tints of Sazerac #F7E0CC
RGB
CMYK
RGB Variations
Color information
#F7E0CC (or 0xF7E0CC) is known color: Sazerac. HEX triplet: F7, E0 and CC. RGB value is (247,224,204). Sum of RGB (Red+Green+Blue) = 247+224+204=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E0CC is #081F33. Grayscale: #E4E4E4. Windows color (decimal): -532276 or 13426935. OLE color: 13426935.
HSL color Cylindrical-coordinate representation of color #F7E0CC: hue angle of 27.91º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7E0CC is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 204 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.03 |
| HSL | 27.91º | 0.73% | 0.88% | - |
| HSV(B) | 27.91º | 0.17% | 0.97% | - |
| XYZ | 75.91 | 77.45 | 68.07 | - |
| YUV | 228.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 204 | 0 | 0.09 | 0.17 | 0.03 | 27.91 | 0.73 | 0.88 |
| Hex | F7 | E0 | CC | 0 | 9 | 11 | 3 | 1C | 49 | 58 |
| Octal | 367 | 340 | 314 | 0 | 11 | 21 | 3 | 34 | 111 | 130 |
| Binary | 11110111 | 11100000 | 11001100 | 0 | 1001 | 10001 | 11 | 11100 | 1001001 | 1011000 |
Color Harmonies of #F7E0CC
Complementary color
Monochromatic Colors of #F7E0CC
Black with #F7E0CC
Text Example
Text Example
White with #F7E0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E0CC; }
p { color: rgb(247,224,204); }
H1.HeaderClassName
{
color: #F7E0CC;
}
.AnyTagClassName
{
color: #F7E0CC;
}
</style>
background-color css
<style>
a { background-color: #F7E0CC; }
a { background-color: rgb(247,224,204); }
div.DivClassName
{
background-color: #F7E0CC;
}
.BgClassName
{
background-color: #F7E0CC;
}
</style>
border-color css
<style>
span { border-color: #F7E0CC; }
span { border-color: rgb(247,224,204); }
td.TdClassName
{
border-color: #F7E0CC;
}
.TagClassName
{
border-color: #F7E0CC;
}
</style>