Html Css Color HEX #FE8180 Light Coral

📋 copy color: '#FE8180'

red 254 ◦ green 129 ◦ blue 128

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

Shades of Light Coral #FE8180

Tints of Light Coral #FE8180

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.24%

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

R = 49.71%
G = 25.24%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE8180 (or 0xFE8180) is known color: Light Coral. HEX triplet: FE, 81 and 80. RGB value is (254,129,128). Sum of RGB (Red+Green+Blue) = 254+129+128=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8180 is #017E7F. Grayscale: #A6A6A6. Windows color (decimal): -97920 or 8421886. OLE color: 8421886.

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

Color convert

RGB 254 129 128 -
CMYK 0 0.49 0.50 0.00
HSL 0.48º 0.98% 0.75% -
HSV(B) 0.48º 0.5% 1% -
XYZ 52.62 38.33 25.05 -
YUV 166.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 254 129 128 0 0.49 0.50 0.00 0.48 0.98 0.75
Hex FE 81 80 0 31 32 0 0 62 4B
Octal 376 201 200 0 61 62 0 0 142 113
Binary 11111110 10000001 10000000 0 110001 110010 0 0 1100010 1001011

Color Harmonies of #FE8180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8180

Black with #FE8180

Text Example


Text Example

White with #FE8180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8180; }

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

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

background-color css

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

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

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

border-color css

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

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

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