#FF8AE6

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

Shades of Pale Magenta #FF8AE6

Tints of Pale Magenta #FF8AE6

Color information

#FF8AE6 (or 0xFF8AE6) is unknown color: approx Pale Magenta. HEX triplet: FF, 8A and E6. RGB value is (255,138,230). Sum of RGB (Red+Green+Blue) = 255+138+230=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 138 (54.30% from 255 or 22.15% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AE6 is #007519. Grayscale: #B7B7B7. Windows color (decimal): -29978 or 15108863. OLE color: 15108863.

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

Color convert

RGB255138230-
CMYK00.460.100
HSL312.82º100%77.06%-
HSV(B)312.82º45.88%100%-
XYZ64.6145.1580.17-
YUV183.47154.26179.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 138 (54.30% from 255) = 22.15%
BLUE value IS 230 (90.23% from 255) = 36.92%
R=40.93%
G=22.15%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513823000.460.100312.8210077.06
HexFF8AE602EA0139644d
Octal377212346056120471144115
Binary11111111100010101110011001011101010010011100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8AE6; }

 p { color: rgb(255,138,230); }

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

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

 a { background-color: rgb(255,138,230); }

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

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

 span { border-color: rgb(255,138,230); }

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