#FE7DE6

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

Shades of Pale Magenta #FE7DE6

Tints of Pale Magenta #FE7DE6

Color information

#FE7DE6 (or 0xFE7DE6) is unknown color: approx Pale Magenta. HEX triplet: FE, 7D and E6. RGB value is (254,125,230). Sum of RGB (Red+Green+Blue) = 254+125+230=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 125 (49.22% from 255 or 20.53% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7DE6 is #018219. Grayscale: #AFAFAF. Windows color (decimal): -98842 or 15105534. OLE color: 15105534.

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

Color convert

RGB254125230-
CMYK00.510.090.00
HSL311.16º98.47%74.31%-
HSV(B)311.16º50.79%99.61%-
XYZ62.4941.4579.57-
YUV175.54158.74183.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 125 (49.22% from 255) = 20.53%
BLUE value IS 230 (90.23% from 255) = 37.77%
R=41.71%
G=20.53%
B=37.77%

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
Decimal25412523000.510.090.00311.1698.4774.31
HexFE7DE603390137624a
Octal376175346063110467142112
Binary1111111011111011110011001100111001010011011111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7DE6; }

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

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

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

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

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

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

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

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