Shades of Shalimar #FBFBAB
Tints of Shalimar #FBFBAB
RGB
CMYK
RGB Variations
Color information
#FBFBAB (or 0xFBFBAB) is known color: Shalimar. HEX triplet: FB, FB and AB. RGB value is (251,251,171). Sum of RGB (Red+Green+Blue) = 251+251+171=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 171 (67.19% from 255 or 25.41% from 673); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFBAB is #040454. Grayscale: #F2F2F2. Windows color (decimal): -263253 or 11271163. OLE color: 11271163.
HSL color Cylindrical-coordinate representation of color #FBFBAB: hue angle of 60º 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 #FBFBAB is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 171 | - |
| CMYK | 0 | 0 | 0.32 | 0.02 |
| HSL | 60º | 0.91% | 0.83% | - |
| HSV(B) | 60º | 0.32% | 0.98% | - |
| XYZ | 81.63 | 92.44 | 52.07 | - |
| YUV | 241.88 | 88 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 171 | 0 | 0 | 0.32 | 0.02 | 60 | 0.91 | 0.83 |
| Hex | FB | FB | AB | 0 | 0 | 20 | 2 | 3C | 5B | 53 |
| Octal | 373 | 373 | 253 | 0 | 0 | 40 | 2 | 74 | 133 | 123 |
| Binary | 11111011 | 11111011 | 10101011 | 0 | 0 | 100000 | 10 | 111100 | 1011011 | 1010011 |
Color Harmonies of #FBFBAB
Complementary color
Monochromatic Colors of #FBFBAB
Black with #FBFBAB
Text Example
Text Example
White with #FBFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBAB; }
p { color: rgb(251,251,171); }
H1.HeaderClassName
{
color: #FBFBAB;
}
.AnyTagClassName
{
color: #FBFBAB;
}
</style>
background-color css
<style>
a { background-color: #FBFBAB; }
a { background-color: rgb(251,251,171); }
div.DivClassName
{
background-color: #FBFBAB;
}
.BgClassName
{
background-color: #FBFBAB;
}
</style>
border-color css
<style>
span { border-color: #FBFBAB; }
span { border-color: rgb(251,251,171); }
td.TdClassName
{
border-color: #FBFBAB;
}
.TagClassName
{
border-color: #FBFBAB;
}
</style>