Shades of Shalimar #F7F2AD
Tints of Shalimar #F7F2AD
RGB
CMYK
RGB Variations
Color information
#F7F2AD (or 0xF7F2AD) is known color: Shalimar. HEX triplet: F7, F2 and AD. RGB value is (247,242,173). Sum of RGB (Red+Green+Blue) = 247+242+173=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 173 (67.97% from 255 or 26.13% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F2AD is #080D52. Grayscale: #EBEBEB. Windows color (decimal): -527699 or 11399927. OLE color: 11399927.
HSL color Cylindrical-coordinate representation of color #F7F2AD: hue angle of 55.95º 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 #F7F2AD is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 242 | 173 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.03 |
| HSL | 55.95º | 0.82% | 0.82% | - |
| HSV(B) | 55.95º | 0.3% | 0.97% | - |
| XYZ | 77.65 | 86.3 | 52.1 | - |
| YUV | 235.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 242 | 173 | 0 | 0.02 | 0.30 | 0.03 | 55.95 | 0.82 | 0.82 |
| Hex | F7 | F2 | AD | 0 | 2 | 1E | 3 | 38 | 52 | 52 |
| Octal | 367 | 362 | 255 | 0 | 2 | 36 | 3 | 70 | 122 | 122 |
| Binary | 11110111 | 11110010 | 10101101 | 0 | 10 | 11110 | 11 | 111000 | 1010010 | 1010010 |
Color Harmonies of #F7F2AD
Complementary color
Monochromatic Colors of #F7F2AD
Black with #F7F2AD
Text Example
Text Example
White with #F7F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F2AD; }
p { color: rgb(247,242,173); }
H1.HeaderClassName
{
color: #F7F2AD;
}
.AnyTagClassName
{
color: #F7F2AD;
}
</style>
background-color css
<style>
a { background-color: #F7F2AD; }
a { background-color: rgb(247,242,173); }
div.DivClassName
{
background-color: #F7F2AD;
}
.BgClassName
{
background-color: #F7F2AD;
}
</style>
border-color css
<style>
span { border-color: #F7F2AD; }
span { border-color: rgb(247,242,173); }
td.TdClassName
{
border-color: #F7F2AD;
}
.TagClassName
{
border-color: #F7F2AD;
}
</style>