Shades of Shalimar #FBF2AA
Tints of Shalimar #FBF2AA
RGB
CMYK
RGB Variations
Color information
#FBF2AA (or 0xFBF2AA) is known color: Shalimar. HEX triplet: FB, F2 and AA. RGB value is (251,242,170). Sum of RGB (Red+Green+Blue) = 251+242+170=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 170 (66.80% from 255 or 25.64% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF2AA is #040D55. Grayscale: #ECECEC. Windows color (decimal): -265558 or 11203323. OLE color: 11203323.
HSL color Cylindrical-coordinate representation of color #FBF2AA: hue angle of 53.33º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBF2AA is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 170 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.02 |
| HSL | 53.33º | 0.91% | 0.83% | - |
| HSV(B) | 53.33º | 0.32% | 0.98% | - |
| XYZ | 78.79 | 86.92 | 50.65 | - |
| YUV | 236.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 170 | 0 | 0.04 | 0.32 | 0.02 | 53.33 | 0.91 | 0.83 |
| Hex | FB | F2 | AA | 0 | 4 | 20 | 2 | 35 | 5B | 53 |
| Octal | 373 | 362 | 252 | 0 | 4 | 40 | 2 | 65 | 133 | 123 |
| Binary | 11111011 | 11110010 | 10101010 | 0 | 100 | 100000 | 10 | 110101 | 1011011 | 1010011 |
Color Harmonies of #FBF2AA
Complementary color
Monochromatic Colors of #FBF2AA
Black with #FBF2AA
Text Example
Text Example
White with #FBF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF2AA; }
p { color: rgb(251,242,170); }
H1.HeaderClassName
{
color: #FBF2AA;
}
.AnyTagClassName
{
color: #FBF2AA;
}
</style>
background-color css
<style>
a { background-color: #FBF2AA; }
a { background-color: rgb(251,242,170); }
div.DivClassName
{
background-color: #FBF2AA;
}
.BgClassName
{
background-color: #FBF2AA;
}
</style>
border-color css
<style>
span { border-color: #FBF2AA; }
span { border-color: rgb(251,242,170); }
td.TdClassName
{
border-color: #FBF2AA;
}
.TagClassName
{
border-color: #FBF2AA;
}
</style>