#FF8AE8

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

Shades of Pale Magenta #FF8AE8

Tints of Pale Magenta #FF8AE8

Color information

#FF8AE8 (or 0xFF8AE8) is unknown color: approx Pale Magenta. HEX triplet: FF, 8A and E8. RGB value is (255,138,232). Sum of RGB (Red+Green+Blue) = 255+138+232=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 138 (54.30% from 255 or 22.08% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AE8 is #007517. Grayscale: #B7B7B7. Windows color (decimal): -29976 or 15239935. OLE color: 15239935.

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

Color convert

RGB255138232-
CMYK00.460.090
HSL311.79º100%77.06%-
HSV(B)311.79º45.88%100%-
XYZ64.8945.2681.66-
YUV183.7155.26178.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 138 (54.30% from 255) = 22.08%
BLUE value IS 232 (91.02% from 255) = 37.12%
R=40.8%
G=22.08%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513823200.460.090311.7910077.06
HexFF8AE802E90138644d
Octal377212350056110470144115
Binary11111111100010101110100001011101001010011100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8AE8; }

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

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

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

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

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

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

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

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