Shades of Shalimar #F7F6AE
Tints of Shalimar #F7F6AE
RGB
CMYK
RGB Variations
Color information
#F7F6AE (or 0xF7F6AE) is known color: Shalimar. HEX triplet: F7, F6 and AE. RGB value is (247,246,174). Sum of RGB (Red+Green+Blue) = 247+246+174=667 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.03% from 667); Green value is 246 (96.48% from 255 or 36.88% from 667); Blue value is 174 (68.36% from 255 or 26.09% from 667); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F6AE is #080951. Grayscale: #EEEEEE. Windows color (decimal): -526674 or 11466487. OLE color: 11466487.
HSL color Cylindrical-coordinate representation of color #F7F6AE: hue angle of 59.18º 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 #F7F6AE is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 246 | 174 | - |
| CMYK | 0 | 0.00 | 0.30 | 0.03 |
| HSL | 59.18º | 0.82% | 0.83% | - |
| HSV(B) | 59.18º | 0.3% | 0.97% | - |
| XYZ | 78.95 | 88.74 | 53.01 | - |
| YUV | 238.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 246 | 174 | 0 | 0.00 | 0.30 | 0.03 | 59.18 | 0.82 | 0.83 |
| Hex | F7 | F6 | AE | 0 | 0 | 1E | 3 | 3B | 52 | 53 |
| Octal | 367 | 366 | 256 | 0 | 0 | 36 | 3 | 73 | 122 | 123 |
| Binary | 11110111 | 11110110 | 10101110 | 0 | 0 | 11110 | 11 | 111011 | 1010010 | 1010011 |
Color Harmonies of #F7F6AE
Complementary color
Monochromatic Colors of #F7F6AE
Black with #F7F6AE
Text Example
Text Example
White with #F7F6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F6AE; }
p { color: rgb(247,246,174); }
H1.HeaderClassName
{
color: #F7F6AE;
}
.AnyTagClassName
{
color: #F7F6AE;
}
</style>
background-color css
<style>
a { background-color: #F7F6AE; }
a { background-color: rgb(247,246,174); }
div.DivClassName
{
background-color: #F7F6AE;
}
.BgClassName
{
background-color: #F7F6AE;
}
</style>
border-color css
<style>
span { border-color: #F7F6AE; }
span { border-color: rgb(247,246,174); }
td.TdClassName
{
border-color: #F7F6AE;
}
.TagClassName
{
border-color: #F7F6AE;
}
</style>