Shades of Light Salmon #FEA080
Tints of Light Salmon #FEA080
RGB
CMYK
RGB Variations
Color information
#FEA080 (or 0xFEA080) is known color: Light Salmon. HEX triplet: FE, A0 and 80. RGB value is (254,160,128). Sum of RGB (Red+Green+Blue) = 254+160+128=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA080 is #015F7F. Grayscale: #B8B8B8. Windows color (decimal): -89984 or 8429822. OLE color: 8429822.
HSL color Cylindrical-coordinate representation of color #FEA080: hue angle of 15.24º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEA080 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 128 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.00 |
| HSL | 15.24º | 0.98% | 0.75% | - |
| HSV(B) | 15.24º | 0.5% | 1% | - |
| XYZ | 57.34 | 47.77 | 26.62 | - |
| YUV | 184.46 | 96.14 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 128 | 0 | 0.37 | 0.50 | 0.00 | 15.24 | 0.98 | 0.75 |
| Hex | FE | A0 | 80 | 0 | 25 | 32 | 0 | F | 62 | 4B |
| Octal | 376 | 240 | 200 | 0 | 45 | 62 | 0 | 17 | 142 | 113 |
| Binary | 11111110 | 10100000 | 10000000 | 0 | 100101 | 110010 | 0 | 1111 | 1100010 | 1001011 |
Color Harmonies of #FEA080
Complementary color
Monochromatic Colors of #FEA080
Black with #FEA080
Text Example
Text Example
White with #FEA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA080; }
p { color: rgb(254,160,128); }
H1.HeaderClassName
{
color: #FEA080;
}
.AnyTagClassName
{
color: #FEA080;
}
</style>
background-color css
<style>
a { background-color: #FEA080; }
a { background-color: rgb(254,160,128); }
div.DivClassName
{
background-color: #FEA080;
}
.BgClassName
{
background-color: #FEA080;
}
</style>
border-color css
<style>
span { border-color: #FEA080; }
span { border-color: rgb(254,160,128); }
td.TdClassName
{
border-color: #FEA080;
}
.TagClassName
{
border-color: #FEA080;
}
</style>