#FE89E0

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

Shades of Pale Magenta #FE89E0

Tints of Pale Magenta #FE89E0

Color information

#FE89E0 (or 0xFE89E0) is unknown color: approx Pale Magenta. HEX triplet: FE, 89 and E0. RGB value is (254,137,224). Sum of RGB (Red+Green+Blue) = 254+137+224=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 137 (53.91% from 255 or 22.28% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89E0 is #01761F. Grayscale: #B5B5B5. Windows color (decimal): -95776 or 14715390. OLE color: 14715390.

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

Color convert

RGB254137224-
CMYK00.460.120.00
HSL315.38º98.32%76.67%-
HSV(B)315.38º46.06%99.61%-
XYZ63.2744.3475.75-
YUV181.9151.76179.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 137 (53.91% from 255) = 22.28%
BLUE value IS 224 (87.89% from 255) = 36.42%
R=41.30%
G=22.28%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413722400.460.120.00315.3898.3276.67
HexFE89E002EC013b624d
Octal376211340056140473142115
Binary11111110100010011110000001011101100010011101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE89E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE89E0; }

 p { color: rgb(254,137,224); }

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

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

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

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

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

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

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