Html Css Color HEX #FE807E Light Coral

📋 copy color: '#FE807E'

red 254 ◦ green 128 ◦ blue 126

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

Shades of Light Coral #FE807E

Tints of Light Coral #FE807E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.2%

 BLUE value IS 126 (49.61% from 255) = 24.8%

R = 50%
G = 25.2%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE807E (or 0xFE807E) is known color: Light Coral. HEX triplet: FE, 80 and 7E. RGB value is (254,128,126). Sum of RGB (Red+Green+Blue) = 254+128+126=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE807E is #017F81. Grayscale: #A5A5A5. Windows color (decimal): -98178 or 8290558. OLE color: 8290558.

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

Color convert

RGB 254 128 126 -
CMYK 0 0.50 0.50 0.00
HSL 0.94º 0.98% 0.75% -
HSV(B) 0.94º 0.5% 1% -
XYZ 52.36 38.02 24.32 -
YUV 165.45 105.74 191.16 -
System Red Green Blue C M Y K H S L
Decimal 254 128 126 0 0.50 0.50 0.00 0.94 0.98 0.75
Hex FE 80 7E 0 32 32 0 1 62 4B
Octal 376 200 176 0 62 62 0 1 142 113
Binary 11111110 10000000 1111110 0 110010 110010 0 1 1100010 1001011

Color Harmonies of #FE807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE807E

Black with #FE807E

Text Example


Text Example

White with #FE807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE807E; }

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

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

background-color css

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

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

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

border-color css

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

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

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