Shades of Light Salmon #FBA882
Tints of Light Salmon #FBA882
RGB
CMYK
RGB Variations
Color information
#FBA882 (or 0xFBA882) is known color: Light Salmon. HEX triplet: FB, A8 and 82. RGB value is (251,168,130). Sum of RGB (Red+Green+Blue) = 251+168+130=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA882 is #04577D. Grayscale: #BCBCBC. Windows color (decimal): -284542 or 8562939. OLE color: 8562939.
HSL color Cylindrical-coordinate representation of color #FBA882: hue angle of 18.84º 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 #FBA882 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 130 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.02 |
| HSL | 18.84º | 0.94% | 0.75% | - |
| HSV(B) | 18.84º | 0.48% | 0.98% | - |
| XYZ | 57.82 | 50.13 | 27.75 | - |
| YUV | 188.49 | 95 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 130 | 0 | 0.33 | 0.48 | 0.02 | 18.84 | 0.94 | 0.75 |
| Hex | FB | A8 | 82 | 0 | 21 | 30 | 2 | 13 | 5E | 4B |
| Octal | 373 | 250 | 202 | 0 | 41 | 60 | 2 | 23 | 136 | 113 |
| Binary | 11111011 | 10101000 | 10000010 | 0 | 100001 | 110000 | 10 | 10011 | 1011110 | 1001011 |
Color Harmonies of #FBA882
Complementary color
Monochromatic Colors of #FBA882
Black with #FBA882
Text Example
Text Example
White with #FBA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA882; }
p { color: rgb(251,168,130); }
H1.HeaderClassName
{
color: #FBA882;
}
.AnyTagClassName
{
color: #FBA882;
}
</style>
background-color css
<style>
a { background-color: #FBA882; }
a { background-color: rgb(251,168,130); }
div.DivClassName
{
background-color: #FBA882;
}
.BgClassName
{
background-color: #FBA882;
}
</style>
border-color css
<style>
span { border-color: #FBA882; }
span { border-color: rgb(251,168,130); }
td.TdClassName
{
border-color: #FBA882;
}
.TagClassName
{
border-color: #FBA882;
}
</style>