Shades of Shalimar #FBFAAB
Tints of Shalimar #FBFAAB
RGB
CMYK
RGB Variations
Color information
#FBFAAB (or 0xFBFAAB) is known color: Shalimar. HEX triplet: FB, FA and AB. RGB value is (251,250,171). Sum of RGB (Red+Green+Blue) = 251+250+171=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 171 (67.19% from 255 or 25.45% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAAB is #040554. Grayscale: #F1F1F1. Windows color (decimal): -263509 or 11270907. OLE color: 11270907.
HSL color Cylindrical-coordinate representation of color #FBFAAB: hue angle of 59.25º 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 #FBFAAB is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 171 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.02 |
| HSL | 59.25º | 0.91% | 0.83% | - |
| HSV(B) | 59.25º | 0.32% | 0.98% | - |
| XYZ | 81.32 | 91.82 | 51.97 | - |
| YUV | 241.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 171 | 0 | 0.00 | 0.32 | 0.02 | 59.25 | 0.91 | 0.83 |
| Hex | FB | FA | AB | 0 | 0 | 20 | 2 | 3B | 5B | 53 |
| Octal | 373 | 372 | 253 | 0 | 0 | 40 | 2 | 73 | 133 | 123 |
| Binary | 11111011 | 11111010 | 10101011 | 0 | 0 | 100000 | 10 | 111011 | 1011011 | 1010011 |
Color Harmonies of #FBFAAB
Complementary color
Monochromatic Colors of #FBFAAB
Black with #FBFAAB
Text Example
Text Example
White with #FBFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFAAB; }
p { color: rgb(251,250,171); }
H1.HeaderClassName
{
color: #FBFAAB;
}
.AnyTagClassName
{
color: #FBFAAB;
}
</style>
background-color css
<style>
a { background-color: #FBFAAB; }
a { background-color: rgb(251,250,171); }
div.DivClassName
{
background-color: #FBFAAB;
}
.BgClassName
{
background-color: #FBFAAB;
}
</style>
border-color css
<style>
span { border-color: #FBFAAB; }
span { border-color: rgb(251,250,171); }
td.TdClassName
{
border-color: #FBFAAB;
}
.TagClassName
{
border-color: #FBFAAB;
}
</style>