COLOR #FC8A9F

HEX: #FC8A9F
RGB: (252,138,159)

Color info

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

RGB color model

#FC8A9F color RGB value is (252,138,159).

  • red value is 252;
  • green value is 138;
  • blue value is 159.
RGB:
(252,138,159)
(99%,54%,62%)

RGB channels and saturation

R 252 of 255 = 99%
G 138 of 255 = 54%
B 159 of 255 = 62%

252
138
159

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

Portions of RGB colors in percentages

R + G + B =
252 + 138 + 159 = 549 (100%)
R 252 of 549 ~ 45.9%
G 138 of 549 ~ 25.14%
B 159 of 549 ~ 28.96%

%45.9
%25.14
%28.96

CMYK color model

#FC8A9F color CMYK value is (0,45,37,1).

  • cyan value is 0.00%
  • magenta value is 45.24%
  • yellow value is 36.90%
  • key color value is 1.18%
CMYK:
(0,45,37,1)
C0M45Y37K1 
(0%,45%,37%,1%)
(0.00/0.45/0.37/0.01)	

CMYK percentages

%0
%45.24
%36.9
%1.18

Codes

Color #FC8A9F in popluar color models

FC8A9F
RGB252138159
HSL349°95.00%76.47%
HSB/HSV349°45.24%98.82%
CMYK0.00%45.24%36.90%
1.18%

Color #FC8A9F in popluar number systems.

HEXFC8A9F
Decimal252138159
Binary111111001000101010011111
Octal374212237

Shades and tints

Shades of #FC8A9F

#FC8A9F
(252,138,159)
#E67E91
(230,126,145)
#D07283
(208,114,131)
#BA6675
(186,102,117)
#A45A67
(164,90,103)
#8E4E59
(142,78,89)
#78424B
(120,66,75)
#62363D
(98,54,61)
#4C2A2F
(76,42,47)
#361E21
(54,30,33)
#201213
(32,18,19)
#000000
(0,0,0)

Tints of #FC8A9F

#FC8A9F
(252,138,159)
#FC94A7
(252,148,167)
#FC9EAF
(252,158,175)
#FCA8B7
(252,168,183)
#FCB2BF
(252,178,191)
#FCBCC7
(252,188,199)
#FCC6CF
(252,198,207)
#FCD0D7
(252,208,215)
#FCDADF
(252,218,223)
#FCE4E7
(252,228,231)
#FCEEEF
(252,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC8A9F color. Also use rgb(252,138,159) instead hex code.

Text Font Color

.myTextColor { color: #FC8A9F; }

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

This text font color is #FC8A9F.


Background Color

.myBgColor { background-color: #FC8A9F; }

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

This div background color is #FC8A9F.


Border color

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

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

This div border color is #FC8A9F.


Opacity

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

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

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

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

This text has shadow with #FC8A9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC8A9F on black background.


Color preview on white background

This text has color #FC8A9F on white background.



Black color preview on #FC8A9F background

This text has black color on #FC8A9F background.


White color preview on #FC8A9F background

This text has white color on #FC8A9F background.