#FD7DED

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

Shades of Pale Magenta #FD7DED

Tints of Pale Magenta #FD7DED

Color information

#FD7DED (or 0xFD7DED) is unknown color: approx Pale Magenta. HEX triplet: FD, 7D and ED. RGB value is (253,125,237). Sum of RGB (Red+Green+Blue) = 253+125+237=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 125 (49.22% from 255 or 20.33% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7DED is #028212. Grayscale: #AFAFAF. Windows color (decimal): -164371 or 15564285. OLE color: 15564285.

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

Color convert

RGB253125237-
CMYK00.510.060.01
HSL307.5º96.97%74.12%-
HSV(B)307.5º50.59%99.22%-
XYZ63.1341.6684.84-
YUV176.04162.41182.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 125 (49.22% from 255) = 20.33%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=41.14%
G=20.33%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312523700.510.060.01307.596.9774.12
HexFD7DED03361134614a
Octal37517535506361464141112
Binary111111011111101111011010110011110110011010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7DED; }

 p { color: rgb(253,125,237); }

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

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

 a { background-color: rgb(253,125,237); }

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

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

 span { border-color: rgb(253,125,237); }

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