Shades of Light Salmon #FBA587
Tints of Light Salmon #FBA587
RGB
CMYK
RGB Variations
Color information
#FBA587 (or 0xFBA587) is known color: Light Salmon. HEX triplet: FB, A5 and 87. RGB value is (251,165,135). Sum of RGB (Red+Green+Blue) = 251+165+135=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA587 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA587 is #045A78. Grayscale: #BBBBBB. Windows color (decimal): -285305 or 8889851. OLE color: 8889851.
HSL color Cylindrical-coordinate representation of color #FBA587: hue angle of 15.52º 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 #FBA587 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 135 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.02 |
| HSL | 15.52º | 0.94% | 0.76% | - |
| HSV(B) | 15.52º | 0.46% | 0.98% | - |
| XYZ | 57.61 | 49.17 | 29.38 | - |
| YUV | 187.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 135 | 0 | 0.34 | 0.46 | 0.02 | 15.52 | 0.94 | 0.76 |
| Hex | FB | A5 | 87 | 0 | 22 | 2E | 2 | 10 | 5E | 4C |
| Octal | 373 | 245 | 207 | 0 | 42 | 56 | 2 | 20 | 136 | 114 |
| Binary | 11111011 | 10100101 | 10000111 | 0 | 100010 | 101110 | 10 | 10000 | 1011110 | 1001100 |
Color Harmonies of #FBA587
Complementary color
Monochromatic Colors of #FBA587
Black with #FBA587
Text Example
Text Example
White with #FBA587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA587; }
p { color: rgb(251,165,135); }
H1.HeaderClassName
{
color: #FBA587;
}
.AnyTagClassName
{
color: #FBA587;
}
</style>
background-color css
<style>
a { background-color: #FBA587; }
a { background-color: rgb(251,165,135); }
div.DivClassName
{
background-color: #FBA587;
}
.BgClassName
{
background-color: #FBA587;
}
</style>
border-color css
<style>
span { border-color: #FBA587; }
span { border-color: rgb(251,165,135); }
td.TdClassName
{
border-color: #FBA587;
}
.TagClassName
{
border-color: #FBA587;
}
</style>