#FE7DDC

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

Shades of Pale Magenta #FE7DDC

Tints of Pale Magenta #FE7DDC

Color information

#FE7DDC (or 0xFE7DDC) is unknown color: approx Pale Magenta. HEX triplet: FE, 7D and DC. RGB value is (254,125,220). Sum of RGB (Red+Green+Blue) = 254+125+220=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DDC is #018223. Grayscale: #AEAEAE. Windows color (decimal): -98852 or 14450174. OLE color: 14450174.

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

Color convert

RGB254125220-
CMYK00.510.130.00
HSL315.81º98.47%74.31%-
HSV(B)315.81º50.79%99.61%-
XYZ61.1240.9172.38-
YUV174.4153.74184.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 125 (49.22% from 255) = 20.87%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=42.40%
G=20.87%
B=36.73%

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
Decimal25412522000.510.130.00315.8198.4774.31
HexFE7DDC033D013c624a
Octal376175334063150474142112
Binary1111111011111011101110001100111101010011110011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7DDC; }

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

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

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

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

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

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

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

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