COLOR #FC86A7

HEX: #FC86A7
RGB: (252,134,167)

Color info

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

RGB color model

#FC86A7 color RGB value is (252,134,167).

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

RGB channels and saturation

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

252
134
167

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

Portions of RGB colors in percentages

R + G + B =
252 + 134 + 167 = 553 (100%)
R 252 of 553 ~ 45.57%
G 134 of 553 ~ 24.23%
B 167 of 553 ~ 30.2%

%45.57
%24.23
%30.2

CMYK color model

#FC86A7 color CMYK value is (0,47,34,1).

  • cyan value is 0.00%
  • magenta value is 46.83%
  • yellow value is 33.73%
  • key color value is 1.18%
CMYK:
(0,47,34,1)
C0M47Y34K1 
(0%,47%,34%,1%)
(0.00/0.47/0.34/0.01)	

CMYK percentages

%0
%46.83
%33.73
%1.18

Codes

Color #FC86A7 in popluar color models

FC86A7
RGB252134167
HSL343°95.16%75.69%
HSB/HSV343°46.83%98.82%
CMYK0.00%46.83%33.73%
1.18%

Color #FC86A7 in popluar number systems.

HEXFC86A7
Decimal252134167
Binary111111001000011010100111
Octal374206247

Shades and tints

Shades of #FC86A7

#FC86A7
(252,134,167)
#E67A98
(230,122,152)
#D06E89
(208,110,137)
#BA627A
(186,98,122)
#A4566B
(164,86,107)
#8E4A5C
(142,74,92)
#783E4D
(120,62,77)
#62323E
(98,50,62)
#4C262F
(76,38,47)
#361A20
(54,26,32)
#200E11
(32,14,17)
#000000
(0,0,0)

Tints of #FC86A7

#FC86A7
(252,134,167)
#FC91AF
(252,145,175)
#FC9CB7
(252,156,183)
#FCA7BF
(252,167,191)
#FCB2C7
(252,178,199)
#FCBDCF
(252,189,207)
#FCC8D7
(252,200,215)
#FCD3DF
(252,211,223)
#FCDEE7
(252,222,231)
#FCE9EF
(252,233,239)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC86A7; }

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

This text font color is #FC86A7.


Background Color

.myBgColor { background-color: #FC86A7; }

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

This div background color is #FC86A7.


Border color

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

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

This div border color is #FC86A7.


Opacity

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

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

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

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

This text has shadow with #FC86A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC86A7 on black background.


Color preview on white background

This text has color #FC86A7 on white background.



Black color preview on #FC86A7 background

This text has black color on #FC86A7 background.


White color preview on #FC86A7 background

This text has white color on #FC86A7 background.