Shades of Shalimar #F4F0AB
Tints of Shalimar #F4F0AB
RGB
CMYK
RGB Variations
Color information
#F4F0AB (or 0xF4F0AB) is known color: Shalimar. HEX triplet: F4, F0 and AB. RGB value is (244,240,171). Sum of RGB (Red+Green+Blue) = 244+240+171=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 171 (67.19% from 255 or 26.11% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F0AB is #0B0F54. Grayscale: #E9E9E9. Windows color (decimal): -724821 or 11268340. OLE color: 11268340.
HSL color Cylindrical-coordinate representation of color #F4F0AB: hue angle of 56.71º 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 #F4F0AB is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 240 | 171 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.04 |
| HSL | 56.71º | 0.77% | 0.81% | - |
| HSV(B) | 56.71º | 0.3% | 0.96% | - |
| XYZ | 75.82 | 84.49 | 50.84 | - |
| YUV | 233.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 240 | 171 | 0 | 0.02 | 0.30 | 0.04 | 56.71 | 0.77 | 0.81 |
| Hex | F4 | F0 | AB | 0 | 2 | 1E | 4 | 39 | 4D | 51 |
| Octal | 364 | 360 | 253 | 0 | 2 | 36 | 4 | 71 | 115 | 121 |
| Binary | 11110100 | 11110000 | 10101011 | 0 | 10 | 11110 | 100 | 111001 | 1001101 | 1010001 |
Color Harmonies of #F4F0AB
Complementary color
Monochromatic Colors of #F4F0AB
Black with #F4F0AB
Text Example
Text Example
White with #F4F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F0AB; }
p { color: rgb(244,240,171); }
H1.HeaderClassName
{
color: #F4F0AB;
}
.AnyTagClassName
{
color: #F4F0AB;
}
</style>
background-color css
<style>
a { background-color: #F4F0AB; }
a { background-color: rgb(244,240,171); }
div.DivClassName
{
background-color: #F4F0AB;
}
.BgClassName
{
background-color: #F4F0AB;
}
</style>
border-color css
<style>
span { border-color: #F4F0AB; }
span { border-color: rgb(244,240,171); }
td.TdClassName
{
border-color: #F4F0AB;
}
.TagClassName
{
border-color: #F4F0AB;
}
</style>