Shades of Light Salmon #FBA986
Tints of Light Salmon #FBA986
RGB
CMYK
RGB Variations
Color information
#FBA986 (or 0xFBA986) is known color: Light Salmon. HEX triplet: FB, A9 and 86. RGB value is (251,169,134). Sum of RGB (Red+Green+Blue) = 251+169+134=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA986 is #045679. Grayscale: #BDBDBD. Windows color (decimal): -284282 or 8825339. OLE color: 8825339.
HSL color Cylindrical-coordinate representation of color #FBA986: hue angle of 17.95º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBA986 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 134 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.02 |
| HSL | 17.95º | 0.94% | 0.75% | - |
| HSV(B) | 17.95º | 0.47% | 0.98% | - |
| XYZ | 58.27 | 50.61 | 29.25 | - |
| YUV | 189.53 | 96.67 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 134 | 0 | 0.33 | 0.47 | 0.02 | 17.95 | 0.94 | 0.75 |
| Hex | FB | A9 | 86 | 0 | 21 | 2F | 2 | 12 | 5E | 4B |
| Octal | 373 | 251 | 206 | 0 | 41 | 57 | 2 | 22 | 136 | 113 |
| Binary | 11111011 | 10101001 | 10000110 | 0 | 100001 | 101111 | 10 | 10010 | 1011110 | 1001011 |
Color Harmonies of #FBA986
Complementary color
Monochromatic Colors of #FBA986
Black with #FBA986
Text Example
Text Example
White with #FBA986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA986; }
p { color: rgb(251,169,134); }
H1.HeaderClassName
{
color: #FBA986;
}
.AnyTagClassName
{
color: #FBA986;
}
</style>
background-color css
<style>
a { background-color: #FBA986; }
a { background-color: rgb(251,169,134); }
div.DivClassName
{
background-color: #FBA986;
}
.BgClassName
{
background-color: #FBA986;
}
</style>
border-color css
<style>
span { border-color: #FBA986; }
span { border-color: rgb(251,169,134); }
td.TdClassName
{
border-color: #FBA986;
}
.TagClassName
{
border-color: #FBA986;
}
</style>