Shades of Shalimar #FBFBA5
Tints of Shalimar #FBFBA5
RGB
CMYK
RGB Variations
Color information
#FBFBA5 (or 0xFBFBA5) is known color: Shalimar. HEX triplet: FB, FB and A5. RGB value is (251,251,165). Sum of RGB (Red+Green+Blue) = 251+251+165=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 165 (64.84% from 255 or 24.74% from 667); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFBA5 is #04045A. Grayscale: #F1F1F1. Windows color (decimal): -263259 or 10877947. OLE color: 10877947.
HSL color Cylindrical-coordinate representation of color #FBFBA5: hue angle of 60º 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 #FBFBA5 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 165 | - |
| CMYK | 0 | 0 | 0.34 | 0.02 |
| HSL | 60º | 0.91% | 0.82% | - |
| HSV(B) | 60º | 0.34% | 0.98% | - |
| XYZ | 81.07 | 92.22 | 49.12 | - |
| YUV | 241.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 165 | 0 | 0 | 0.34 | 0.02 | 60 | 0.91 | 0.82 |
| Hex | FB | FB | A5 | 0 | 0 | 22 | 2 | 3C | 5B | 52 |
| Octal | 373 | 373 | 245 | 0 | 0 | 42 | 2 | 74 | 133 | 122 |
| Binary | 11111011 | 11111011 | 10100101 | 0 | 0 | 100010 | 10 | 111100 | 1011011 | 1010010 |
Color Harmonies of #FBFBA5
Complementary color
Monochromatic Colors of #FBFBA5
Black with #FBFBA5
Text Example
Text Example
White with #FBFBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBA5; }
p { color: rgb(251,251,165); }
H1.HeaderClassName
{
color: #FBFBA5;
}
.AnyTagClassName
{
color: #FBFBA5;
}
</style>
background-color css
<style>
a { background-color: #FBFBA5; }
a { background-color: rgb(251,251,165); }
div.DivClassName
{
background-color: #FBFBA5;
}
.BgClassName
{
background-color: #FBFBA5;
}
</style>
border-color css
<style>
span { border-color: #FBFBA5; }
span { border-color: rgb(251,251,165); }
td.TdClassName
{
border-color: #FBFBA5;
}
.TagClassName
{
border-color: #FBFBA5;
}
</style>