COLOR #FE87A0

HEX: #FE87A0
RGB: (254,135,160)

Color info

#FE87A0 contains mainly red color. Web safe color of #FE87A0 is #FF9999 (or #F99).

RGB color model

#FE87A0 color RGB value is (254,135,160).

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

RGB channels and saturation

R 254 of 255 = 100%
G 135 of 255 = 53%
B 160 of 255 = 63%

254
135
160

R + G + B ~ 72%. #FE87A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 135 + 160 = 549 (100%)
R 254 of 549 ~ 46.27%
G 135 of 549 ~ 24.59%
B 160 of 549 ~ 29.14%

%46.27
%24.59
%29.14

CMYK color model

#FE87A0 color CMYK value is (0,47,37,0).

  • cyan value is 0.00%
  • magenta value is 46.85%
  • yellow value is 37.01%
  • key color value is 0.39%
CMYK:
(0,47,37,0)
C0M47Y37K0 
(0%,47%,37%,0%)
(0.00/0.47/0.37/0.00)	

CMYK percentages

%0
%46.85
%37.01
%0.39

Codes

Color #FE87A0 in popluar color models

FE87A0
RGB254135160
HSL347°98.35%76.27%
HSB/HSV347°46.85%99.61%
CMYK0.00%46.85%37.01%
0.39%

Color #FE87A0 in popluar number systems.

HEXFE87A0
Decimal254135160
Binary111111101000011110100000
Octal376207240

Shades and tints

Shades of #FE87A0

#FE87A0
(254,135,160)
#E77B92
(231,123,146)
#D06F84
(208,111,132)
#B96376
(185,99,118)
#A25768
(162,87,104)
#8B4B5A
(139,75,90)
#743F4C
(116,63,76)
#5D333E
(93,51,62)
#462730
(70,39,48)
#2F1B22
(47,27,34)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #FE87A0

#FE87A0
(254,135,160)
#FE91A8
(254,145,168)
#FE9BB0
(254,155,176)
#FEA5B8
(254,165,184)
#FEAFC0
(254,175,192)
#FEB9C8
(254,185,200)
#FEC3D0
(254,195,208)
#FECDD8
(254,205,216)
#FED7E0
(254,215,224)
#FEE1E8
(254,225,232)
#FEEBF0
(254,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE87A0; }

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

This text font color is #FE87A0.


Background Color

.myBgColor { background-color: #FE87A0; }

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

This div background color is #FE87A0.


Border color

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

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

This div border color is #FE87A0.


Opacity

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

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

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

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

This text has shadow with #FE87A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE87A0 on black background.


Color preview on white background

This text has color #FE87A0 on white background.



Black color preview on #FE87A0 background

This text has black color on #FE87A0 background.


White color preview on #FE87A0 background

This text has white color on #FE87A0 background.