#FEAB80

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

Shades of Light Salmon #FEAB80

Tints of Light Salmon #FEAB80

Color information

#FEAB80 (or 0xFEAB80) is unknown color: approx Light Salmon. HEX triplet: FE, AB and 80. RGB value is (254,171,128). Sum of RGB (Red+Green+Blue) = 254+171+128=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAB80 is #01547F. Grayscale: #BFBFBF. Windows color (decimal): -87168 or 8432638. OLE color: 8432638.

HSL color Cylindrical-coordinate representation of color #FEAB80: hue angle of 20.48º 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 #FEAB80 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254171128-
CMYK00.330.500.00
HSL20.48º98.44%74.9%-
HSV(B)20.48º49.61%99.61%-
XYZ59.3351.7627.28-
YUV190.9292.5173-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 128 (50.39% from 255) = 23.15%
R=45.93%
G=30.92%
B=23.15%

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
Decimal25417112800.330.500.0020.4898.4474.9
HexFEAB8002132014624b
Octal37625320004162024142113
Binary111111101010101110000000010000111001001010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB80; }

 p { color: rgb(254,171,128); }

 H1.HeaderClassName
 {
   color: #FEAB80;
 }
 .AnyTagClassName
 {
   color: #FEAB80;
 }
</style>
background-color css

<style>
 a { background-color: #FEAB80; }

 a { background-color: rgb(254,171,128); }

 div.DivClassName
 {
   background-color: #FEAB80;
 }
 .BgClassName
 {
   background-color: #FEAB80;
 }
</style>
border-color css

<style>
 span { border-color: #FEAB80; }

 span { border-color: rgb(254,171,128); }

 td.TdClassName
 {
   border-color: #FEAB80;
 }
 .TagClassName
 {
   border-color: #FEAB80;
 }
</style>