Shades of Shalimar #FBFAB5
Tints of Shalimar #FBFAB5
RGB
CMYK
RGB Variations
Color information
#FBFAB5 (or 0xFBFAB5) is known color: Shalimar. HEX triplet: FB, FA and B5. RGB value is (251,250,181). Sum of RGB (Red+Green+Blue) = 251+250+181=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 181 (71.09% from 255 or 26.54% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAB5 is #04054A. Grayscale: #F2F2F2. Windows color (decimal): -263499 or 11926267. OLE color: 11926267.
HSL color Cylindrical-coordinate representation of color #FBFAB5: hue angle of 59.14º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBFAB5 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 181 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.02 |
| HSL | 59.14º | 0.9% | 0.85% | - |
| HSV(B) | 59.14º | 0.28% | 0.98% | - |
| XYZ | 82.31 | 92.22 | 57.18 | - |
| YUV | 242.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 181 | 0 | 0.00 | 0.28 | 0.02 | 59.14 | 0.9 | 0.85 |
| Hex | FB | FA | B5 | 0 | 0 | 1C | 2 | 3B | 5A | 55 |
| Octal | 373 | 372 | 265 | 0 | 0 | 34 | 2 | 73 | 132 | 125 |
| Binary | 11111011 | 11111010 | 10110101 | 0 | 0 | 11100 | 10 | 111011 | 1011010 | 1010101 |
Color Harmonies of #FBFAB5
Complementary color
Monochromatic Colors of #FBFAB5
Black with #FBFAB5
Text Example
Text Example
White with #FBFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFAB5; }
p { color: rgb(251,250,181); }
H1.HeaderClassName
{
color: #FBFAB5;
}
.AnyTagClassName
{
color: #FBFAB5;
}
</style>
background-color css
<style>
a { background-color: #FBFAB5; }
a { background-color: rgb(251,250,181); }
div.DivClassName
{
background-color: #FBFAB5;
}
.BgClassName
{
background-color: #FBFAB5;
}
</style>
border-color css
<style>
span { border-color: #FBFAB5; }
span { border-color: rgb(251,250,181); }
td.TdClassName
{
border-color: #FBFAB5;
}
.TagClassName
{
border-color: #FBFAB5;
}
</style>