#FE7DDE

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

Shades of Pale Magenta #FE7DDE

Tints of Pale Magenta #FE7DDE

Color information

#FE7DDE (or 0xFE7DDE) is unknown color: approx Pale Magenta. HEX triplet: FE, 7D and DE. RGB value is (254,125,222). Sum of RGB (Red+Green+Blue) = 254+125+222=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DDE is #018221. Grayscale: #AEAEAE. Windows color (decimal): -98850 or 14581246. OLE color: 14581246.

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

Color convert

RGB254125222-
CMYK00.510.130.00
HSL314.88º98.47%74.31%-
HSV(B)314.88º50.79%99.61%-
XYZ61.3941.0173.79-
YUV174.63154.74184.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 125 (49.22% from 255) = 20.80%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=42.26%
G=20.80%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412522200.510.130.00314.8898.4774.31
HexFE7DDE033D013b624a
Octal376175336063150473142112
Binary1111111011111011101111001100111101010011101111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7DDE; }

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

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

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

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

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

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

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

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