Shades of Light Salmon #FBA983
Tints of Light Salmon #FBA983
RGB
CMYK
RGB Variations
Color information
#FBA983 (or 0xFBA983) is known color: Light Salmon. HEX triplet: FB, A9 and 83. RGB value is (251,169,131). Sum of RGB (Red+Green+Blue) = 251+169+131=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA983 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA983 is #04567C. Grayscale: #BDBDBD. Windows color (decimal): -284285 or 8628731. OLE color: 8628731.
HSL color Cylindrical-coordinate representation of color #FBA983: hue angle of 19º 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 #FBA983 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 131 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.02 |
| HSL | 19º | 0.94% | 0.75% | - |
| HSV(B) | 19º | 0.48% | 0.98% | - |
| XYZ | 58.07 | 50.52 | 28.16 | - |
| YUV | 189.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 131 | 0 | 0.33 | 0.48 | 0.02 | 19 | 0.94 | 0.75 |
| Hex | FB | A9 | 83 | 0 | 21 | 30 | 2 | 13 | 5E | 4B |
| Octal | 373 | 251 | 203 | 0 | 41 | 60 | 2 | 23 | 136 | 113 |
| Binary | 11111011 | 10101001 | 10000011 | 0 | 100001 | 110000 | 10 | 10011 | 1011110 | 1001011 |
Color Harmonies of #FBA983
Complementary color
Monochromatic Colors of #FBA983
Black with #FBA983
Text Example
Text Example
White with #FBA983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA983; }
p { color: rgb(251,169,131); }
H1.HeaderClassName
{
color: #FBA983;
}
.AnyTagClassName
{
color: #FBA983;
}
</style>
background-color css
<style>
a { background-color: #FBA983; }
a { background-color: rgb(251,169,131); }
div.DivClassName
{
background-color: #FBA983;
}
.BgClassName
{
background-color: #FBA983;
}
</style>
border-color css
<style>
span { border-color: #FBA983; }
span { border-color: rgb(251,169,131); }
td.TdClassName
{
border-color: #FBA983;
}
.TagClassName
{
border-color: #FBA983;
}
</style>