#FE7DE7

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

Shades of Pale Magenta #FE7DE7

Tints of Pale Magenta #FE7DE7

Color information

#FE7DE7 (or 0xFE7DE7) is unknown color: approx Pale Magenta. HEX triplet: FE, 7D and E7. RGB value is (254,125,231). Sum of RGB (Red+Green+Blue) = 254+125+231=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 125 (49.22% from 255 or 20.49% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7DE7 is #018218. Grayscale: #AFAFAF. Windows color (decimal): -98841 or 15171070. OLE color: 15171070.

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

Color convert

RGB254125231-
CMYK00.510.090.00
HSL310.7º98.47%74.31%-
HSV(B)310.7º50.79%99.61%-
XYZ62.6341.5180.31-
YUV175.66159.24183.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.64%
GREEN value IS 125 (49.22% from 255) = 20.49%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=41.64%
G=20.49%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412523100.510.090.00310.798.4774.31
HexFE7DE703390137624a
Octal376175347063110467142112
Binary1111111011111011110011101100111001010011011111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7DE7; }

 p { color: rgb(254,125,231); }

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

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

 a { background-color: rgb(254,125,231); }

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

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

 span { border-color: rgb(254,125,231); }

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