COLOR #FD89E7

HEX: #FD89E7
RGB: (253,137,231)

Color info

#FD89E7 contains mainly red and blue colors. Web safe color of #FD89E7 is #FF99FF (or #F9F).

RGB color model

#FD89E7 color RGB value is (253,137,231).

  • red value is 253;
  • green value is 137;
  • blue value is 231.
RGB:
(253,137,231)
(99%,54%,91%)

RGB channels and saturation

R 253 of 255 = 99%
G 137 of 255 = 54%
B 231 of 255 = 91%

253
137
231

R + G + B ~ 81%. #FD89E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 137 + 231 = 621 (100%)
R 253 of 621 ~ 40.74%
G 137 of 621 ~ 22.06%
B 231 of 621 ~ 37.2%

%40.74
%22.06
%37.2

CMYK color model

#FD89E7 color CMYK value is (0,46,9,1).

  • cyan value is 0.00%
  • magenta value is 45.85%
  • yellow value is 8.70%
  • key color value is 0.78%
CMYK:
(0,46,9,1)
C0M46Y9K1 
(0%,46%,9%,1%)
(0.00/0.46/0.09/0.01)	

CMYK percentages

%0
%45.85
%8.7
%0.78

Codes

Color #FD89E7 in popluar color models

FD89E7
RGB253137231
HSL311°96.67%76.47%
HSB/HSV311°45.85%99.22%
CMYK0.00%45.85%8.70%
0.78%

Color #FD89E7 in popluar number systems.

HEXFD89E7
Decimal253137231
Binary111111011000100111100111
Octal375211347

Shades and tints

Shades of #FD89E7

#FD89E7
(253,137,231)
#E67DD2
(230,125,210)
#CF71BD
(207,113,189)
#B865A8
(184,101,168)
#A15993
(161,89,147)
#8A4D7E
(138,77,126)
#734169
(115,65,105)
#5C3554
(92,53,84)
#45293F
(69,41,63)
#2E1D2A
(46,29,42)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #FD89E7

#FD89E7
(253,137,231)
#FD93E9
(253,147,233)
#FD9DEB
(253,157,235)
#FDA7ED
(253,167,237)
#FDB1EF
(253,177,239)
#FDBBF1
(253,187,241)
#FDC5F3
(253,197,243)
#FDCFF5
(253,207,245)
#FDD9F7
(253,217,247)
#FDE3F9
(253,227,249)
#FDEDFB
(253,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD89E7 color. Also use rgb(253,137,231) instead hex code.

Text Font Color

.myTextColor { color: #FD89E7; }

<p style="color:#FD89E7">This sample text font color is #FD89E7.</p>

This text font color is #FD89E7.


Background Color

.myBgColor { background-color: #FD89E7; }

<div style="background-color:#FD89E7">Inner text</div>

This div background color is #FD89E7.


Border color

.myBorderColor { border: 1px solid #FD89E7; }

<div style="border:3px solid #FD89E7">Div</div>

This div border color is #FD89E7.


Opacity

.myOpacity80 { color: #FD89E7; opacity: 0.8; }

<p style="color:#FD89E7;opacity:0.8;">80%</p>

Text with #FD89E7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FD89E7;}

<p style="text-shadow: 3px 3px 1px #FD89E7">Text here.</p>

This text has shadow with #FD89E7 color.

.textShadow {text-shadow: 3px 3px 1px #FD89E7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FD89E7, 5px 5px 20px red">Text here.</p>

This text has shadow with #FD89E7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FD89E7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FD89E7, Direction=45, Strength=4)">Text</p>

This text has shadow with #FD89E7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FD89E7;
  -webkit-box-shadow:	1px 1px 3px 2px #FD89E7;
  box-shadow:		1px 1px 3px 2px #FD89E7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FD89E7;
-webkit-box-shadow: 1px 1px 3px 2px #FD89E7;
box-shadow:1px 1px 3px 2px #FD89E7;">
Div content here</div>
This div box has shadow with color #FD89E7.

Preview

Color preview on black background

This text has color #FD89E7 on black background.


Color preview on white background

This text has color #FD89E7 on white background.



Black color preview on #FD89E7 background

This text has black color on #FD89E7 background.


White color preview on #FD89E7 background

This text has white color on #FD89E7 background.