Html Css Color HEX #FE8980 Salmon

📋 copy color: '#FE8980'

red 254 ◦ green 137 ◦ blue 128

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

Shades of Salmon #FE8980

Tints of Salmon #FE8980

RGB

 RED value IS 254 (99.61% from 255) = 48.94%

 GREEN value IS 137 (53.91% from 255) = 26.4%

 BLUE value IS 128 (50.39% from 255) = 24.66%

R = 48.94%
G = 26.4%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE8980 (or 0xFE8980) is known color: Salmon. HEX triplet: FE, 89 and 80. RGB value is (254,137,128). Sum of RGB (Red+Green+Blue) = 254+137+128=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8980 is #01767F. Grayscale: #ABABAB. Windows color (decimal): -95872 or 8423934. OLE color: 8423934.

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

Color convert

RGB 254 137 128 -
CMYK 0 0.46 0.50 0.00
HSL 4.29º 0.98% 0.75% -
HSV(B) 4.29º 0.5% 1% -
XYZ 53.72 40.52 25.41 -
YUV 170.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 254 137 128 0 0.46 0.50 0.00 4.29 0.98 0.75
Hex FE 89 80 0 2E 32 0 4 62 4B
Octal 376 211 200 0 56 62 0 4 142 113
Binary 11111110 10001001 10000000 0 101110 110010 0 100 1100010 1001011

Color Harmonies of #FE8980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8980

Black with #FE8980

Text Example


Text Example

White with #FE8980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8980; }

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

 H1.HeaderClassName
 {
   color: #FE8980;
 }
 .AnyTagClassName
 {
   color: #FE8980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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