Shades of Shalimar #FBFFA7
Tints of Shalimar #FBFFA7
RGB
CMYK
RGB Variations
Color information
#FBFFA7 (or 0xFBFFA7) is known color: Shalimar. HEX triplet: FB, FF and A7. RGB value is (251,255,167). Sum of RGB (Red+Green+Blue) = 251+255+167=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 167 (65.62% from 255 or 24.81% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFFA7 is #040058. Grayscale: #F4F4F4. Windows color (decimal): -262233 or 11010043. OLE color: 11010043.
HSL color Cylindrical-coordinate representation of color #FBFFA7: hue angle of 62.73º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBFFA7 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 167 | - |
| CMYK | 0.02 | 0 | 0.35 | 0 |
| HSL | 62.73º | 1% | 0.83% | - |
| HSV(B) | 62.73º | 0.35% | 1% | - |
| XYZ | 82.52 | 94.82 | 50.51 | - |
| YUV | 243.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 167 | 0.02 | 0 | 0.35 | 0 | 62.73 | 1 | 0.83 |
| Hex | FB | FF | A7 | 2 | 0 | 23 | 0 | 3F | 64 | 53 |
| Octal | 373 | 377 | 247 | 2 | 0 | 43 | 0 | 77 | 144 | 123 |
| Binary | 11111011 | 11111111 | 10100111 | 10 | 0 | 100011 | 0 | 111111 | 1100100 | 1010011 |
Color Harmonies of #FBFFA7
Complementary color
Monochromatic Colors of #FBFFA7
Black with #FBFFA7
Text Example
Text Example
White with #FBFFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFA7; }
p { color: rgb(251,255,167); }
H1.HeaderClassName
{
color: #FBFFA7;
}
.AnyTagClassName
{
color: #FBFFA7;
}
</style>
background-color css
<style>
a { background-color: #FBFFA7; }
a { background-color: rgb(251,255,167); }
div.DivClassName
{
background-color: #FBFFA7;
}
.BgClassName
{
background-color: #FBFFA7;
}
</style>
border-color css
<style>
span { border-color: #FBFFA7; }
span { border-color: rgb(251,255,167); }
td.TdClassName
{
border-color: #FBFFA7;
}
.TagClassName
{
border-color: #FBFFA7;
}
</style>