Shades of Shalimar #F7F1A7
Tints of Shalimar #F7F1A7
RGB
CMYK
RGB Variations
Color information
#F7F1A7 (or 0xF7F1A7) is known color: Shalimar. HEX triplet: F7, F1 and A7. RGB value is (247,241,167). Sum of RGB (Red+Green+Blue) = 247+241+167=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 167 (65.62% from 255 or 25.50% from 655); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F1A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F1A7 is #080E58. Grayscale: #EAEAEA. Windows color (decimal): -527961 or 11006455. OLE color: 11006455.
HSL color Cylindrical-coordinate representation of color #F7F1A7: hue angle of 55.5º 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 #F7F1A7 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 241 | 167 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.03 |
| HSL | 55.5º | 0.83% | 0.81% | - |
| HSV(B) | 55.5º | 0.32% | 0.97% | - |
| XYZ | 76.79 | 85.47 | 49.01 | - |
| YUV | 234.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 241 | 167 | 0 | 0.02 | 0.32 | 0.03 | 55.5 | 0.83 | 0.81 |
| Hex | F7 | F1 | A7 | 0 | 2 | 20 | 3 | 38 | 53 | 51 |
| Octal | 367 | 361 | 247 | 0 | 2 | 40 | 3 | 70 | 123 | 121 |
| Binary | 11110111 | 11110001 | 10100111 | 0 | 10 | 100000 | 11 | 111000 | 1010011 | 1010001 |
Color Harmonies of #F7F1A7
Complementary color
Monochromatic Colors of #F7F1A7
Black with #F7F1A7
Text Example
Text Example
White with #F7F1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F1A7; }
p { color: rgb(247,241,167); }
H1.HeaderClassName
{
color: #F7F1A7;
}
.AnyTagClassName
{
color: #F7F1A7;
}
</style>
background-color css
<style>
a { background-color: #F7F1A7; }
a { background-color: rgb(247,241,167); }
div.DivClassName
{
background-color: #F7F1A7;
}
.BgClassName
{
background-color: #F7F1A7;
}
</style>
border-color css
<style>
span { border-color: #F7F1A7; }
span { border-color: rgb(247,241,167); }
td.TdClassName
{
border-color: #F7F1A7;
}
.TagClassName
{
border-color: #F7F1A7;
}
</style>