Shades of Shalimar #F4F2AB
Tints of Shalimar #F4F2AB
RGB
CMYK
RGB Variations
Color information
#F4F2AB (or 0xF4F2AB) is known color: Shalimar. HEX triplet: F4, F2 and AB. RGB value is (244,242,171). Sum of RGB (Red+Green+Blue) = 244+242+171=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 171 (67.19% from 255 or 26.03% from 657); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F2AB is #0B0D54. Grayscale: #EAEAEA. Windows color (decimal): -724309 or 11268852. OLE color: 11268852.
HSL color Cylindrical-coordinate representation of color #F4F2AB: hue angle of 58.36º 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 #F4F2AB is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 242 | 171 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.04 |
| HSL | 58.36º | 0.77% | 0.81% | - |
| HSV(B) | 58.36º | 0.3% | 0.96% | - |
| XYZ | 76.41 | 85.68 | 51.04 | - |
| YUV | 234.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 242 | 171 | 0 | 0.01 | 0.30 | 0.04 | 58.36 | 0.77 | 0.81 |
| Hex | F4 | F2 | AB | 0 | 1 | 1E | 4 | 3A | 4D | 51 |
| Octal | 364 | 362 | 253 | 0 | 1 | 36 | 4 | 72 | 115 | 121 |
| Binary | 11110100 | 11110010 | 10101011 | 0 | 1 | 11110 | 100 | 111010 | 1001101 | 1010001 |
Color Harmonies of #F4F2AB
Complementary color
Monochromatic Colors of #F4F2AB
Black with #F4F2AB
Text Example
Text Example
White with #F4F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F2AB; }
p { color: rgb(244,242,171); }
H1.HeaderClassName
{
color: #F4F2AB;
}
.AnyTagClassName
{
color: #F4F2AB;
}
</style>
background-color css
<style>
a { background-color: #F4F2AB; }
a { background-color: rgb(244,242,171); }
div.DivClassName
{
background-color: #F4F2AB;
}
.BgClassName
{
background-color: #F4F2AB;
}
</style>
border-color css
<style>
span { border-color: #F4F2AB; }
span { border-color: rgb(244,242,171); }
td.TdClassName
{
border-color: #F4F2AB;
}
.TagClassName
{
border-color: #F4F2AB;
}
</style>