Shades of Shalimar #F7F5AE
Tints of Shalimar #F7F5AE
RGB
CMYK
RGB Variations
Color information
#F7F5AE (or 0xF7F5AE) is known color: Shalimar. HEX triplet: F7, F5 and AE. RGB value is (247,245,174). Sum of RGB (Red+Green+Blue) = 247+245+174=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 174 (68.36% from 255 or 26.13% from 666); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F5AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F5AE is #080A51. Grayscale: #EDEDED. Windows color (decimal): -526930 or 11466231. OLE color: 11466231.
HSL color Cylindrical-coordinate representation of color #F7F5AE: hue angle of 58.36º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7F5AE is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 245 | 174 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.03 |
| HSL | 58.36º | 0.82% | 0.83% | - |
| HSV(B) | 58.36º | 0.3% | 0.97% | - |
| XYZ | 78.65 | 88.13 | 52.91 | - |
| YUV | 237.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 245 | 174 | 0 | 0.01 | 0.30 | 0.03 | 58.36 | 0.82 | 0.83 |
| Hex | F7 | F5 | AE | 0 | 1 | 1E | 3 | 3A | 52 | 53 |
| Octal | 367 | 365 | 256 | 0 | 1 | 36 | 3 | 72 | 122 | 123 |
| Binary | 11110111 | 11110101 | 10101110 | 0 | 1 | 11110 | 11 | 111010 | 1010010 | 1010011 |
Color Harmonies of #F7F5AE
Complementary color
Monochromatic Colors of #F7F5AE
Black with #F7F5AE
Text Example
Text Example
White with #F7F5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F5AE; }
p { color: rgb(247,245,174); }
H1.HeaderClassName
{
color: #F7F5AE;
}
.AnyTagClassName
{
color: #F7F5AE;
}
</style>
background-color css
<style>
a { background-color: #F7F5AE; }
a { background-color: rgb(247,245,174); }
div.DivClassName
{
background-color: #F7F5AE;
}
.BgClassName
{
background-color: #F7F5AE;
}
</style>
border-color css
<style>
span { border-color: #F7F5AE; }
span { border-color: rgb(247,245,174); }
td.TdClassName
{
border-color: #F7F5AE;
}
.TagClassName
{
border-color: #F7F5AE;
}
</style>