Shades of Shalimar #FBFCAA
Tints of Shalimar #FBFCAA
RGB
CMYK
RGB Variations
Color information
#FBFCAA (or 0xFBFCAA) is known color: Shalimar. HEX triplet: FB, FC and AA. RGB value is (251,252,170). Sum of RGB (Red+Green+Blue) = 251+252+170=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 170 (66.80% from 255 or 25.26% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFCAA is #040355. Grayscale: #F2F2F2. Windows color (decimal): -262998 or 11205883. OLE color: 11205883.
HSL color Cylindrical-coordinate representation of color #FBFCAA: hue angle of 60.73º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBFCAA is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 170 | - |
| CMYK | 0.00 | 0 | 0.33 | 0.01 |
| HSL | 60.73º | 0.93% | 0.83% | - |
| HSV(B) | 60.73º | 0.33% | 0.99% | - |
| XYZ | 81.85 | 93.03 | 51.67 | - |
| YUV | 242.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 170 | 0.00 | 0 | 0.33 | 0.01 | 60.73 | 0.93 | 0.83 |
| Hex | FB | FC | AA | 0 | 0 | 21 | 1 | 3D | 5D | 53 |
| Octal | 373 | 374 | 252 | 0 | 0 | 41 | 1 | 75 | 135 | 123 |
| Binary | 11111011 | 11111100 | 10101010 | 0 | 0 | 100001 | 1 | 111101 | 1011101 | 1010011 |
Color Harmonies of #FBFCAA
Complementary color
Monochromatic Colors of #FBFCAA
Black with #FBFCAA
Text Example
Text Example
White with #FBFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFCAA; }
p { color: rgb(251,252,170); }
H1.HeaderClassName
{
color: #FBFCAA;
}
.AnyTagClassName
{
color: #FBFCAA;
}
</style>
background-color css
<style>
a { background-color: #FBFCAA; }
a { background-color: rgb(251,252,170); }
div.DivClassName
{
background-color: #FBFCAA;
}
.BgClassName
{
background-color: #FBFCAA;
}
</style>
border-color css
<style>
span { border-color: #FBFCAA; }
span { border-color: rgb(251,252,170); }
td.TdClassName
{
border-color: #FBFCAA;
}
.TagClassName
{
border-color: #FBFCAA;
}
</style>