Shades of Light Salmon #FEAA80
Tints of Light Salmon #FEAA80
RGB
CMYK
RGB Variations
Color information
#FEAA80 (or 0xFEAA80) is known color: Light Salmon. HEX triplet: FE, AA and 80. RGB value is (254,170,128). Sum of RGB (Red+Green+Blue) = 254+170+128=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAA80 is #01557F. Grayscale: #BEBEBE. Windows color (decimal): -87424 or 8432382. OLE color: 8432382.
HSL color Cylindrical-coordinate representation of color #FEAA80: hue angle of 20º 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 #FEAA80 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 128 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.00 |
| HSL | 20º | 0.98% | 0.75% | - |
| HSV(B) | 20º | 0.5% | 1% | - |
| XYZ | 59.14 | 51.38 | 27.22 | - |
| YUV | 190.33 | 92.83 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 128 | 0 | 0.33 | 0.50 | 0.00 | 20 | 0.98 | 0.75 |
| Hex | FE | AA | 80 | 0 | 21 | 32 | 0 | 14 | 62 | 4B |
| Octal | 376 | 252 | 200 | 0 | 41 | 62 | 0 | 24 | 142 | 113 |
| Binary | 11111110 | 10101010 | 10000000 | 0 | 100001 | 110010 | 0 | 10100 | 1100010 | 1001011 |
Color Harmonies of #FEAA80
Complementary color
Monochromatic Colors of #FEAA80
Black with #FEAA80
Text Example
Text Example
White with #FEAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA80; }
p { color: rgb(254,170,128); }
H1.HeaderClassName
{
color: #FEAA80;
}
.AnyTagClassName
{
color: #FEAA80;
}
</style>
background-color css
<style>
a { background-color: #FEAA80; }
a { background-color: rgb(254,170,128); }
div.DivClassName
{
background-color: #FEAA80;
}
.BgClassName
{
background-color: #FEAA80;
}
</style>
border-color css
<style>
span { border-color: #FEAA80; }
span { border-color: rgb(254,170,128); }
td.TdClassName
{
border-color: #FEAA80;
}
.TagClassName
{
border-color: #FEAA80;
}
</style>