COLOR #FE87DA

HEX: #FE87DA RGB: (254,135,218)

Color info

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

RGB color model

#FE87DA color RGB value is (254,135,218).

RGB: (254,135,218) (100%, 53%, 85%)

RGB channels and saturation

R 254 of 255 = 100%
G 135 of 255 = 53%
B 218 of 255 = 85%

254
135
218

R + G + B ~ 79%. #FE87DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 135 + 218 = 607 (100%)
R 254 of 607 ~ 41.85%
G 135 of 607 ~ 22.24%
B 218 of 607 ~ 35.91'%

%41.85
%22.24
%35.91

CMYK color model

#FE87DA color CMYK value is (0,47,14,0).

  • cyan value is 0.00%
  • magenta value is 46.85%
  • yellow value is 14.17%
  • key color value is 0.39%

CMYK: (0,47,14,0)
C0M47Y14K0 (0%, 47%, 14%, 0%)
(0.00 / 0.47 / 0.14 / 0.00)

CMYK percentages

%0
%46.85
%14.17
%0.39

Codes

Color #FE87DA in popluar color models

FE 87 DA
RGB 254 135 218
HSL 318° 98.35% 76.27%
HSB/HSV 318° 46.85% 99.61%
CMYK 0.00% 46.85% 14.17%
0.39%

Color #FE87DA in popluar number systems.

HEX FE 87 DA
Decimal 254 135 218
Binary 11111110 10000111 11011010
Octal 376 207 332

Shades and tints

Shades of #FE87DA

#FE87DA
(254,135,218)
#E77BC7
(231,123,199)
#D06FB4
(208,111,180)
#B963A1
(185,99,161)
#A2578E
(162,87,142)
#8B4B7B
(139,75,123)
#743F68
(116,63,104)
#5D3355
(93,51,85)
#462742
(70,39,66)
#2F1B2F
(47,27,47)
#180F1C
(24,15,28)
#000000
(0,0,0)

Tints of #FE87DA

#FE87DA
(254,135,218)
#FE91DD
(254,145,221)
#FE9BE0
(254,155,224)
#FEA5E3
(254,165,227)
#FEAFE6
(254,175,230)
#FEB9E9
(254,185,233)
#FEC3EC
(254,195,236)
#FECDEF
(254,205,239)
#FED7F2
(254,215,242)
#FEE1F5
(254,225,245)
#FEEBF8
(254,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE87DA color. Also use rgb(254,135,218) instead hex code.

Text Font Color

.myTextColor { color: #FE87DA; }

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

This text font color is #FE87DA.

Background Color

.myBgColor { background-color: #FE87DA; }

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

This div background color is #FE87DA.

Border color

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

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

This div border color is #FE87DA.

Opacity

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

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

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

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

This text has shadow with #FE87DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE87DA.

Preview

Color preview on black background

This text has color #FE87DA on black background.


Color preview on white background

This text has color #FE87DA on white background.


Black color preview on #FE87DA background

This text has black color on #FE87DA background.


White color preview on #FE87DA background

This text has white color on #FE87DA background.


Related colors

Complementary color

Complementary color for #hex is #017825.


I love getcolorcode.com

Triadic colors

1 #DAFE87 and #87DAFE with #FE87DA are triadic colors.

2 #DA87FE and #87FEDA with #FE87DA are triadic colors.