Shades of Shalimar #F2F4AB
Tints of Shalimar #F2F4AB
RGB
CMYK
RGB Variations
Color information
#F2F4AB (or 0xF2F4AB) is known color: Shalimar. HEX triplet: F2, F4 and AB. RGB value is (242,244,171). Sum of RGB (Red+Green+Blue) = 242+244+171=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 171 (67.19% from 255 or 26.03% from 657); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F4AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F4AB is #0D0B54. Grayscale: #EBEBEB. Windows color (decimal): -854869 or 11269362. OLE color: 11269362.
HSL color Cylindrical-coordinate representation of color #F2F4AB: hue angle of 61.64º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2F4AB is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 244 | 171 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.04 |
| HSL | 61.64º | 0.77% | 0.81% | - |
| HSV(B) | 61.64º | 0.3% | 0.96% | - |
| XYZ | 76.32 | 86.52 | 51.21 | - |
| YUV | 235.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 244 | 171 | 0.01 | 0 | 0.30 | 0.04 | 61.64 | 0.77 | 0.81 |
| Hex | F2 | F4 | AB | 1 | 0 | 1E | 4 | 3E | 4D | 51 |
| Octal | 362 | 364 | 253 | 1 | 0 | 36 | 4 | 76 | 115 | 121 |
| Binary | 11110010 | 11110100 | 10101011 | 1 | 0 | 11110 | 100 | 111110 | 1001101 | 1010001 |
Color Harmonies of #F2F4AB
Complementary color
Monochromatic Colors of #F2F4AB
Black with #F2F4AB
Text Example
Text Example
White with #F2F4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F4AB; }
p { color: rgb(242,244,171); }
H1.HeaderClassName
{
color: #F2F4AB;
}
.AnyTagClassName
{
color: #F2F4AB;
}
</style>
background-color css
<style>
a { background-color: #F2F4AB; }
a { background-color: rgb(242,244,171); }
div.DivClassName
{
background-color: #F2F4AB;
}
.BgClassName
{
background-color: #F2F4AB;
}
</style>
border-color css
<style>
span { border-color: #F2F4AB; }
span { border-color: rgb(242,244,171); }
td.TdClassName
{
border-color: #F2F4AB;
}
.TagClassName
{
border-color: #F2F4AB;
}
</style>