Shades of Shalimar #F1F0AA
Tints of Shalimar #F1F0AA
RGB
CMYK
RGB Variations
Color information
#F1F0AA (or 0xF1F0AA) is known color: Shalimar. HEX triplet: F1, F0 and AA. RGB value is (241,240,170). Sum of RGB (Red+Green+Blue) = 241+240+170=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 170 (66.80% from 255 or 26.11% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F0AA is #0E0F55. Grayscale: #E8E8E8. Windows color (decimal): -921430 or 11202801. OLE color: 11202801.
HSL color Cylindrical-coordinate representation of color #F1F0AA: hue angle of 59.15º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1F0AA is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 170 | - |
| CMYK | 0 | 0.00 | 0.29 | 0.05 |
| HSL | 59.15º | 0.72% | 0.81% | - |
| HSV(B) | 59.15º | 0.29% | 0.95% | - |
| XYZ | 74.69 | 83.92 | 50.29 | - |
| YUV | 232.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 170 | 0 | 0.00 | 0.29 | 0.05 | 59.15 | 0.72 | 0.81 |
| Hex | F1 | F0 | AA | 0 | 0 | 1D | 5 | 3B | 48 | 51 |
| Octal | 361 | 360 | 252 | 0 | 0 | 35 | 5 | 73 | 110 | 121 |
| Binary | 11110001 | 11110000 | 10101010 | 0 | 0 | 11101 | 101 | 111011 | 1001000 | 1010001 |
Color Harmonies of #F1F0AA
Complementary color
Monochromatic Colors of #F1F0AA
Black with #F1F0AA
Text Example
Text Example
White with #F1F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F0AA; }
p { color: rgb(241,240,170); }
H1.HeaderClassName
{
color: #F1F0AA;
}
.AnyTagClassName
{
color: #F1F0AA;
}
</style>
background-color css
<style>
a { background-color: #F1F0AA; }
a { background-color: rgb(241,240,170); }
div.DivClassName
{
background-color: #F1F0AA;
}
.BgClassName
{
background-color: #F1F0AA;
}
</style>
border-color css
<style>
span { border-color: #F1F0AA; }
span { border-color: rgb(241,240,170); }
td.TdClassName
{
border-color: #F1F0AA;
}
.TagClassName
{
border-color: #F1F0AA;
}
</style>