Shades of Shalimar #FFF1AB
Tints of Shalimar #FFF1AB
RGB
CMYK
RGB Variations
Color information
#FFF1AB (or 0xFFF1AB) is known color: Shalimar. HEX triplet: FF, F1 and AB. RGB value is (255,241,171). Sum of RGB (Red+Green+Blue) = 255+241+171=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 171 (67.19% from 255 or 25.64% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF1AB is #000E54. Grayscale: #EDEDED. Windows color (decimal): -3669 or 11268607. OLE color: 11268607.
HSL color Cylindrical-coordinate representation of color #FFF1AB: hue angle of 50º 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 #FFF1AB is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 171 | - |
| CMYK | 0 | 0.05 | 0.33 | 0 |
| HSL | 50º | 1% | 0.84% | - |
| HSV(B) | 50º | 0.33% | 1% | - |
| XYZ | 80.05 | 87.11 | 51.12 | - |
| YUV | 237.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 171 | 0 | 0.05 | 0.33 | 0 | 50 | 1 | 0.84 |
| Hex | FF | F1 | AB | 0 | 5 | 21 | 0 | 32 | 64 | 54 |
| Octal | 377 | 361 | 253 | 0 | 5 | 41 | 0 | 62 | 144 | 124 |
| Binary | 11111111 | 11110001 | 10101011 | 0 | 101 | 100001 | 0 | 110010 | 1100100 | 1010100 |
Color Harmonies of #FFF1AB
Complementary color
Monochromatic Colors of #FFF1AB
Black with #FFF1AB
Text Example
Text Example
White with #FFF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1AB; }
p { color: rgb(255,241,171); }
H1.HeaderClassName
{
color: #FFF1AB;
}
.AnyTagClassName
{
color: #FFF1AB;
}
</style>
background-color css
<style>
a { background-color: #FFF1AB; }
a { background-color: rgb(255,241,171); }
div.DivClassName
{
background-color: #FFF1AB;
}
.BgClassName
{
background-color: #FFF1AB;
}
</style>
border-color css
<style>
span { border-color: #FFF1AB; }
span { border-color: rgb(255,241,171); }
td.TdClassName
{
border-color: #FFF1AB;
}
.TagClassName
{
border-color: #FFF1AB;
}
</style>