Shades of Shalimar #FFF4AB
Tints of Shalimar #FFF4AB
RGB
CMYK
RGB Variations
Color information
#FFF4AB (or 0xFFF4AB) is known color: Shalimar. HEX triplet: FF, F4 and AB. RGB value is (255,244,171). Sum of RGB (Red+Green+Blue) = 255+244+171=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 244 (95.70% from 255 or 36.42% from 670); Blue value is 171 (67.19% from 255 or 25.52% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4AB is #000B54. Grayscale: #EFEFEF. Windows color (decimal): -2901 or 11269375. OLE color: 11269375.
HSL color Cylindrical-coordinate representation of color #FFF4AB: hue angle of 52.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFF4AB is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 171 | - |
| CMYK | 0 | 0.04 | 0.33 | 0 |
| HSL | 52.14º | 1% | 0.84% | - |
| HSV(B) | 52.14º | 0.33% | 1% | - |
| XYZ | 80.94 | 88.9 | 51.42 | - |
| YUV | 238.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 171 | 0 | 0.04 | 0.33 | 0 | 52.14 | 1 | 0.84 |
| Hex | FF | F4 | AB | 0 | 4 | 21 | 0 | 34 | 64 | 54 |
| Octal | 377 | 364 | 253 | 0 | 4 | 41 | 0 | 64 | 144 | 124 |
| Binary | 11111111 | 11110100 | 10101011 | 0 | 100 | 100001 | 0 | 110100 | 1100100 | 1010100 |
Color Harmonies of #FFF4AB
Complementary color
Monochromatic Colors of #FFF4AB
Black with #FFF4AB
Text Example
Text Example
White with #FFF4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4AB; }
p { color: rgb(255,244,171); }
H1.HeaderClassName
{
color: #FFF4AB;
}
.AnyTagClassName
{
color: #FFF4AB;
}
</style>
background-color css
<style>
a { background-color: #FFF4AB; }
a { background-color: rgb(255,244,171); }
div.DivClassName
{
background-color: #FFF4AB;
}
.BgClassName
{
background-color: #FFF4AB;
}
</style>
border-color css
<style>
span { border-color: #FFF4AB; }
span { border-color: rgb(255,244,171); }
td.TdClassName
{
border-color: #FFF4AB;
}
.TagClassName
{
border-color: #FFF4AB;
}
</style>