Shades of Light Salmon #FBA887
Tints of Light Salmon #FBA887
RGB
CMYK
RGB Variations
Color information
#FBA887 (or 0xFBA887) is known color: Light Salmon. HEX triplet: FB, A8 and 87. RGB value is (251,168,135). Sum of RGB (Red+Green+Blue) = 251+168+135=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 135 (53.12% from 255 or 24.37% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA887 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA887 is #045778. Grayscale: #BDBDBD. Windows color (decimal): -284537 or 8890619. OLE color: 8890619.
HSL color Cylindrical-coordinate representation of color #FBA887: hue angle of 17.07º 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 #FBA887 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 135 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.02 |
| HSL | 17.07º | 0.94% | 0.76% | - |
| HSV(B) | 17.07º | 0.46% | 0.98% | - |
| XYZ | 58.16 | 50.26 | 29.56 | - |
| YUV | 189.06 | 97.5 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 135 | 0 | 0.33 | 0.46 | 0.02 | 17.07 | 0.94 | 0.76 |
| Hex | FB | A8 | 87 | 0 | 21 | 2E | 2 | 11 | 5E | 4C |
| Octal | 373 | 250 | 207 | 0 | 41 | 56 | 2 | 21 | 136 | 114 |
| Binary | 11111011 | 10101000 | 10000111 | 0 | 100001 | 101110 | 10 | 10001 | 1011110 | 1001100 |
Color Harmonies of #FBA887
Complementary color
Monochromatic Colors of #FBA887
Black with #FBA887
Text Example
Text Example
White with #FBA887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA887; }
p { color: rgb(251,168,135); }
H1.HeaderClassName
{
color: #FBA887;
}
.AnyTagClassName
{
color: #FBA887;
}
</style>
background-color css
<style>
a { background-color: #FBA887; }
a { background-color: rgb(251,168,135); }
div.DivClassName
{
background-color: #FBA887;
}
.BgClassName
{
background-color: #FBA887;
}
</style>
border-color css
<style>
span { border-color: #FBA887; }
span { border-color: rgb(251,168,135); }
td.TdClassName
{
border-color: #FBA887;
}
.TagClassName
{
border-color: #FBA887;
}
</style>