Shades of Shalimar #F7F0AF
Tints of Shalimar #F7F0AF
RGB
CMYK
RGB Variations
Color information
#F7F0AF (or 0xF7F0AF) is known color: Shalimar. HEX triplet: F7, F0 and AF. RGB value is (247,240,175). Sum of RGB (Red+Green+Blue) = 247+240+175=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 175 (68.75% from 255 or 26.44% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F0AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F0AF is #080F50. Grayscale: #EAEAEA. Windows color (decimal): -528209 or 11530487. OLE color: 11530487.
HSL color Cylindrical-coordinate representation of color #F7F0AF: hue angle of 54.17º 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 #F7F0AF is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 175 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.03 |
| HSL | 54.17º | 0.82% | 0.83% | - |
| HSV(B) | 54.17º | 0.29% | 0.97% | - |
| XYZ | 77.26 | 85.19 | 52.93 | - |
| YUV | 234.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 175 | 0 | 0.03 | 0.29 | 0.03 | 54.17 | 0.82 | 0.83 |
| Hex | F7 | F0 | AF | 0 | 3 | 1D | 3 | 36 | 52 | 53 |
| Octal | 367 | 360 | 257 | 0 | 3 | 35 | 3 | 66 | 122 | 123 |
| Binary | 11110111 | 11110000 | 10101111 | 0 | 11 | 11101 | 11 | 110110 | 1010010 | 1010011 |
Color Harmonies of #F7F0AF
Complementary color
Monochromatic Colors of #F7F0AF
Black with #F7F0AF
Text Example
Text Example
White with #F7F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F0AF; }
p { color: rgb(247,240,175); }
H1.HeaderClassName
{
color: #F7F0AF;
}
.AnyTagClassName
{
color: #F7F0AF;
}
</style>
background-color css
<style>
a { background-color: #F7F0AF; }
a { background-color: rgb(247,240,175); }
div.DivClassName
{
background-color: #F7F0AF;
}
.BgClassName
{
background-color: #F7F0AF;
}
</style>
border-color css
<style>
span { border-color: #F7F0AF; }
span { border-color: rgb(247,240,175); }
td.TdClassName
{
border-color: #F7F0AF;
}
.TagClassName
{
border-color: #F7F0AF;
}
</style>