Shades of Shalimar #FBFDB0
Tints of Shalimar #FBFDB0
RGB
CMYK
RGB Variations
Color information
#FBFDB0 (or 0xFBFDB0) is known color: Shalimar. HEX triplet: FB, FD and B0. RGB value is (251,253,176). Sum of RGB (Red+Green+Blue) = 251+253+176=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 176 (69.14% from 255 or 25.88% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFDB0 is #04024F. Grayscale: #F3F3F3. Windows color (decimal): -262736 or 11599355. OLE color: 11599355.
HSL color Cylindrical-coordinate representation of color #FBFDB0: hue angle of 61.56º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBFDB0 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 176 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.01 |
| HSL | 61.56º | 0.95% | 0.84% | - |
| HSV(B) | 61.56º | 0.3% | 0.99% | - |
| XYZ | 82.75 | 93.89 | 54.84 | - |
| YUV | 243.62 | 89.84 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 176 | 0.01 | 0 | 0.30 | 0.01 | 61.56 | 0.95 | 0.84 |
| Hex | FB | FD | B0 | 1 | 0 | 1E | 1 | 3E | 5F | 54 |
| Octal | 373 | 375 | 260 | 1 | 0 | 36 | 1 | 76 | 137 | 124 |
| Binary | 11111011 | 11111101 | 10110000 | 1 | 0 | 11110 | 1 | 111110 | 1011111 | 1010100 |
Color Harmonies of #FBFDB0
Complementary color
Monochromatic Colors of #FBFDB0
Black with #FBFDB0
Text Example
Text Example
White with #FBFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDB0; }
p { color: rgb(251,253,176); }
H1.HeaderClassName
{
color: #FBFDB0;
}
.AnyTagClassName
{
color: #FBFDB0;
}
</style>
background-color css
<style>
a { background-color: #FBFDB0; }
a { background-color: rgb(251,253,176); }
div.DivClassName
{
background-color: #FBFDB0;
}
.BgClassName
{
background-color: #FBFDB0;
}
</style>
border-color css
<style>
span { border-color: #FBFDB0; }
span { border-color: rgb(251,253,176); }
td.TdClassName
{
border-color: #FBFDB0;
}
.TagClassName
{
border-color: #FBFDB0;
}
</style>