Shades of Light Salmon #FBA783
Tints of Light Salmon #FBA783
RGB
CMYK
RGB Variations
Color information
#FBA783 (or 0xFBA783) is known color: Light Salmon. HEX triplet: FB, A7 and 83. RGB value is (251,167,131). Sum of RGB (Red+Green+Blue) = 251+167+131=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA783 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA783 is #04587C. Grayscale: #BCBCBC. Windows color (decimal): -284797 or 8628219. OLE color: 8628219.
HSL color Cylindrical-coordinate representation of color #FBA783: hue angle of 18º 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 #FBA783 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 131 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.02 |
| HSL | 18º | 0.94% | 0.75% | - |
| HSV(B) | 18º | 0.48% | 0.98% | - |
| XYZ | 57.7 | 49.79 | 28.04 | - |
| YUV | 188.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 131 | 0 | 0.33 | 0.48 | 0.02 | 18 | 0.94 | 0.75 |
| Hex | FB | A7 | 83 | 0 | 21 | 30 | 2 | 12 | 5E | 4B |
| Octal | 373 | 247 | 203 | 0 | 41 | 60 | 2 | 22 | 136 | 113 |
| Binary | 11111011 | 10100111 | 10000011 | 0 | 100001 | 110000 | 10 | 10010 | 1011110 | 1001011 |
Color Harmonies of #FBA783
Complementary color
Monochromatic Colors of #FBA783
Black with #FBA783
Text Example
Text Example
White with #FBA783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA783; }
p { color: rgb(251,167,131); }
H1.HeaderClassName
{
color: #FBA783;
}
.AnyTagClassName
{
color: #FBA783;
}
</style>
background-color css
<style>
a { background-color: #FBA783; }
a { background-color: rgb(251,167,131); }
div.DivClassName
{
background-color: #FBA783;
}
.BgClassName
{
background-color: #FBA783;
}
</style>
border-color css
<style>
span { border-color: #FBA783; }
span { border-color: rgb(251,167,131); }
td.TdClassName
{
border-color: #FBA783;
}
.TagClassName
{
border-color: #FBA783;
}
</style>