#fe82ee

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

Shades of Pale Magenta #FE82EE

Tints of Pale Magenta #FE82EE

Color information

#FE82EE (or 0xFE82EE) is unknown color: approx Pale Magenta. HEX triplet: FE, 82 and EE. RGB value is (254,130,238). Sum of RGB (Red+Green+Blue) = 254+130+238=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 130 (51.17% from 255 or 20.90% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE82EE is #017D11. Grayscale: #B3B3B3. Windows color (decimal): -97554 or 15631102. OLE color: 15631102.

HSL color Cylindrical-coordinate representation of color #FE82EE: hue angle of 307.74º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE82EE is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB254130238-
CMYK00.490.060.00
HSL307.74º98.41%75.29%-
HSV(B)307.74º48.82%99.61%-
XYZ64.2943.2185.84-
YUV179.39161.08181.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.84%
GREEN value IS 130 (51.17% from 255) = 20.90%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=40.84%
G=20.90%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413023800.490.060.00307.7498.4175.29
HexFE82EE03160134624b
Octal37620235606160464142113
Binary1111111010000010111011100110001110010011010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe82ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe82ee; }

 p { color: rgb(254,130,238); }

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

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

 a { background-color: rgb(254,130,238); }

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

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

 span { border-color: rgb(254,130,238); }

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