#FE89DC

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

Shades of Pale Magenta #FE89DC

Tints of Pale Magenta #FE89DC

Color information

#FE89DC (or 0xFE89DC) is unknown color: approx Pale Magenta. HEX triplet: FE, 89 and DC. RGB value is (254,137,220). Sum of RGB (Red+Green+Blue) = 254+137+220=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 137 (53.91% from 255 or 22.42% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89DC is #017623. Grayscale: #B5B5B5. Windows color (decimal): -95780 or 14453246. OLE color: 14453246.

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

Color convert

RGB254137220-
CMYK00.460.130.00
HSL317.44º98.32%76.67%-
HSV(B)317.44º46.06%99.61%-
XYZ62.7444.1372.92-
YUV181.45149.76179.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 137 (53.91% from 255) = 22.42%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=41.57%
G=22.42%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413722000.460.130.00317.4498.3276.67
HexFE89DC02ED013d624d
Octal376211334056150475142115
Binary11111110100010011101110001011101101010011110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE89DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE89DC; }

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

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

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

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

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

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

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

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