#FEAA80

Color #FEAA80 Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FEAA80

Tints of Light Salmon #FEAA80

Color information

#FEAA80 (or 0xFEAA80) is unknown color: approx 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

RGB254170128-
CMYK00.330.500.00
HSL20º98.44%74.9%-
HSV(B)20º49.61%99.61%-
XYZ59.1451.3827.22-
YUV190.3392.83173.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 128 (50.39% from 255) = 23.19%
R=46.01%
G=30.80%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417012800.330.500.002098.4474.9
HexFEAA8002132014624b
Octal37625220004162024142113
Binary111111101010101010000000010000111001001010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>