Shades of Shalimar #FBF2B4
Tints of Shalimar #FBF2B4
RGB
CMYK
RGB Variations
Color information
#FBF2B4 (or 0xFBF2B4) is known color: Shalimar. HEX triplet: FB, F2 and B4. RGB value is (251,242,180). Sum of RGB (Red+Green+Blue) = 251+242+180=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 180 (70.70% from 255 or 26.75% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2B4 is #040D4B. Grayscale: #EDEDED. Windows color (decimal): -265548 or 11858683. OLE color: 11858683.
HSL color Cylindrical-coordinate representation of color #FBF2B4: hue angle of 52.39º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBF2B4 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 180 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.02 |
| HSL | 52.39º | 0.9% | 0.85% | - |
| HSV(B) | 52.39º | 0.28% | 0.98% | - |
| XYZ | 79.77 | 87.31 | 55.83 | - |
| YUV | 237.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 180 | 0 | 0.04 | 0.28 | 0.02 | 52.39 | 0.9 | 0.85 |
| Hex | FB | F2 | B4 | 0 | 4 | 1C | 2 | 34 | 5A | 55 |
| Octal | 373 | 362 | 264 | 0 | 4 | 34 | 2 | 64 | 132 | 125 |
| Binary | 11111011 | 11110010 | 10110100 | 0 | 100 | 11100 | 10 | 110100 | 1011010 | 1010101 |
Color Harmonies of #FBF2B4
Complementary color
Monochromatic Colors of #FBF2B4
Black with #FBF2B4
Text Example
Text Example
White with #FBF2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF2B4; }
p { color: rgb(251,242,180); }
H1.HeaderClassName
{
color: #FBF2B4;
}
.AnyTagClassName
{
color: #FBF2B4;
}
</style>
background-color css
<style>
a { background-color: #FBF2B4; }
a { background-color: rgb(251,242,180); }
div.DivClassName
{
background-color: #FBF2B4;
}
.BgClassName
{
background-color: #FBF2B4;
}
</style>
border-color css
<style>
span { border-color: #FBF2B4; }
span { border-color: rgb(251,242,180); }
td.TdClassName
{
border-color: #FBF2B4;
}
.TagClassName
{
border-color: #FBF2B4;
}
</style>