Shades of Light Salmon #FBA981
Tints of Light Salmon #FBA981
RGB
CMYK
RGB Variations
Color information
#FBA981 (or 0xFBA981) is known color: Light Salmon. HEX triplet: FB, A9 and 81. RGB value is (251,169,129). Sum of RGB (Red+Green+Blue) = 251+169+129=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA981 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA981 is #04567E. Grayscale: #BDBDBD. Windows color (decimal): -284287 or 8497659. OLE color: 8497659.
HSL color Cylindrical-coordinate representation of color #FBA981: hue angle of 19.67º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FBA981 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 129 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.02 |
| HSL | 19.67º | 0.94% | 0.75% | - |
| HSV(B) | 19.67º | 0.49% | 0.98% | - |
| XYZ | 57.93 | 50.47 | 27.46 | - |
| YUV | 188.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 129 | 0 | 0.33 | 0.49 | 0.02 | 19.67 | 0.94 | 0.75 |
| Hex | FB | A9 | 81 | 0 | 21 | 31 | 2 | 14 | 5E | 4B |
| Octal | 373 | 251 | 201 | 0 | 41 | 61 | 2 | 24 | 136 | 113 |
| Binary | 11111011 | 10101001 | 10000001 | 0 | 100001 | 110001 | 10 | 10100 | 1011110 | 1001011 |
Color Harmonies of #FBA981
Complementary color
Monochromatic Colors of #FBA981
Black with #FBA981
Text Example
Text Example
White with #FBA981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA981; }
p { color: rgb(251,169,129); }
H1.HeaderClassName
{
color: #FBA981;
}
.AnyTagClassName
{
color: #FBA981;
}
</style>
background-color css
<style>
a { background-color: #FBA981; }
a { background-color: rgb(251,169,129); }
div.DivClassName
{
background-color: #FBA981;
}
.BgClassName
{
background-color: #FBA981;
}
</style>
border-color css
<style>
span { border-color: #FBA981; }
span { border-color: rgb(251,169,129); }
td.TdClassName
{
border-color: #FBA981;
}
.TagClassName
{
border-color: #FBA981;
}
</style>