Shades of Light Salmon #FBA583
Tints of Light Salmon #FBA583
RGB
CMYK
RGB Variations
Color information
#FBA583 (or 0xFBA583) is known color: Light Salmon. HEX triplet: FB, A5 and 83. RGB value is (251,165,131). Sum of RGB (Red+Green+Blue) = 251+165+131=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA583 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA583 is #045A7C. Grayscale: #BBBBBB. Windows color (decimal): -285309 or 8627707. OLE color: 8627707.
HSL color Cylindrical-coordinate representation of color #FBA583: hue angle of 17º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FBA583 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 131 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.02 |
| HSL | 17º | 0.94% | 0.75% | - |
| HSV(B) | 17º | 0.48% | 0.98% | - |
| XYZ | 57.34 | 49.06 | 27.92 | - |
| YUV | 186.84 | 96.49 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 131 | 0 | 0.34 | 0.48 | 0.02 | 17 | 0.94 | 0.75 |
| Hex | FB | A5 | 83 | 0 | 22 | 30 | 2 | 11 | 5E | 4B |
| Octal | 373 | 245 | 203 | 0 | 42 | 60 | 2 | 21 | 136 | 113 |
| Binary | 11111011 | 10100101 | 10000011 | 0 | 100010 | 110000 | 10 | 10001 | 1011110 | 1001011 |
Color Harmonies of #FBA583
Complementary color
Monochromatic Colors of #FBA583
Black with #FBA583
Text Example
Text Example
White with #FBA583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA583; }
p { color: rgb(251,165,131); }
H1.HeaderClassName
{
color: #FBA583;
}
.AnyTagClassName
{
color: #FBA583;
}
</style>
background-color css
<style>
a { background-color: #FBA583; }
a { background-color: rgb(251,165,131); }
div.DivClassName
{
background-color: #FBA583;
}
.BgClassName
{
background-color: #FBA583;
}
</style>
border-color css
<style>
span { border-color: #FBA583; }
span { border-color: rgb(251,165,131); }
td.TdClassName
{
border-color: #FBA583;
}
.TagClassName
{
border-color: #FBA583;
}
</style>