Shades of Light Salmon #FEAA81
Tints of Light Salmon #FEAA81
RGB
CMYK
RGB Variations
Color information
#FEAA81 (or 0xFEAA81) is known color: Light Salmon. HEX triplet: FE, AA and 81. RGB value is (254,170,129). Sum of RGB (Red+Green+Blue) = 254+170+129=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAA81 is #01557E. Grayscale: #BEBEBE. Windows color (decimal): -87423 or 8497918. OLE color: 8497918.
HSL color Cylindrical-coordinate representation of color #FEAA81: hue angle of 19.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEAA81 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 129 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.00 |
| HSL | 19.68º | 0.98% | 0.75% | - |
| HSV(B) | 19.68º | 0.49% | 1% | - |
| XYZ | 59.21 | 51.41 | 27.57 | - |
| YUV | 190.44 | 93.33 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 129 | 0 | 0.33 | 0.49 | 0.00 | 19.68 | 0.98 | 0.75 |
| Hex | FE | AA | 81 | 0 | 21 | 31 | 0 | 14 | 62 | 4B |
| Octal | 376 | 252 | 201 | 0 | 41 | 61 | 0 | 24 | 142 | 113 |
| Binary | 11111110 | 10101010 | 10000001 | 0 | 100001 | 110001 | 0 | 10100 | 1100010 | 1001011 |
Color Harmonies of #FEAA81
Complementary color
Monochromatic Colors of #FEAA81
Black with #FEAA81
Text Example
Text Example
White with #FEAA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA81; }
p { color: rgb(254,170,129); }
H1.HeaderClassName
{
color: #FEAA81;
}
.AnyTagClassName
{
color: #FEAA81;
}
</style>
background-color css
<style>
a { background-color: #FEAA81; }
a { background-color: rgb(254,170,129); }
div.DivClassName
{
background-color: #FEAA81;
}
.BgClassName
{
background-color: #FEAA81;
}
</style>
border-color css
<style>
span { border-color: #FEAA81; }
span { border-color: rgb(254,170,129); }
td.TdClassName
{
border-color: #FEAA81;
}
.TagClassName
{
border-color: #FEAA81;
}
</style>