Shades of Shalimar #FFF9AB
Tints of Shalimar #FFF9AB
RGB
CMYK
RGB Variations
Color information
#FFF9AB (or 0xFFF9AB) is known color: Shalimar. HEX triplet: FF, F9 and AB. RGB value is (255,249,171). Sum of RGB (Red+Green+Blue) = 255+249+171=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 171 (67.19% from 255 or 25.33% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF9AB is #000654. Grayscale: #F2F2F2. Windows color (decimal): -1621 or 11270655. OLE color: 11270655.
HSL color Cylindrical-coordinate representation of color #FFF9AB: hue angle of 55.71º 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 #FFF9AB is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 171 | - |
| CMYK | 0 | 0.02 | 0.33 | 0 |
| HSL | 55.71º | 1% | 0.84% | - |
| HSV(B) | 55.71º | 0.33% | 1% | - |
| XYZ | 82.47 | 91.95 | 51.93 | - |
| YUV | 241.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 171 | 0 | 0.02 | 0.33 | 0 | 55.71 | 1 | 0.84 |
| Hex | FF | F9 | AB | 0 | 2 | 21 | 0 | 38 | 64 | 54 |
| Octal | 377 | 371 | 253 | 0 | 2 | 41 | 0 | 70 | 144 | 124 |
| Binary | 11111111 | 11111001 | 10101011 | 0 | 10 | 100001 | 0 | 111000 | 1100100 | 1010100 |
Color Harmonies of #FFF9AB
Complementary color
Monochromatic Colors of #FFF9AB
Black with #FFF9AB
Text Example
Text Example
White with #FFF9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9AB; }
p { color: rgb(255,249,171); }
H1.HeaderClassName
{
color: #FFF9AB;
}
.AnyTagClassName
{
color: #FFF9AB;
}
</style>
background-color css
<style>
a { background-color: #FFF9AB; }
a { background-color: rgb(255,249,171); }
div.DivClassName
{
background-color: #FFF9AB;
}
.BgClassName
{
background-color: #FFF9AB;
}
</style>
border-color css
<style>
span { border-color: #FFF9AB; }
span { border-color: rgb(255,249,171); }
td.TdClassName
{
border-color: #FFF9AB;
}
.TagClassName
{
border-color: #FFF9AB;
}
</style>