Shades of Shalimar #FBFAAA
Tints of Shalimar #FBFAAA
RGB
CMYK
RGB Variations
Color information
#FBFAAA (or 0xFBFAAA) is known color: Shalimar. HEX triplet: FB, FA and AA. RGB value is (251,250,170). Sum of RGB (Red+Green+Blue) = 251+250+170=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 170 (66.80% from 255 or 25.34% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAAA is #040555. Grayscale: #F1F1F1. Windows color (decimal): -263510 or 11205371. OLE color: 11205371.
HSL color Cylindrical-coordinate representation of color #FBFAAA: hue angle of 59.26º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBFAAA is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 170 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.02 |
| HSL | 59.26º | 0.91% | 0.83% | - |
| HSV(B) | 59.26º | 0.32% | 0.98% | - |
| XYZ | 81.22 | 91.78 | 51.47 | - |
| YUV | 241.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 170 | 0 | 0.00 | 0.32 | 0.02 | 59.26 | 0.91 | 0.83 |
| Hex | FB | FA | AA | 0 | 0 | 20 | 2 | 3B | 5B | 53 |
| Octal | 373 | 372 | 252 | 0 | 0 | 40 | 2 | 73 | 133 | 123 |
| Binary | 11111011 | 11111010 | 10101010 | 0 | 0 | 100000 | 10 | 111011 | 1011011 | 1010011 |
Color Harmonies of #FBFAAA
Complementary color
Monochromatic Colors of #FBFAAA
Black with #FBFAAA
Text Example
Text Example
White with #FBFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFAAA; }
p { color: rgb(251,250,170); }
H1.HeaderClassName
{
color: #FBFAAA;
}
.AnyTagClassName
{
color: #FBFAAA;
}
</style>
background-color css
<style>
a { background-color: #FBFAAA; }
a { background-color: rgb(251,250,170); }
div.DivClassName
{
background-color: #FBFAAA;
}
.BgClassName
{
background-color: #FBFAAA;
}
</style>
border-color css
<style>
span { border-color: #FBFAAA; }
span { border-color: rgb(251,250,170); }
td.TdClassName
{
border-color: #FBFAAA;
}
.TagClassName
{
border-color: #FBFAAA;
}
</style>