Shades of Shalimar #F9F1AE
Tints of Shalimar #F9F1AE
RGB
CMYK
RGB Variations
Color information
#F9F1AE (or 0xF9F1AE) is known color: Shalimar. HEX triplet: F9, F1 and AE. RGB value is (249,241,174). Sum of RGB (Red+Green+Blue) = 249+241+174=664 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.5% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 174 (68.36% from 255 or 26.20% from 664); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F1AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F1AE is #060E51. Grayscale: #ECECEC. Windows color (decimal): -396882 or 11465209. OLE color: 11465209.
HSL color Cylindrical-coordinate representation of color #F9F1AE: hue angle of 53.6º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9F1AE is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 174 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.02 |
| HSL | 53.6º | 0.86% | 0.83% | - |
| HSV(B) | 53.6º | 0.3% | 0.98% | - |
| XYZ | 78.16 | 86.11 | 52.54 | - |
| YUV | 235.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 174 | 0 | 0.03 | 0.30 | 0.02 | 53.6 | 0.86 | 0.83 |
| Hex | F9 | F1 | AE | 0 | 3 | 1E | 2 | 36 | 56 | 53 |
| Octal | 371 | 361 | 256 | 0 | 3 | 36 | 2 | 66 | 126 | 123 |
| Binary | 11111001 | 11110001 | 10101110 | 0 | 11 | 11110 | 10 | 110110 | 1010110 | 1010011 |
Color Harmonies of #F9F1AE
Complementary color
Monochromatic Colors of #F9F1AE
Black with #F9F1AE
Text Example
Text Example
White with #F9F1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F1AE; }
p { color: rgb(249,241,174); }
H1.HeaderClassName
{
color: #F9F1AE;
}
.AnyTagClassName
{
color: #F9F1AE;
}
</style>
background-color css
<style>
a { background-color: #F9F1AE; }
a { background-color: rgb(249,241,174); }
div.DivClassName
{
background-color: #F9F1AE;
}
.BgClassName
{
background-color: #F9F1AE;
}
</style>
border-color css
<style>
span { border-color: #F9F1AE; }
span { border-color: rgb(249,241,174); }
td.TdClassName
{
border-color: #F9F1AE;
}
.TagClassName
{
border-color: #F9F1AE;
}
</style>