#FF8AE9

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

Shades of Pale Magenta #FF8AE9

Tints of Pale Magenta #FF8AE9

Color information

#FF8AE9 (or 0xFF8AE9) is unknown color: approx Pale Magenta. HEX triplet: FF, 8A and E9. RGB value is (255,138,233). Sum of RGB (Red+Green+Blue) = 255+138+233=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 138 (54.30% from 255 or 22.04% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AE9 is #007516. Grayscale: #B7B7B7. Windows color (decimal): -29975 or 15305471. OLE color: 15305471.

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

Color convert

RGB255138233-
CMYK00.460.090
HSL311.28º100%77.06%-
HSV(B)311.28º45.88%100%-
XYZ65.0445.3282.41-
YUV183.81155.76178.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 138 (54.30% from 255) = 22.04%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=40.73%
G=22.04%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513823300.460.090311.2810077.06
HexFF8AE902E90137644d
Octal377212351056110467144115
Binary11111111100010101110100101011101001010011011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8AE9; }

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

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

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

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

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

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

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

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