Shades of Shalimar #FBFEB2
Tints of Shalimar #FBFEB2
RGB
CMYK
RGB Variations
Color information
#FBFEB2 (or 0xFBFEB2) is known color: Shalimar. HEX triplet: FB, FE and B2. RGB value is (251,254,178). Sum of RGB (Red+Green+Blue) = 251+254+178=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 178 (69.92% from 255 or 26.06% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFEB2 is #04014D. Grayscale: #F4F4F4. Windows color (decimal): -262478 or 11730683. OLE color: 11730683.
HSL color Cylindrical-coordinate representation of color #FBFEB2: hue angle of 62.37º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBFEB2 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 178 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.00 |
| HSL | 62.37º | 0.97% | 0.85% | - |
| HSV(B) | 62.37º | 0.3% | 1% | - |
| XYZ | 83.26 | 94.61 | 55.99 | - |
| YUV | 244.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 178 | 0.01 | 0 | 0.30 | 0.00 | 62.37 | 0.97 | 0.85 |
| Hex | FB | FE | B2 | 1 | 0 | 1E | 0 | 3E | 61 | 55 |
| Octal | 373 | 376 | 262 | 1 | 0 | 36 | 0 | 76 | 141 | 125 |
| Binary | 11111011 | 11111110 | 10110010 | 1 | 0 | 11110 | 0 | 111110 | 1100001 | 1010101 |
Color Harmonies of #FBFEB2
Complementary color
Monochromatic Colors of #FBFEB2
Black with #FBFEB2
Text Example
Text Example
White with #FBFEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFEB2; }
p { color: rgb(251,254,178); }
H1.HeaderClassName
{
color: #FBFEB2;
}
.AnyTagClassName
{
color: #FBFEB2;
}
</style>
background-color css
<style>
a { background-color: #FBFEB2; }
a { background-color: rgb(251,254,178); }
div.DivClassName
{
background-color: #FBFEB2;
}
.BgClassName
{
background-color: #FBFEB2;
}
</style>
border-color css
<style>
span { border-color: #FBFEB2; }
span { border-color: rgb(251,254,178); }
td.TdClassName
{
border-color: #FBFEB2;
}
.TagClassName
{
border-color: #FBFEB2;
}
</style>