Shades of Light Salmon #FBA987
Tints of Light Salmon #FBA987
RGB
CMYK
RGB Variations
Color information
#FBA987 (or 0xFBA987) is known color: Light Salmon. HEX triplet: FB, A9 and 87. RGB value is (251,169,135). Sum of RGB (Red+Green+Blue) = 251+169+135=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 135 (53.12% from 255 or 24.32% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA987 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA987 is #045678. Grayscale: #BDBDBD. Windows color (decimal): -284281 or 8890875. OLE color: 8890875.
HSL color Cylindrical-coordinate representation of color #FBA987: hue angle of 17.59º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBA987 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 135 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.02 |
| HSL | 17.59º | 0.94% | 0.76% | - |
| HSV(B) | 17.59º | 0.46% | 0.98% | - |
| XYZ | 58.34 | 50.63 | 29.62 | - |
| YUV | 189.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 135 | 0 | 0.33 | 0.46 | 0.02 | 17.59 | 0.94 | 0.76 |
| Hex | FB | A9 | 87 | 0 | 21 | 2E | 2 | 12 | 5E | 4C |
| Octal | 373 | 251 | 207 | 0 | 41 | 56 | 2 | 22 | 136 | 114 |
| Binary | 11111011 | 10101001 | 10000111 | 0 | 100001 | 101110 | 10 | 10010 | 1011110 | 1001100 |
Color Harmonies of #FBA987
Complementary color
Monochromatic Colors of #FBA987
Black with #FBA987
Text Example
Text Example
White with #FBA987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA987; }
p { color: rgb(251,169,135); }
H1.HeaderClassName
{
color: #FBA987;
}
.AnyTagClassName
{
color: #FBA987;
}
</style>
background-color css
<style>
a { background-color: #FBA987; }
a { background-color: rgb(251,169,135); }
div.DivClassName
{
background-color: #FBA987;
}
.BgClassName
{
background-color: #FBA987;
}
</style>
border-color css
<style>
span { border-color: #FBA987; }
span { border-color: rgb(251,169,135); }
td.TdClassName
{
border-color: #FBA987;
}
.TagClassName
{
border-color: #FBA987;
}
</style>