COLOR #FC87A7

HEX: #FC87A7
RGB: (252,135,167)

Color info

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

RGB color model

#FC87A7 color RGB value is (252,135,167).

  • red value is 252;
  • green value is 135;
  • blue value is 167.
RGB:
(252,135,167)
(99%,53%,65%)

RGB channels and saturation

R 252 of 255 = 99%
G 135 of 255 = 53%
B 167 of 255 = 65%

252
135
167

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

Portions of RGB colors in percentages

R + G + B =
252 + 135 + 167 = 554 (100%)
R 252 of 554 ~ 45.49%
G 135 of 554 ~ 24.37%
B 167 of 554 ~ 30.14%

%45.49
%24.37
%30.14

CMYK color model

#FC87A7 color CMYK value is (0,46,34,1).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 33.73%
  • key color value is 1.18%
CMYK:
(0,46,34,1)
C0M46Y34K1 
(0%,46%,34%,1%)
(0.00/0.46/0.34/0.01)	

CMYK percentages

%0
%46.43
%33.73
%1.18

Codes

Color #FC87A7 in popluar color models

FC87A7
RGB252135167
HSL344°95.12%75.88%
HSB/HSV344°46.43%98.82%
CMYK0.00%46.43%33.73%
1.18%

Color #FC87A7 in popluar number systems.

HEXFC87A7
Decimal252135167
Binary111111001000011110100111
Octal374207247

Shades and tints

Shades of #FC87A7

#FC87A7
(252,135,167)
#E67B98
(230,123,152)
#D06F89
(208,111,137)
#BA637A
(186,99,122)
#A4576B
(164,87,107)
#8E4B5C
(142,75,92)
#783F4D
(120,63,77)
#62333E
(98,51,62)
#4C272F
(76,39,47)
#361B20
(54,27,32)
#200F11
(32,15,17)
#000000
(0,0,0)

Tints of #FC87A7

#FC87A7
(252,135,167)
#FC91AF
(252,145,175)
#FC9BB7
(252,155,183)
#FCA5BF
(252,165,191)
#FCAFC7
(252,175,199)
#FCB9CF
(252,185,207)
#FCC3D7
(252,195,215)
#FCCDDF
(252,205,223)
#FCD7E7
(252,215,231)
#FCE1EF
(252,225,239)
#FCEBF7
(252,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC87A7 color. Also use rgb(252,135,167) instead hex code.

Text Font Color

.myTextColor { color: #FC87A7; }

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

This text font color is #FC87A7.


Background Color

.myBgColor { background-color: #FC87A7; }

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

This div background color is #FC87A7.


Border color

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

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

This div border color is #FC87A7.


Opacity

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

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

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

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

This text has shadow with #FC87A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC87A7 on black background.


Color preview on white background

This text has color #FC87A7 on white background.



Black color preview on #FC87A7 background

This text has black color on #FC87A7 background.


White color preview on #FC87A7 background

This text has white color on #FC87A7 background.