#FD7ED7

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

Shades of Pale Magenta #FD7ED7

Tints of Pale Magenta #FD7ED7

Color information

#FD7ED7 (or 0xFD7ED7) is unknown color: approx Pale Magenta. HEX triplet: FD, 7E and D7. RGB value is (253,126,215). Sum of RGB (Red+Green+Blue) = 253+126+215=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 126 (49.61% from 255 or 21.21% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7ED7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7ED7 is #028128. Grayscale: #ADADAD. Windows color (decimal): -164137 or 14122749. OLE color: 14122749.

HSL color Cylindrical-coordinate representation of color #FD7ED7: hue angle of 317.95º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7ED7 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB253126215-
CMYK00.500.150.01
HSL317.95º96.95%74.31%-
HSV(B)317.95º50.2%99.22%-
XYZ60.2340.7168.97-
YUV174.12151.08184.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 126 (49.61% from 255) = 21.21%
BLUE value IS 215 (84.38% from 255) = 36.20%
R=42.59%
G=21.21%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312621500.500.150.01317.9596.9574.31
HexFD7ED7032F113e614a
Octal375176327062171476141112
Binary1111110111111101101011101100101111110011111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7ED7; }

 p { color: rgb(253,126,215); }

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

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

 a { background-color: rgb(253,126,215); }

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

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

 span { border-color: rgb(253,126,215); }

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