#FE80DC

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

Shades of Pale Magenta #FE80DC

Tints of Pale Magenta #FE80DC

Color information

#FE80DC (or 0xFE80DC) is unknown color: approx Pale Magenta. HEX triplet: FE, 80 and DC. RGB value is (254,128,220). Sum of RGB (Red+Green+Blue) = 254+128+220=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80DC is #017F23. Grayscale: #AFAFAF. Windows color (decimal): -98084 or 14450942. OLE color: 14450942.

HSL color Cylindrical-coordinate representation of color #FE80DC: hue angle of 316.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE80DC is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254128220-
CMYK00.500.130.00
HSL316.19º98.44%74.9%-
HSV(B)316.19º49.61%99.61%-
XYZ61.5141.6872.51-
YUV176.16152.74183.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 128 (50.39% from 255) = 21.26%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=42.19%
G=21.26%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412822000.500.130.00316.1998.4474.9
HexFE80DC032D013c624b
Octal376200334062150474142113
Binary11111110100000001101110001100101101010011110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE80DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE80DC; }

 p { color: rgb(254,128,220); }

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

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

 a { background-color: rgb(254,128,220); }

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

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

 span { border-color: rgb(254,128,220); }

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