Shades of Shalimar #FBFBA6
Tints of Shalimar #FBFBA6
RGB
CMYK
RGB Variations
Color information
#FBFBA6 (or 0xFBFBA6) is known color: Shalimar. HEX triplet: FB, FB and A6. RGB value is (251,251,166). Sum of RGB (Red+Green+Blue) = 251+251+166=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 166 (65.23% from 255 or 24.85% from 668); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFBA6 is #040459. Grayscale: #F1F1F1. Windows color (decimal): -263258 or 10943483. OLE color: 10943483.
HSL color Cylindrical-coordinate representation of color #FBFBA6: 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 #FBFBA6 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 166 | - |
| CMYK | 0 | 0 | 0.34 | 0.02 |
| HSL | 60º | 0.91% | 0.82% | - |
| HSV(B) | 60º | 0.34% | 0.98% | - |
| XYZ | 81.16 | 92.26 | 49.61 | - |
| YUV | 241.31 | 85.5 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 166 | 0 | 0 | 0.34 | 0.02 | 60 | 0.91 | 0.82 |
| Hex | FB | FB | A6 | 0 | 0 | 22 | 2 | 3C | 5B | 52 |
| Octal | 373 | 373 | 246 | 0 | 0 | 42 | 2 | 74 | 133 | 122 |
| Binary | 11111011 | 11111011 | 10100110 | 0 | 0 | 100010 | 10 | 111100 | 1011011 | 1010010 |
Color Harmonies of #FBFBA6
Complementary color
Monochromatic Colors of #FBFBA6
Black with #FBFBA6
Text Example
Text Example
White with #FBFBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBA6; }
p { color: rgb(251,251,166); }
H1.HeaderClassName
{
color: #FBFBA6;
}
.AnyTagClassName
{
color: #FBFBA6;
}
</style>
background-color css
<style>
a { background-color: #FBFBA6; }
a { background-color: rgb(251,251,166); }
div.DivClassName
{
background-color: #FBFBA6;
}
.BgClassName
{
background-color: #FBFBA6;
}
</style>
border-color css
<style>
span { border-color: #FBFBA6; }
span { border-color: rgb(251,251,166); }
td.TdClassName
{
border-color: #FBFBA6;
}
.TagClassName
{
border-color: #FBFBA6;
}
</style>