#FE6AE7

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

Shades of Pale Magenta #FE6AE7

Tints of Pale Magenta #FE6AE7

Color information

#FE6AE7 (or 0xFE6AE7) is unknown color: approx Pale Magenta. HEX triplet: FE, 6A and E7. RGB value is (254,106,231). Sum of RGB (Red+Green+Blue) = 254+106+231=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 106 (41.80% from 255 or 17.94% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6AE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6AE7 is #019518. Grayscale: #A4A4A4. Windows color (decimal): -103705 or 15166206. OLE color: 15166206.

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

Color convert

RGB254106231-
CMYK00.580.090.00
HSL309.32º98.67%70.59%-
HSV(B)309.32º58.27%99.61%-
XYZ60.4537.1579.59-
YUV164.5165.53191.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 106 (41.80% from 255) = 17.94%
BLUE value IS 231 (90.62% from 255) = 39.09%
R=42.98%
G=17.94%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410623100.580.090.00309.3298.6770.59
HexFE6AE703A901356347
Octal376152347072110465143107
Binary1111111011010101110011101110101001010011010111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6AE7; }

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

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

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

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

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

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

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

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