Shades of Shalimar #F7F4AA
Tints of Shalimar #F7F4AA
RGB
CMYK
RGB Variations
Color information
#F7F4AA (or 0xF7F4AA) is known color: Shalimar. HEX triplet: F7, F4 and AA. RGB value is (247,244,170). Sum of RGB (Red+Green+Blue) = 247+244+170=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 244 (95.70% from 255 or 36.91% from 661); Blue value is 170 (66.80% from 255 or 25.72% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F4AA is #080B55. Grayscale: #ECECEC. Windows color (decimal): -527190 or 11203831. OLE color: 11203831.
HSL color Cylindrical-coordinate representation of color #F7F4AA: hue angle of 57.66º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7F4AA is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 244 | 170 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.03 |
| HSL | 57.66º | 0.83% | 0.82% | - |
| HSV(B) | 57.66º | 0.31% | 0.97% | - |
| XYZ | 77.96 | 87.38 | 50.79 | - |
| YUV | 236.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 244 | 170 | 0 | 0.01 | 0.31 | 0.03 | 57.66 | 0.83 | 0.82 |
| Hex | F7 | F4 | AA | 0 | 1 | 1F | 3 | 3A | 53 | 52 |
| Octal | 367 | 364 | 252 | 0 | 1 | 37 | 3 | 72 | 123 | 122 |
| Binary | 11110111 | 11110100 | 10101010 | 0 | 1 | 11111 | 11 | 111010 | 1010011 | 1010010 |
Color Harmonies of #F7F4AA
Complementary color
Monochromatic Colors of #F7F4AA
Black with #F7F4AA
Text Example
Text Example
White with #F7F4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F4AA; }
p { color: rgb(247,244,170); }
H1.HeaderClassName
{
color: #F7F4AA;
}
.AnyTagClassName
{
color: #F7F4AA;
}
</style>
background-color css
<style>
a { background-color: #F7F4AA; }
a { background-color: rgb(247,244,170); }
div.DivClassName
{
background-color: #F7F4AA;
}
.BgClassName
{
background-color: #F7F4AA;
}
</style>
border-color css
<style>
span { border-color: #F7F4AA; }
span { border-color: rgb(247,244,170); }
td.TdClassName
{
border-color: #F7F4AA;
}
.TagClassName
{
border-color: #F7F4AA;
}
</style>