Html Css Color HEX #FE8580 Light Coral

📋 copy color: '#FE8580'

red 254 ◦ green 133 ◦ blue 128

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

Shades of Light Coral #FE8580

Tints of Light Coral #FE8580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.83%

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

R = 49.32%
G = 25.83%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE8580 (or 0xFE8580) is known color: Light Coral. HEX triplet: FE, 85 and 80. RGB value is (254,133,128). Sum of RGB (Red+Green+Blue) = 254+133+128=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8580 is #017A7F. Grayscale: #A8A8A8. Windows color (decimal): -96896 or 8422910. OLE color: 8422910.

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

Color convert

RGB 254 133 128 -
CMYK 0 0.48 0.50 0.00
HSL 2.38º 0.98% 0.75% -
HSV(B) 2.38º 0.5% 1% -
XYZ 53.16 39.4 25.23 -
YUV 168.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 254 133 128 0 0.48 0.50 0.00 2.38 0.98 0.75
Hex FE 85 80 0 30 32 0 2 62 4B
Octal 376 205 200 0 60 62 0 2 142 113
Binary 11111110 10000101 10000000 0 110000 110010 0 10 1100010 1001011

Color Harmonies of #FE8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8580

Black with #FE8580

Text Example


Text Example

White with #FE8580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8580; }

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

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

background-color css

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

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

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

border-color css

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

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

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