Shades of Shalimar #F1F2AD
Tints of Shalimar #F1F2AD
RGB
CMYK
RGB Variations
Color information
#F1F2AD (or 0xF1F2AD) is known color: Shalimar. HEX triplet: F1, F2 and AD. RGB value is (241,242,173). Sum of RGB (Red+Green+Blue) = 241+242+173=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 173 (67.97% from 255 or 26.37% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F2AD is #0E0D52. Grayscale: #EAEAEA. Windows color (decimal): -920915 or 11399921. OLE color: 11399921.
HSL color Cylindrical-coordinate representation of color #F1F2AD: hue angle of 60.87º degrees, saturation: 0.73, 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 #F1F2AD is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 173 | - |
| CMYK | 0.00 | 0 | 0.29 | 0.05 |
| HSL | 60.87º | 0.73% | 0.81% | - |
| HSV(B) | 60.87º | 0.29% | 0.95% | - |
| XYZ | 75.57 | 85.22 | 52 | - |
| YUV | 233.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 173 | 0.00 | 0 | 0.29 | 0.05 | 60.87 | 0.73 | 0.81 |
| Hex | F1 | F2 | AD | 0 | 0 | 1D | 5 | 3D | 49 | 51 |
| Octal | 361 | 362 | 255 | 0 | 0 | 35 | 5 | 75 | 111 | 121 |
| Binary | 11110001 | 11110010 | 10101101 | 0 | 0 | 11101 | 101 | 111101 | 1001001 | 1010001 |
Color Harmonies of #F1F2AD
Complementary color
Monochromatic Colors of #F1F2AD
Black with #F1F2AD
Text Example
Text Example
White with #F1F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2AD; }
p { color: rgb(241,242,173); }
H1.HeaderClassName
{
color: #F1F2AD;
}
.AnyTagClassName
{
color: #F1F2AD;
}
</style>
background-color css
<style>
a { background-color: #F1F2AD; }
a { background-color: rgb(241,242,173); }
div.DivClassName
{
background-color: #F1F2AD;
}
.BgClassName
{
background-color: #F1F2AD;
}
</style>
border-color css
<style>
span { border-color: #F1F2AD; }
span { border-color: rgb(241,242,173); }
td.TdClassName
{
border-color: #F1F2AD;
}
.TagClassName
{
border-color: #F1F2AD;
}
</style>