Shades of Shalimar #FBFAA5
Tints of Shalimar #FBFAA5
RGB
CMYK
RGB Variations
Color information
#FBFAA5 (or 0xFBFAA5) is known color: Shalimar. HEX triplet: FB, FA and A5. RGB value is (251,250,165). Sum of RGB (Red+Green+Blue) = 251+250+165=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 165 (64.84% from 255 or 24.77% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAA5 is #04055A. Grayscale: #F0F0F0. Windows color (decimal): -263515 or 10877691. OLE color: 10877691.
HSL color Cylindrical-coordinate representation of color #FBFAA5: hue angle of 59.3º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBFAA5 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 165 | - |
| CMYK | 0 | 0.00 | 0.34 | 0.02 |
| HSL | 59.3º | 0.91% | 0.82% | - |
| HSV(B) | 59.3º | 0.34% | 0.98% | - |
| XYZ | 80.76 | 91.6 | 49.02 | - |
| YUV | 240.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 165 | 0 | 0.00 | 0.34 | 0.02 | 59.3 | 0.91 | 0.82 |
| Hex | FB | FA | A5 | 0 | 0 | 22 | 2 | 3B | 5B | 52 |
| Octal | 373 | 372 | 245 | 0 | 0 | 42 | 2 | 73 | 133 | 122 |
| Binary | 11111011 | 11111010 | 10100101 | 0 | 0 | 100010 | 10 | 111011 | 1011011 | 1010010 |
Color Harmonies of #FBFAA5
Complementary color
Monochromatic Colors of #FBFAA5
Black with #FBFAA5
Text Example
Text Example
White with #FBFAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFAA5; }
p { color: rgb(251,250,165); }
H1.HeaderClassName
{
color: #FBFAA5;
}
.AnyTagClassName
{
color: #FBFAA5;
}
</style>
background-color css
<style>
a { background-color: #FBFAA5; }
a { background-color: rgb(251,250,165); }
div.DivClassName
{
background-color: #FBFAA5;
}
.BgClassName
{
background-color: #FBFAA5;
}
</style>
border-color css
<style>
span { border-color: #FBFAA5; }
span { border-color: rgb(251,250,165); }
td.TdClassName
{
border-color: #FBFAA5;
}
.TagClassName
{
border-color: #FBFAA5;
}
</style>