#FD89E2

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

Shades of Pale Magenta #FD89E2

Tints of Pale Magenta #FD89E2

Color information

#FD89E2 (or 0xFD89E2) is unknown color: approx Pale Magenta. HEX triplet: FD, 89 and E2. RGB value is (253,137,226). Sum of RGB (Red+Green+Blue) = 253+137+226=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 137 (53.91% from 255 or 22.24% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD89E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD89E2 is #02761D. Grayscale: #B5B5B5. Windows color (decimal): -161310 or 14846461. OLE color: 14846461.

HSL color Cylindrical-coordinate representation of color #FD89E2: hue angle of 313.97º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FD89E2 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253137226-
CMYK00.460.110.01
HSL313.97º96.67%76.47%-
HSV(B)313.97º45.85%99.22%-
XYZ63.1844.2677.17-
YUV181.83152.93178.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.07%
GREEN value IS 137 (53.91% from 255) = 22.24%
BLUE value IS 226 (88.67% from 255) = 36.69%
R=41.07%
G=22.24%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313722600.460.110.01313.9796.6776.47
HexFD89E202EB113a614c
Octal375211342056131472141114
Binary11111101100010011110001001011101011110011101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD89E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD89E2; }

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

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

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

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

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

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

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

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