Shades of Shalimar #F7F1AD
Tints of Shalimar #F7F1AD
RGB
CMYK
RGB Variations
Color information
#F7F1AD (or 0xF7F1AD) is known color: Shalimar. HEX triplet: F7, F1 and AD. RGB value is (247,241,173). Sum of RGB (Red+Green+Blue) = 247+241+173=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 173 (67.97% from 255 or 26.17% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F1AD is #080E52. Grayscale: #EBEBEB. Windows color (decimal): -527955 or 11399671. OLE color: 11399671.
HSL color Cylindrical-coordinate representation of color #F7F1AD: hue angle of 55.14º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7F1AD is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 241 | 173 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.03 |
| HSL | 55.14º | 0.82% | 0.82% | - |
| HSV(B) | 55.14º | 0.3% | 0.97% | - |
| XYZ | 77.36 | 85.7 | 52 | - |
| YUV | 235.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 241 | 173 | 0 | 0.02 | 0.30 | 0.03 | 55.14 | 0.82 | 0.82 |
| Hex | F7 | F1 | AD | 0 | 2 | 1E | 3 | 37 | 52 | 52 |
| Octal | 367 | 361 | 255 | 0 | 2 | 36 | 3 | 67 | 122 | 122 |
| Binary | 11110111 | 11110001 | 10101101 | 0 | 10 | 11110 | 11 | 110111 | 1010010 | 1010010 |
Color Harmonies of #F7F1AD
Complementary color
Monochromatic Colors of #F7F1AD
Black with #F7F1AD
Text Example
Text Example
White with #F7F1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F1AD; }
p { color: rgb(247,241,173); }
H1.HeaderClassName
{
color: #F7F1AD;
}
.AnyTagClassName
{
color: #F7F1AD;
}
</style>
background-color css
<style>
a { background-color: #F7F1AD; }
a { background-color: rgb(247,241,173); }
div.DivClassName
{
background-color: #F7F1AD;
}
.BgClassName
{
background-color: #F7F1AD;
}
</style>
border-color css
<style>
span { border-color: #F7F1AD; }
span { border-color: rgb(247,241,173); }
td.TdClassName
{
border-color: #F7F1AD;
}
.TagClassName
{
border-color: #F7F1AD;
}
</style>