Shades of Shalimar #F7F2A7
Tints of Shalimar #F7F2A7
RGB
CMYK
RGB Variations
Color information
#F7F2A7 (or 0xF7F2A7) is known color: Shalimar. HEX triplet: F7, F2 and A7. RGB value is (247,242,167). Sum of RGB (Red+Green+Blue) = 247+242+167=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 167 (65.62% from 255 or 25.46% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F2A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F2A7 is #080D58. Grayscale: #EBEBEB. Windows color (decimal): -527705 or 11006711. OLE color: 11006711.
HSL color Cylindrical-coordinate representation of color #F7F2A7: hue angle of 56.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 #F7F2A7 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 242 | 167 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.03 |
| HSL | 56.25º | 0.83% | 0.81% | - |
| HSV(B) | 56.25º | 0.32% | 0.97% | - |
| XYZ | 77.08 | 86.07 | 49.11 | - |
| YUV | 234.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 242 | 167 | 0 | 0.02 | 0.32 | 0.03 | 56.25 | 0.83 | 0.81 |
| Hex | F7 | F2 | A7 | 0 | 2 | 20 | 3 | 38 | 53 | 51 |
| Octal | 367 | 362 | 247 | 0 | 2 | 40 | 3 | 70 | 123 | 121 |
| Binary | 11110111 | 11110010 | 10100111 | 0 | 10 | 100000 | 11 | 111000 | 1010011 | 1010001 |
Color Harmonies of #F7F2A7
Complementary color
Monochromatic Colors of #F7F2A7
Black with #F7F2A7
Text Example
Text Example
White with #F7F2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F2A7; }
p { color: rgb(247,242,167); }
H1.HeaderClassName
{
color: #F7F2A7;
}
.AnyTagClassName
{
color: #F7F2A7;
}
</style>
background-color css
<style>
a { background-color: #F7F2A7; }
a { background-color: rgb(247,242,167); }
div.DivClassName
{
background-color: #F7F2A7;
}
.BgClassName
{
background-color: #F7F2A7;
}
</style>
border-color css
<style>
span { border-color: #F7F2A7; }
span { border-color: rgb(247,242,167); }
td.TdClassName
{
border-color: #F7F2A7;
}
.TagClassName
{
border-color: #F7F2A7;
}
</style>