#FF7DED

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

Shades of Pale Magenta #FF7DED

Tints of Pale Magenta #FF7DED

Color information

#FF7DED (or 0xFF7DED) is unknown color: approx Pale Magenta. HEX triplet: FF, 7D and ED. RGB value is (255,125,237). Sum of RGB (Red+Green+Blue) = 255+125+237=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 125 (49.22% from 255 or 20.26% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DED is #008212. Grayscale: #B0B0B0. Windows color (decimal): -33299 or 15564287. OLE color: 15564287.

HSL color Cylindrical-coordinate representation of color #FF7DED: hue angle of 308.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7DED is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255125237-
CMYK00.510.070
HSL308.31º100%74.51%-
HSV(B)308.31º50.98%100%-
XYZ63.8642.0484.87-
YUV176.64162.07183.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 125 (49.22% from 255) = 20.26%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=41.33%
G=20.26%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512523700.510.070308.3110074.51
HexFF7DED03370134644b
Octal37717535506370464144113
Binary111111111111101111011010110011111010011010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DED; }

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

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

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

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

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

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

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

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