Shades of Shalimar #FBF2B2
Tints of Shalimar #FBF2B2
RGB
CMYK
RGB Variations
Color information
#FBF2B2 (or 0xFBF2B2) is known color: Shalimar. HEX triplet: FB, F2 and B2. RGB value is (251,242,178). Sum of RGB (Red+Green+Blue) = 251+242+178=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 178 (69.92% from 255 or 26.53% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF2B2 is #040D4D. Grayscale: #EDEDED. Windows color (decimal): -265550 or 11727611. OLE color: 11727611.
HSL color Cylindrical-coordinate representation of color #FBF2B2: hue angle of 52.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBF2B2 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 178 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.02 |
| HSL | 52.6º | 0.9% | 0.84% | - |
| HSV(B) | 52.6º | 0.29% | 0.98% | - |
| XYZ | 79.57 | 87.23 | 54.76 | - |
| YUV | 237.4 | 94.48 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 178 | 0 | 0.04 | 0.29 | 0.02 | 52.6 | 0.9 | 0.84 |
| Hex | FB | F2 | B2 | 0 | 4 | 1D | 2 | 35 | 5A | 54 |
| Octal | 373 | 362 | 262 | 0 | 4 | 35 | 2 | 65 | 132 | 124 |
| Binary | 11111011 | 11110010 | 10110010 | 0 | 100 | 11101 | 10 | 110101 | 1011010 | 1010100 |
Color Harmonies of #FBF2B2
Complementary color
Monochromatic Colors of #FBF2B2
Black with #FBF2B2
Text Example
Text Example
White with #FBF2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF2B2; }
p { color: rgb(251,242,178); }
H1.HeaderClassName
{
color: #FBF2B2;
}
.AnyTagClassName
{
color: #FBF2B2;
}
</style>
background-color css
<style>
a { background-color: #FBF2B2; }
a { background-color: rgb(251,242,178); }
div.DivClassName
{
background-color: #FBF2B2;
}
.BgClassName
{
background-color: #FBF2B2;
}
</style>
border-color css
<style>
span { border-color: #FBF2B2; }
span { border-color: rgb(251,242,178); }
td.TdClassName
{
border-color: #FBF2B2;
}
.TagClassName
{
border-color: #FBF2B2;
}
</style>