Shades of Shalimar #F7EFAF
Tints of Shalimar #F7EFAF
RGB
CMYK
RGB Variations
Color information
#F7EFAF (or 0xF7EFAF) is known color: Shalimar. HEX triplet: F7, EF and AF. RGB value is (247,239,175). Sum of RGB (Red+Green+Blue) = 247+239+175=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 175 (68.75% from 255 or 26.48% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EFAF is #081050. Grayscale: #EAEAEA. Windows color (decimal): -528465 or 11530231. OLE color: 11530231.
HSL color Cylindrical-coordinate representation of color #F7EFAF: hue angle of 53.33º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7EFAF is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 239 | 175 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.03 |
| HSL | 53.33º | 0.82% | 0.83% | - |
| HSV(B) | 53.33º | 0.29% | 0.97% | - |
| XYZ | 76.96 | 84.6 | 52.83 | - |
| YUV | 234.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 239 | 175 | 0 | 0.03 | 0.29 | 0.03 | 53.33 | 0.82 | 0.83 |
| Hex | F7 | EF | AF | 0 | 3 | 1D | 3 | 35 | 52 | 53 |
| Octal | 367 | 357 | 257 | 0 | 3 | 35 | 3 | 65 | 122 | 123 |
| Binary | 11110111 | 11101111 | 10101111 | 0 | 11 | 11101 | 11 | 110101 | 1010010 | 1010011 |
Color Harmonies of #F7EFAF
Complementary color
Monochromatic Colors of #F7EFAF
Black with #F7EFAF
Text Example
Text Example
White with #F7EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EFAF; }
p { color: rgb(247,239,175); }
H1.HeaderClassName
{
color: #F7EFAF;
}
.AnyTagClassName
{
color: #F7EFAF;
}
</style>
background-color css
<style>
a { background-color: #F7EFAF; }
a { background-color: rgb(247,239,175); }
div.DivClassName
{
background-color: #F7EFAF;
}
.BgClassName
{
background-color: #F7EFAF;
}
</style>
border-color css
<style>
span { border-color: #F7EFAF; }
span { border-color: rgb(247,239,175); }
td.TdClassName
{
border-color: #F7EFAF;
}
.TagClassName
{
border-color: #F7EFAF;
}
</style>