Shades of Shalimar #FBF3A5
Tints of Shalimar #FBF3A5
RGB
CMYK
RGB Variations
Color information
#FBF3A5 (or 0xFBF3A5) is known color: Shalimar. HEX triplet: FB, F3 and A5. RGB value is (251,243,165). Sum of RGB (Red+Green+Blue) = 251+243+165=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 165 (64.84% from 255 or 25.04% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF3A5 is #040C5A. Grayscale: #ECECEC. Windows color (decimal): -265307 or 10875899. OLE color: 10875899.
HSL color Cylindrical-coordinate representation of color #FBF3A5: hue angle of 54.42º 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 #FBF3A5 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 165 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.02 |
| HSL | 54.42º | 0.91% | 0.82% | - |
| HSV(B) | 54.42º | 0.34% | 0.98% | - |
| XYZ | 78.63 | 87.33 | 48.31 | - |
| YUV | 236.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 165 | 0 | 0.03 | 0.34 | 0.02 | 54.42 | 0.91 | 0.82 |
| Hex | FB | F3 | A5 | 0 | 3 | 22 | 2 | 36 | 5B | 52 |
| Octal | 373 | 363 | 245 | 0 | 3 | 42 | 2 | 66 | 133 | 122 |
| Binary | 11111011 | 11110011 | 10100101 | 0 | 11 | 100010 | 10 | 110110 | 1011011 | 1010010 |
Color Harmonies of #FBF3A5
Complementary color
Monochromatic Colors of #FBF3A5
Black with #FBF3A5
Text Example
Text Example
White with #FBF3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3A5; }
p { color: rgb(251,243,165); }
H1.HeaderClassName
{
color: #FBF3A5;
}
.AnyTagClassName
{
color: #FBF3A5;
}
</style>
background-color css
<style>
a { background-color: #FBF3A5; }
a { background-color: rgb(251,243,165); }
div.DivClassName
{
background-color: #FBF3A5;
}
.BgClassName
{
background-color: #FBF3A5;
}
</style>
border-color css
<style>
span { border-color: #FBF3A5; }
span { border-color: rgb(251,243,165); }
td.TdClassName
{
border-color: #FBF3A5;
}
.TagClassName
{
border-color: #FBF3A5;
}
</style>