#FD80ED

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

Shades of Pale Magenta #FD80ED

Tints of Pale Magenta #FD80ED

Color information

#FD80ED (or 0xFD80ED) is unknown color: approx Pale Magenta. HEX triplet: FD, 80 and ED. RGB value is (253,128,237). Sum of RGB (Red+Green+Blue) = 253+128+237=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 128 (50.39% from 255 or 20.71% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD80ED is #027F12. Grayscale: #B1B1B1. Windows color (decimal): -163603 or 15565053. OLE color: 15565053.

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

Color convert

RGB253128237-
CMYK00.490.060.01
HSL307.68º96.9%74.71%-
HSV(B)307.68º49.41%99.22%-
XYZ63.5142.4484.96-
YUV177.8161.41181.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.94%
GREEN value IS 128 (50.39% from 255) = 20.71%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=40.94%
G=20.71%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312823700.490.060.01307.6896.974.71
HexFD80ED03161134614b
Octal37520035506161464141113
Binary1111110110000000111011010110001110110011010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD80ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD80ED; }

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

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

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

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

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

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

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

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