Shades of Shalimar #FBFDB4
Tints of Shalimar #FBFDB4
RGB
CMYK
RGB Variations
Color information
#FBFDB4 (or 0xFBFDB4) is known color: Shalimar. HEX triplet: FB, FD and B4. RGB value is (251,253,180). Sum of RGB (Red+Green+Blue) = 251+253+180=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 180 (70.70% from 255 or 26.32% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDB4 is #04024B. Grayscale: #F4F4F4. Windows color (decimal): -262732 or 11861499. OLE color: 11861499.
HSL color Cylindrical-coordinate representation of color #FBFDB4: hue angle of 61.64º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBFDB4 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 180 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.01 |
| HSL | 61.64º | 0.95% | 0.85% | - |
| HSV(B) | 61.64º | 0.29% | 0.99% | - |
| XYZ | 83.15 | 94.06 | 56.95 | - |
| YUV | 244.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 180 | 0.01 | 0 | 0.29 | 0.01 | 61.64 | 0.95 | 0.85 |
| Hex | FB | FD | B4 | 1 | 0 | 1D | 1 | 3E | 5F | 55 |
| Octal | 373 | 375 | 264 | 1 | 0 | 35 | 1 | 76 | 137 | 125 |
| Binary | 11111011 | 11111101 | 10110100 | 1 | 0 | 11101 | 1 | 111110 | 1011111 | 1010101 |
Color Harmonies of #FBFDB4
Complementary color
Monochromatic Colors of #FBFDB4
Black with #FBFDB4
Text Example
Text Example
White with #FBFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDB4; }
p { color: rgb(251,253,180); }
H1.HeaderClassName
{
color: #FBFDB4;
}
.AnyTagClassName
{
color: #FBFDB4;
}
</style>
background-color css
<style>
a { background-color: #FBFDB4; }
a { background-color: rgb(251,253,180); }
div.DivClassName
{
background-color: #FBFDB4;
}
.BgClassName
{
background-color: #FBFDB4;
}
</style>
border-color css
<style>
span { border-color: #FBFDB4; }
span { border-color: rgb(251,253,180); }
td.TdClassName
{
border-color: #FBFDB4;
}
.TagClassName
{
border-color: #FBFDB4;
}
</style>