Shades of Light Salmon #FBA682
Tints of Light Salmon #FBA682
RGB
CMYK
RGB Variations
Color information
#FBA682 (or 0xFBA682) is known color: Light Salmon. HEX triplet: FB, A6 and 82. RGB value is (251,166,130). Sum of RGB (Red+Green+Blue) = 251+166+130=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA682 is #04597D. Grayscale: #BBBBBB. Windows color (decimal): -285054 or 8562427. OLE color: 8562427.
HSL color Cylindrical-coordinate representation of color #FBA682: hue angle of 17.85º 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 #FBA682 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 130 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.02 |
| HSL | 17.85º | 0.94% | 0.75% | - |
| HSV(B) | 17.85º | 0.48% | 0.98% | - |
| XYZ | 57.45 | 49.39 | 27.63 | - |
| YUV | 187.31 | 95.66 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 130 | 0 | 0.34 | 0.48 | 0.02 | 17.85 | 0.94 | 0.75 |
| Hex | FB | A6 | 82 | 0 | 22 | 30 | 2 | 12 | 5E | 4B |
| Octal | 373 | 246 | 202 | 0 | 42 | 60 | 2 | 22 | 136 | 113 |
| Binary | 11111011 | 10100110 | 10000010 | 0 | 100010 | 110000 | 10 | 10010 | 1011110 | 1001011 |
Color Harmonies of #FBA682
Complementary color
Monochromatic Colors of #FBA682
Black with #FBA682
Text Example
Text Example
White with #FBA682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA682; }
p { color: rgb(251,166,130); }
H1.HeaderClassName
{
color: #FBA682;
}
.AnyTagClassName
{
color: #FBA682;
}
</style>
background-color css
<style>
a { background-color: #FBA682; }
a { background-color: rgb(251,166,130); }
div.DivClassName
{
background-color: #FBA682;
}
.BgClassName
{
background-color: #FBA682;
}
</style>
border-color css
<style>
span { border-color: #FBA682; }
span { border-color: rgb(251,166,130); }
td.TdClassName
{
border-color: #FBA682;
}
.TagClassName
{
border-color: #FBA682;
}
</style>