COLOR #FD87E4

HEX: #FD87E4
RGB: (253,135,228)

Color info

#FD87E4 contains mainly red and blue colors. Web safe color of #FD87E4 is #FF99CC (or #F9C).

RGB color model

#FD87E4 color RGB value is (253,135,228).

  • red value is 253;
  • green value is 135;
  • blue value is 228.
RGB:
(253,135,228)
(99%,53%,89%)

RGB channels and saturation

R 253 of 255 = 99%
G 135 of 255 = 53%
B 228 of 255 = 89%

253
135
228

R + G + B ~ 80%. #FD87E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 135 + 228 = 616 (100%)
R 253 of 616 ~ 41.07%
G 135 of 616 ~ 21.92%
B 228 of 616 ~ 37.01%

%41.07
%21.92
%37.01

CMYK color model

#FD87E4 color CMYK value is (0,47,10,1).

  • cyan value is 0.00%
  • magenta value is 46.64%
  • yellow value is 9.88%
  • key color value is 0.78%
CMYK:
(0,47,10,1)
C0M47Y10K1 
(0%,47%,10%,1%)
(0.00/0.47/0.10/0.01)	

CMYK percentages

%0
%46.64
%9.88
%0.78

Codes

Color #FD87E4 in popluar color models

FD87E4
RGB253135228
HSL313°96.72%76.08%
HSB/HSV313°46.64%99.22%
CMYK0.00%46.64%9.88%
0.78%

Color #FD87E4 in popluar number systems.

HEXFD87E4
Decimal253135228
Binary111111011000011111100100
Octal375207344

Shades and tints

Shades of #FD87E4

#FD87E4
(253,135,228)
#E67BD0
(230,123,208)
#CF6FBC
(207,111,188)
#B863A8
(184,99,168)
#A15794
(161,87,148)
#8A4B80
(138,75,128)
#733F6C
(115,63,108)
#5C3358
(92,51,88)
#452744
(69,39,68)
#2E1B30
(46,27,48)
#170F1C
(23,15,28)
#000000
(0,0,0)

Tints of #FD87E4

#FD87E4
(253,135,228)
#FD91E6
(253,145,230)
#FD9BE8
(253,155,232)
#FDA5EA
(253,165,234)
#FDAFEC
(253,175,236)
#FDB9EE
(253,185,238)
#FDC3F0
(253,195,240)
#FDCDF2
(253,205,242)
#FDD7F4
(253,215,244)
#FDE1F6
(253,225,246)
#FDEBF8
(253,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD87E4 color. Also use rgb(253,135,228) instead hex code.

Text Font Color

.myTextColor { color: #FD87E4; }

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

This text font color is #FD87E4.


Background Color

.myBgColor { background-color: #FD87E4; }

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

This div background color is #FD87E4.


Border color

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

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

This div border color is #FD87E4.


Opacity

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

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

Text with #FD87E4 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 #FD87E4;}

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

This text has shadow with #FD87E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD87E4 on black background.


Color preview on white background

This text has color #FD87E4 on white background.



Black color preview on #FD87E4 background

This text has black color on #FD87E4 background.


White color preview on #FD87E4 background

This text has white color on #FD87E4 background.