#FE89D6

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

Shades of Pale Magenta #FE89D6

Tints of Pale Magenta #FE89D6

Color information

#FE89D6 (or 0xFE89D6) is unknown color: approx Pale Magenta. HEX triplet: FE, 89 and D6. RGB value is (254,137,214). Sum of RGB (Red+Green+Blue) = 254+137+214=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 137 (53.91% from 255 or 22.64% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89D6 is #017629. Grayscale: #B4B4B4. Windows color (decimal): -95786 or 14060030. OLE color: 14060030.

HSL color Cylindrical-coordinate representation of color #FE89D6: hue angle of 320.51º 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 #FE89D6 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB254137214-
CMYK00.460.160.00
HSL320.51º98.32%76.67%-
HSV(B)320.51º46.06%99.61%-
XYZ61.9643.8268.81-
YUV180.76146.76180.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 137 (53.91% from 255) = 22.64%
BLUE value IS 214 (83.98% from 255) = 35.37%
R=41.98%
G=22.64%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413721400.460.160.00320.5198.3276.67
HexFE89D602E100141624d
Octal376211326056200501142115
Binary111111101000100111010110010111010000010100000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE89D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE89D6; }

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

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

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

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

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

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

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

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