Shades of Shalimar #FBFBB0
Tints of Shalimar #FBFBB0
RGB
CMYK
RGB Variations
Color information
#FBFBB0 (or 0xFBFBB0) is known color: Shalimar. HEX triplet: FB, FB and B0. RGB value is (251,251,176). Sum of RGB (Red+Green+Blue) = 251+251+176=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 176 (69.14% from 255 or 25.96% from 678); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFBB0 is #04044F. Grayscale: #F2F2F2. Windows color (decimal): -263248 or 11598843. OLE color: 11598843.
HSL color Cylindrical-coordinate representation of color #FBFBB0: hue angle of 60º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBFBB0 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 176 | - |
| CMYK | 0 | 0 | 0.30 | 0.02 |
| HSL | 60º | 0.9% | 0.84% | - |
| HSV(B) | 60º | 0.3% | 0.98% | - |
| XYZ | 82.12 | 92.64 | 54.63 | - |
| YUV | 242.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 176 | 0 | 0 | 0.30 | 0.02 | 60 | 0.9 | 0.84 |
| Hex | FB | FB | B0 | 0 | 0 | 1E | 2 | 3C | 5A | 54 |
| Octal | 373 | 373 | 260 | 0 | 0 | 36 | 2 | 74 | 132 | 124 |
| Binary | 11111011 | 11111011 | 10110000 | 0 | 0 | 11110 | 10 | 111100 | 1011010 | 1010100 |
Color Harmonies of #FBFBB0
Complementary color
Monochromatic Colors of #FBFBB0
Black with #FBFBB0
Text Example
Text Example
White with #FBFBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBB0; }
p { color: rgb(251,251,176); }
H1.HeaderClassName
{
color: #FBFBB0;
}
.AnyTagClassName
{
color: #FBFBB0;
}
</style>
background-color css
<style>
a { background-color: #FBFBB0; }
a { background-color: rgb(251,251,176); }
div.DivClassName
{
background-color: #FBFBB0;
}
.BgClassName
{
background-color: #FBFBB0;
}
</style>
border-color css
<style>
span { border-color: #FBFBB0; }
span { border-color: rgb(251,251,176); }
td.TdClassName
{
border-color: #FBFBB0;
}
.TagClassName
{
border-color: #FBFBB0;
}
</style>