Html Css Color HEX #FE8282 Light Coral

📋 copy color: '#FE8282'

red 254 ◦ green 130 ◦ blue 130

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

Shades of Light Coral #FE8282

Tints of Light Coral #FE8282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.29%

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

R = 49.42%
G = 25.29%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE8282 (or 0xFE8282) is known color: Light Coral. HEX triplet: FE, 82 and 82. RGB value is (254,130,130). Sum of RGB (Red+Green+Blue) = 254+130+130=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8282 is #017D7D. Grayscale: #A7A7A7. Windows color (decimal): -97662 or 8553214. OLE color: 8553214.

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

Color convert

RGB 254 130 130 -
CMYK 0 0.49 0.49 0.00
HSL 0.98% 0.75% -
HSV(B) 0.49% 1% -
XYZ 52.88 38.65 25.79 -
YUV 167.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 254 130 130 0 0.49 0.49 0.00 0 0.98 0.75
Hex FE 82 82 0 31 31 0 0 62 4B
Octal 376 202 202 0 61 61 0 0 142 113
Binary 11111110 10000010 10000010 0 110001 110001 0 0 1100010 1001011

Color Harmonies of #FE8282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8282

Black with #FE8282

Text Example


Text Example

White with #FE8282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8282; }

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

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

background-color css

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

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

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

border-color css

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

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

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