#FE82D9

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

Shades of Pale Magenta #FE82D9

Tints of Pale Magenta #FE82D9

Color information

#FE82D9 (or 0xFE82D9) is unknown color: approx Pale Magenta. HEX triplet: FE, 82 and D9. RGB value is (254,130,217). Sum of RGB (Red+Green+Blue) = 254+130+217=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82D9 is #017D26. Grayscale: #B0B0B0. Windows color (decimal): -97575 or 14254846. OLE color: 14254846.

HSL color Cylindrical-coordinate representation of color #FE82D9: hue angle of 317.9º 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 #FE82D9 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254130217-
CMYK00.490.150.00
HSL317.9º98.41%75.29%-
HSV(B)317.9º48.82%99.61%-
XYZ61.3842.0570.53-
YUV176.99150.58182.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 130 (51.17% from 255) = 21.63%
BLUE value IS 217 (85.16% from 255) = 36.11%
R=42.26%
G=21.63%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413021700.490.150.00317.998.4175.29
HexFE82D9031F013e624b
Octal376202331061170476142113
Binary11111110100000101101100101100011111010011111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE82D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE82D9; }

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

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

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

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

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

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

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

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