#FD80E2

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

Shades of Pale Magenta #FD80E2

Tints of Pale Magenta #FD80E2

Color information

#FD80E2 (or 0xFD80E2) is unknown color: approx Pale Magenta. HEX triplet: FD, 80 and E2. RGB value is (253,128,226). Sum of RGB (Red+Green+Blue) = 253+128+226=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD80E2 is #027F1D. Grayscale: #B0B0B0. Windows color (decimal): -163614 or 14844157. OLE color: 14844157.

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

Color convert

RGB253128226-
CMYK00.490.110.01
HSL312.96º96.9%74.71%-
HSV(B)312.96º49.41%99.22%-
XYZ61.9541.8176.76-
YUV176.55155.91182.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 128 (50.39% from 255) = 21.09%
BLUE value IS 226 (88.67% from 255) = 37.23%
R=41.68%
G=21.09%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312822600.490.110.01312.9696.974.71
HexFD80E2031B1139614b
Octal375200342061131471141113
Binary11111101100000001110001001100011011110011100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD80E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD80E2; }

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

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

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

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

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

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

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

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