#FE6AE0

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

Shades of Pale Magenta #FE6AE0

Tints of Pale Magenta #FE6AE0

Color information

#FE6AE0 (or 0xFE6AE0) is unknown color: approx Pale Magenta. HEX triplet: FE, 6A and E0. RGB value is (254,106,224). Sum of RGB (Red+Green+Blue) = 254+106+224=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 106 (41.80% from 255 or 18.15% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6AE0 is #01951F. Grayscale: #A3A3A3. Windows color (decimal): -103712 or 14707454. OLE color: 14707454.

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

Color convert

RGB254106224-
CMYK00.580.120.00
HSL312.16º98.67%70.59%-
HSV(B)312.16º58.27%99.61%-
XYZ59.4836.7674.48-
YUV163.7162.03192.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 106 (41.80% from 255) = 18.15%
BLUE value IS 224 (87.89% from 255) = 38.36%
R=43.49%
G=18.15%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410622400.580.120.00312.1698.6770.59
HexFE6AE003AC01386347
Octal376152340072140470143107
Binary1111111011010101110000001110101100010011100011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6AE0; }

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

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

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

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

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

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

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

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