Html Css Color HEX #FEAB80 Light Salmon

📋 copy color: '#FEAB80'

red 254 ◦ green 171 ◦ blue 128

#FEAB80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Salmon #FEAB80

Tints of Light Salmon #FEAB80

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 value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEAB80 (or 0xFEAB80) is known color: 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

RGB 254 171 128 -
CMYK 0 0.33 0.50 0.00
HSL 20.48º 0.98% 0.75% -
HSV(B) 20.48º 0.5% 1% -
XYZ 59.33 51.76 27.28 -
YUV 190.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 254 171 128 0 0.33 0.50 0.00 20.48 0.98 0.75
Hex FE AB 80 0 21 32 0 14 62 4B
Octal 376 253 200 0 41 62 0 24 142 113
Binary 11111110 10101011 10000000 0 100001 110010 0 10100 1100010 1001011

Color Harmonies of #FEAB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB80

Black with #FEAB80

Text Example


Text Example

White with #FEAB80

Text Example


Text Example

HTML Codes & Css Web 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>