#FD80E8

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

Shades of Pale Magenta #FD80E8

Tints of Pale Magenta #FD80E8

Color information

#FD80E8 (or 0xFD80E8) is unknown color: approx Pale Magenta. HEX triplet: FD, 80 and E8. RGB value is (253,128,232). Sum of RGB (Red+Green+Blue) = 253+128+232=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 128 (50.39% from 255 or 20.88% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD80E8 is #027F17. Grayscale: #B0B0B0. Windows color (decimal): -163608 or 15237373. OLE color: 15237373.

HSL color Cylindrical-coordinate representation of color #FD80E8: hue angle of 310.08º 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 #FD80E8 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253128232-
CMYK00.490.080.01
HSL310.08º96.9%74.71%-
HSV(B)310.08º49.41%99.22%-
XYZ62.7942.1581.17-
YUV177.23158.91182.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.27%
GREEN value IS 128 (50.39% from 255) = 20.88%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=41.27%
G=20.88%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312823200.490.080.01310.0896.974.71
HexFD80E803181136614b
Octal375200350061101466141113
Binary11111101100000001110100001100011000110011011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD80E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD80E8; }

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

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

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

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

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

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

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

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