Shades of Shalimar #F9F2AD
Tints of Shalimar #F9F2AD
RGB
CMYK
RGB Variations
Color information
#F9F2AD (or 0xF9F2AD) is known color: Shalimar. HEX triplet: F9, F2 and AD. RGB value is (249,242,173). Sum of RGB (Red+Green+Blue) = 249+242+173=664 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.5% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 173 (67.97% from 255 or 26.05% from 664); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F2AD is #060D52. Grayscale: #ECECEC. Windows color (decimal): -396627 or 11399929. OLE color: 11399929.
HSL color Cylindrical-coordinate representation of color #F9F2AD: hue angle of 54.47º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9F2AD is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 173 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.02 |
| HSL | 54.47º | 0.86% | 0.83% | - |
| HSV(B) | 54.47º | 0.31% | 0.98% | - |
| XYZ | 78.36 | 86.66 | 52.13 | - |
| YUV | 236.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 173 | 0 | 0.03 | 0.31 | 0.02 | 54.47 | 0.86 | 0.83 |
| Hex | F9 | F2 | AD | 0 | 3 | 1F | 2 | 36 | 56 | 53 |
| Octal | 371 | 362 | 255 | 0 | 3 | 37 | 2 | 66 | 126 | 123 |
| Binary | 11111001 | 11110010 | 10101101 | 0 | 11 | 11111 | 10 | 110110 | 1010110 | 1010011 |
Color Harmonies of #F9F2AD
Complementary color
Monochromatic Colors of #F9F2AD
Black with #F9F2AD
Text Example
Text Example
White with #F9F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F2AD; }
p { color: rgb(249,242,173); }
H1.HeaderClassName
{
color: #F9F2AD;
}
.AnyTagClassName
{
color: #F9F2AD;
}
</style>
background-color css
<style>
a { background-color: #F9F2AD; }
a { background-color: rgb(249,242,173); }
div.DivClassName
{
background-color: #F9F2AD;
}
.BgClassName
{
background-color: #F9F2AD;
}
</style>
border-color css
<style>
span { border-color: #F9F2AD; }
span { border-color: rgb(249,242,173); }
td.TdClassName
{
border-color: #F9F2AD;
}
.TagClassName
{
border-color: #F9F2AD;
}
</style>