Shades of Shalimar #FBF2A7
Tints of Shalimar #FBF2A7
RGB
CMYK
RGB Variations
Color information
#FBF2A7 (or 0xFBF2A7) is known color: Shalimar. HEX triplet: FB, F2 and A7. RGB value is (251,242,167). Sum of RGB (Red+Green+Blue) = 251+242+167=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 167 (65.62% from 255 or 25.30% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF2A7 is #040D58. Grayscale: #ECECEC. Windows color (decimal): -265561 or 11006715. OLE color: 11006715.
HSL color Cylindrical-coordinate representation of color #FBF2A7: hue angle of 53.57º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBF2A7 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 167 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.02 |
| HSL | 53.57º | 0.91% | 0.82% | - |
| HSV(B) | 53.57º | 0.33% | 0.98% | - |
| XYZ | 78.51 | 86.8 | 49.18 | - |
| YUV | 236.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 167 | 0 | 0.04 | 0.33 | 0.02 | 53.57 | 0.91 | 0.82 |
| Hex | FB | F2 | A7 | 0 | 4 | 21 | 2 | 36 | 5B | 52 |
| Octal | 373 | 362 | 247 | 0 | 4 | 41 | 2 | 66 | 133 | 122 |
| Binary | 11111011 | 11110010 | 10100111 | 0 | 100 | 100001 | 10 | 110110 | 1011011 | 1010010 |
Color Harmonies of #FBF2A7
Complementary color
Monochromatic Colors of #FBF2A7
Black with #FBF2A7
Text Example
Text Example
White with #FBF2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF2A7; }
p { color: rgb(251,242,167); }
H1.HeaderClassName
{
color: #FBF2A7;
}
.AnyTagClassName
{
color: #FBF2A7;
}
</style>
background-color css
<style>
a { background-color: #FBF2A7; }
a { background-color: rgb(251,242,167); }
div.DivClassName
{
background-color: #FBF2A7;
}
.BgClassName
{
background-color: #FBF2A7;
}
</style>
border-color css
<style>
span { border-color: #FBF2A7; }
span { border-color: rgb(251,242,167); }
td.TdClassName
{
border-color: #FBF2A7;
}
.TagClassName
{
border-color: #FBF2A7;
}
</style>