#FF8AEE

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

Shades of Pale Magenta #FF8AEE

Tints of Pale Magenta #FF8AEE

Color information

#FF8AEE (or 0xFF8AEE) is unknown color: approx Pale Magenta. HEX triplet: FF, 8A and EE. RGB value is (255,138,238). Sum of RGB (Red+Green+Blue) = 255+138+238=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 138 (54.30% from 255 or 21.87% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AEE is #007511. Grayscale: #B8B8B8. Windows color (decimal): -29970 or 15633151. OLE color: 15633151.

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

Color convert

RGB255138238-
CMYK00.460.070
HSL308.72º100%77.06%-
HSV(B)308.72º45.88%100%-
XYZ65.7645.6186.23-
YUV184.38158.26178.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 138 (54.30% from 255) = 21.87%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=40.41%
G=21.87%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513823800.460.070308.7210077.06
HexFF8AEE02E70135644d
Octal37721235605670465144115
Binary1111111110001010111011100101110111010011010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8AEE; }

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

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

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

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

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

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

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

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