Shades of Shalimar #FBFAB2
Tints of Shalimar #FBFAB2
RGB
CMYK
RGB Variations
Color information
#FBFAB2 (or 0xFBFAB2) is known color: Shalimar. HEX triplet: FB, FA and B2. RGB value is (251,250,178). Sum of RGB (Red+Green+Blue) = 251+250+178=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 178 (69.92% from 255 or 26.22% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAB2 is #04054D. Grayscale: #F2F2F2. Windows color (decimal): -263502 or 11729659. OLE color: 11729659.
HSL color Cylindrical-coordinate representation of color #FBFAB2: hue angle of 59.18º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBFAB2 is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 178 | - |
| CMYK | 0 | 0.00 | 0.29 | 0.02 |
| HSL | 59.18º | 0.9% | 0.84% | - |
| HSV(B) | 59.18º | 0.29% | 0.98% | - |
| XYZ | 82.01 | 92.09 | 55.57 | - |
| YUV | 242.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 178 | 0 | 0.00 | 0.29 | 0.02 | 59.18 | 0.9 | 0.84 |
| Hex | FB | FA | B2 | 0 | 0 | 1D | 2 | 3B | 5A | 54 |
| Octal | 373 | 372 | 262 | 0 | 0 | 35 | 2 | 73 | 132 | 124 |
| Binary | 11111011 | 11111010 | 10110010 | 0 | 0 | 11101 | 10 | 111011 | 1011010 | 1010100 |
Color Harmonies of #FBFAB2
Complementary color
Monochromatic Colors of #FBFAB2
Black with #FBFAB2
Text Example
Text Example
White with #FBFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFAB2; }
p { color: rgb(251,250,178); }
H1.HeaderClassName
{
color: #FBFAB2;
}
.AnyTagClassName
{
color: #FBFAB2;
}
</style>
background-color css
<style>
a { background-color: #FBFAB2; }
a { background-color: rgb(251,250,178); }
div.DivClassName
{
background-color: #FBFAB2;
}
.BgClassName
{
background-color: #FBFAB2;
}
</style>
border-color css
<style>
span { border-color: #FBFAB2; }
span { border-color: rgb(251,250,178); }
td.TdClassName
{
border-color: #FBFAB2;
}
.TagClassName
{
border-color: #FBFAB2;
}
</style>