#FE8AE0

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

Shades of Pale Magenta #FE8AE0

Tints of Pale Magenta #FE8AE0

Color information

#FE8AE0 (or 0xFE8AE0) is unknown color: approx Pale Magenta. HEX triplet: FE, 8A and E0. RGB value is (254,138,224). Sum of RGB (Red+Green+Blue) = 254+138+224=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 138 (54.30% from 255 or 22.40% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8AE0 is #01751F. Grayscale: #B6B6B6. Windows color (decimal): -95520 or 14715646. OLE color: 14715646.

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

Color convert

RGB254138224-
CMYK00.460.120.00
HSL315.52º98.31%76.86%-
HSV(B)315.52º45.67%99.61%-
XYZ63.4244.6375.79-
YUV182.49151.43179.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 138 (54.30% from 255) = 22.40%
BLUE value IS 224 (87.89% from 255) = 36.36%
R=41.23%
G=22.40%
B=36.36%

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
Decimal25413822400.460.120.00315.5298.3176.86
HexFE8AE002EC013c624d
Octal376212340056140474142115
Binary11111110100010101110000001011101100010011110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8AE0; }

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

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

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

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

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

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

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

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