#FE80E1

Color #FE80E1 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FE80E1

Tints of Pale Magenta #FE80E1

Color information

#FE80E1 (or 0xFE80E1) is unknown color: approx Pale Magenta. HEX triplet: FE, 80 and E1. RGB value is (254,128,225). Sum of RGB (Red+Green+Blue) = 254+128+225=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80E1 is #017F1E. Grayscale: #B0B0B0. Windows color (decimal): -98079 or 14778622. OLE color: 14778622.

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

Color convert

RGB254128225-
CMYK00.500.110.00
HSL313.81º98.44%74.9%-
HSV(B)313.81º49.61%99.61%-
XYZ62.1841.9576.05-
YUV176.73155.24183.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 128 (50.39% from 255) = 21.09%
BLUE value IS 225 (88.28% from 255) = 37.07%
R=41.85%
G=21.09%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412822500.500.110.00313.8198.4474.9
HexFE80E1032B013a624b
Octal376200341062130472142113
Binary11111110100000001110000101100101011010011101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE80E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE80E1; }

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

 H1.HeaderClassName
 {
   color: #FE80E1;
 }
 .AnyTagClassName
 {
   color: #FE80E1;
 }
</style>
background-color css

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

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

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

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

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

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