COLOR #FE87C6

HEX: #FE87C6
RGB: (254,135,198)

Color info

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

RGB color model

#FE87C6 color RGB value is (254,135,198).

  • red value is 254;
  • green value is 135;
  • blue value is 198.
RGB:
(254,135,198)
(100%,53%,78%)

RGB channels and saturation

R 254 of 255 = 100%
G 135 of 255 = 53%
B 198 of 255 = 78%

254
135
198

R + G + B ~ 77%. #FE87C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 135 + 198 = 587 (100%)
R 254 of 587 ~ 43.27%
G 135 of 587 ~ 23%
B 198 of 587 ~ 33.73%

%43.27
%23
%33.73

CMYK color model

#FE87C6 color CMYK value is (0,47,22,0).

  • cyan value is 0.00%
  • magenta value is 46.85%
  • yellow value is 22.05%
  • key color value is 0.39%
CMYK:
(0,47,22,0)
C0M47Y22K0 
(0%,47%,22%,0%)
(0.00/0.47/0.22/0.00)	

CMYK percentages

%0
%46.85
%22.05
%0.39

Codes

Color #FE87C6 in popluar color models

FE87C6
RGB254135198
HSL328°98.35%76.27%
HSB/HSV328°46.85%99.61%
CMYK0.00%46.85%22.05%
0.39%

Color #FE87C6 in popluar number systems.

HEXFE87C6
Decimal254135198
Binary111111101000011111000110
Octal376207306

Shades and tints

Shades of #FE87C6

#FE87C6
(254,135,198)
#E77BB4
(231,123,180)
#D06FA2
(208,111,162)
#B96390
(185,99,144)
#A2577E
(162,87,126)
#8B4B6C
(139,75,108)
#743F5A
(116,63,90)
#5D3348
(93,51,72)
#462736
(70,39,54)
#2F1B24
(47,27,36)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #FE87C6

#FE87C6
(254,135,198)
#FE91CB
(254,145,203)
#FE9BD0
(254,155,208)
#FEA5D5
(254,165,213)
#FEAFDA
(254,175,218)
#FEB9DF
(254,185,223)
#FEC3E4
(254,195,228)
#FECDE9
(254,205,233)
#FED7EE
(254,215,238)
#FEE1F3
(254,225,243)
#FEEBF8
(254,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE87C6; }

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

This text font color is #FE87C6.


Background Color

.myBgColor { background-color: #FE87C6; }

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

This div background color is #FE87C6.


Border color

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

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

This div border color is #FE87C6.


Opacity

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

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

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

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

This text has shadow with #FE87C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE87C6 on black background.


Color preview on white background

This text has color #FE87C6 on white background.



Black color preview on #FE87C6 background

This text has black color on #FE87C6 background.


White color preview on #FE87C6 background

This text has white color on #FE87C6 background.