Shades of Shalimar #FBF7A5
Tints of Shalimar #FBF7A5
RGB
CMYK
RGB Variations
Color information
#FBF7A5 (or 0xFBF7A5) is known color: Shalimar. HEX triplet: FB, F7 and A5. RGB value is (251,247,165). Sum of RGB (Red+Green+Blue) = 251+247+165=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 247 (96.88% from 255 or 37.25% from 663); Blue value is 165 (64.84% from 255 or 24.89% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF7A5 is #04085A. Grayscale: #EFEFEF. Windows color (decimal): -264283 or 10876923. OLE color: 10876923.
HSL color Cylindrical-coordinate representation of color #FBF7A5: hue angle of 57.21º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBF7A5 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 165 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.02 |
| HSL | 57.21º | 0.91% | 0.82% | - |
| HSV(B) | 57.21º | 0.34% | 0.98% | - |
| XYZ | 79.84 | 89.75 | 48.71 | - |
| YUV | 238.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 165 | 0 | 0.02 | 0.34 | 0.02 | 57.21 | 0.91 | 0.82 |
| Hex | FB | F7 | A5 | 0 | 2 | 22 | 2 | 39 | 5B | 52 |
| Octal | 373 | 367 | 245 | 0 | 2 | 42 | 2 | 71 | 133 | 122 |
| Binary | 11111011 | 11110111 | 10100101 | 0 | 10 | 100010 | 10 | 111001 | 1011011 | 1010010 |
Color Harmonies of #FBF7A5
Complementary color
Monochromatic Colors of #FBF7A5
Black with #FBF7A5
Text Example
Text Example
White with #FBF7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF7A5; }
p { color: rgb(251,247,165); }
H1.HeaderClassName
{
color: #FBF7A5;
}
.AnyTagClassName
{
color: #FBF7A5;
}
</style>
background-color css
<style>
a { background-color: #FBF7A5; }
a { background-color: rgb(251,247,165); }
div.DivClassName
{
background-color: #FBF7A5;
}
.BgClassName
{
background-color: #FBF7A5;
}
</style>
border-color css
<style>
span { border-color: #FBF7A5; }
span { border-color: rgb(251,247,165); }
td.TdClassName
{
border-color: #FBF7A5;
}
.TagClassName
{
border-color: #FBF7A5;
}
</style>