Shades of Shalimar #F7EEA7
Tints of Shalimar #F7EEA7
RGB
CMYK
RGB Variations
Color information
#F7EEA7 (or 0xF7EEA7) is known color: Shalimar. HEX triplet: F7, EE and A7. RGB value is (247,238,167). Sum of RGB (Red+Green+Blue) = 247+238+167=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 167 (65.62% from 255 or 25.61% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EEA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EEA7 is #081158. Grayscale: #E8E8E8. Windows color (decimal): -528729 or 11005687. OLE color: 11005687.
HSL color Cylindrical-coordinate representation of color #F7EEA7: hue angle of 53.25º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7EEA7 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 238 | 167 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.03 |
| HSL | 53.25º | 0.83% | 0.81% | - |
| HSV(B) | 53.25º | 0.32% | 0.97% | - |
| XYZ | 75.91 | 83.71 | 48.72 | - |
| YUV | 232.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 238 | 167 | 0 | 0.04 | 0.32 | 0.03 | 53.25 | 0.83 | 0.81 |
| Hex | F7 | EE | A7 | 0 | 4 | 20 | 3 | 35 | 53 | 51 |
| Octal | 367 | 356 | 247 | 0 | 4 | 40 | 3 | 65 | 123 | 121 |
| Binary | 11110111 | 11101110 | 10100111 | 0 | 100 | 100000 | 11 | 110101 | 1010011 | 1010001 |
Color Harmonies of #F7EEA7
Complementary color
Monochromatic Colors of #F7EEA7
Black with #F7EEA7
Text Example
Text Example
White with #F7EEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EEA7; }
p { color: rgb(247,238,167); }
H1.HeaderClassName
{
color: #F7EEA7;
}
.AnyTagClassName
{
color: #F7EEA7;
}
</style>
background-color css
<style>
a { background-color: #F7EEA7; }
a { background-color: rgb(247,238,167); }
div.DivClassName
{
background-color: #F7EEA7;
}
.BgClassName
{
background-color: #F7EEA7;
}
</style>
border-color css
<style>
span { border-color: #F7EEA7; }
span { border-color: rgb(247,238,167); }
td.TdClassName
{
border-color: #F7EEA7;
}
.TagClassName
{
border-color: #F7EEA7;
}
</style>