Shades of Shalimar #F4F1AB
Tints of Shalimar #F4F1AB
RGB
CMYK
RGB Variations
Color information
#F4F1AB (or 0xF4F1AB) is known color: Shalimar. HEX triplet: F4, F1 and AB. RGB value is (244,241,171). Sum of RGB (Red+Green+Blue) = 244+241+171=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 171 (67.19% from 255 or 26.07% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F1AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F1AB is #0B0E54. Grayscale: #EAEAEA. Windows color (decimal): -724565 or 11268596. OLE color: 11268596.
HSL color Cylindrical-coordinate representation of color #F4F1AB: hue angle of 57.53º 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 #F4F1AB is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 241 | 171 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.04 |
| HSL | 57.53º | 0.77% | 0.81% | - |
| HSV(B) | 57.53º | 0.3% | 0.96% | - |
| XYZ | 76.11 | 85.08 | 50.94 | - |
| YUV | 233.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 241 | 171 | 0 | 0.01 | 0.30 | 0.04 | 57.53 | 0.77 | 0.81 |
| Hex | F4 | F1 | AB | 0 | 1 | 1E | 4 | 3A | 4D | 51 |
| Octal | 364 | 361 | 253 | 0 | 1 | 36 | 4 | 72 | 115 | 121 |
| Binary | 11110100 | 11110001 | 10101011 | 0 | 1 | 11110 | 100 | 111010 | 1001101 | 1010001 |
Color Harmonies of #F4F1AB
Complementary color
Monochromatic Colors of #F4F1AB
Black with #F4F1AB
Text Example
Text Example
White with #F4F1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F1AB; }
p { color: rgb(244,241,171); }
H1.HeaderClassName
{
color: #F4F1AB;
}
.AnyTagClassName
{
color: #F4F1AB;
}
</style>
background-color css
<style>
a { background-color: #F4F1AB; }
a { background-color: rgb(244,241,171); }
div.DivClassName
{
background-color: #F4F1AB;
}
.BgClassName
{
background-color: #F4F1AB;
}
</style>
border-color css
<style>
span { border-color: #F4F1AB; }
span { border-color: rgb(244,241,171); }
td.TdClassName
{
border-color: #F4F1AB;
}
.TagClassName
{
border-color: #F4F1AB;
}
</style>