Html Css Color HEX #FE8582 Light Coral

📋 copy color: '#FE8582'

red 254 ◦ green 133 ◦ blue 130

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

Shades of Light Coral #FE8582

Tints of Light Coral #FE8582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.15%

R = 49.13%
G = 25.73%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE8582 (or 0xFE8582) is known color: Light Coral. HEX triplet: FE, 85 and 82. RGB value is (254,133,130). Sum of RGB (Red+Green+Blue) = 254+133+130=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8582 is #017A7D. Grayscale: #A8A8A8. Windows color (decimal): -96894 or 8553982. OLE color: 8553982.

HSL color Cylindrical-coordinate representation of color #FE8582: hue angle of 1.45º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE8582 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 133 130 -
CMYK 0 0.48 0.49 0.00
HSL 1.45º 0.98% 0.75% -
HSV(B) 1.45º 0.49% 1% -
XYZ 53.29 39.46 25.93 -
YUV 168.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 254 133 130 0 0.48 0.49 0.00 1.45 0.98 0.75
Hex FE 85 82 0 30 31 0 1 62 4B
Octal 376 205 202 0 60 61 0 1 142 113
Binary 11111110 10000101 10000010 0 110000 110001 0 1 1100010 1001011

Color Harmonies of #FE8582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8582

Black with #FE8582

Text Example


Text Example

White with #FE8582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8582; }

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

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

background-color css

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

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

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

border-color css

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

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

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