COLOR #FC9CA0

HEX: #FC9CA0
RGB: (252,156,160)

Color info

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

RGB color model

#FC9CA0 color RGB value is (252,156,160).

  • red value is 252;
  • green value is 156;
  • blue value is 160.
RGB:
(252,156,160)
(99%,61%,63%)

RGB channels and saturation

R 252 of 255 = 99%
G 156 of 255 = 61%
B 160 of 255 = 63%

252
156
160

R + G + B ~ 74%. #FC9CA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 156 + 160 = 568 (100%)
R 252 of 568 ~ 44.37%
G 156 of 568 ~ 27.46%
B 160 of 568 ~ 28.17%

%44.37
%27.46
%28.17

CMYK color model

#FC9CA0 color CMYK value is (0,38,37,1).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 36.51%
  • key color value is 1.18%
CMYK:
(0,38,37,1)
C0M38Y37K1 
(0%,38%,37%,1%)
(0.00/0.38/0.37/0.01)	

CMYK percentages

%0
%38.1
%36.51
%1.18

Codes

Color #FC9CA0 in popluar color models

FC9CA0
RGB252156160
HSL358°94.12%80.00%
HSB/HSV358°38.10%98.82%
CMYK0.00%38.10%36.51%
1.18%

Color #FC9CA0 in popluar number systems.

HEXFC9CA0
Decimal252156160
Binary111111001001110010100000
Octal374234240

Shades and tints

Shades of #FC9CA0

#FC9CA0
(252,156,160)
#E68E92
(230,142,146)
#D08084
(208,128,132)
#BA7276
(186,114,118)
#A46468
(164,100,104)
#8E565A
(142,86,90)
#78484C
(120,72,76)
#623A3E
(98,58,62)
#4C2C30
(76,44,48)
#361E22
(54,30,34)
#201014
(32,16,20)
#000000
(0,0,0)

Tints of #FC9CA0

#FC9CA0
(252,156,160)
#FCA5A8
(252,165,168)
#FCAEB0
(252,174,176)
#FCB7B8
(252,183,184)
#FCC0C0
(252,192,192)
#FCC9C8
(252,201,200)
#FCD2D0
(252,210,208)
#FCDBD8
(252,219,216)
#FCE4E0
(252,228,224)
#FCEDE8
(252,237,232)
#FCF6F0
(252,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9CA0 color. Also use rgb(252,156,160) instead hex code.

Text Font Color

.myTextColor { color: #FC9CA0; }

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

This text font color is #FC9CA0.


Background Color

.myBgColor { background-color: #FC9CA0; }

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

This div background color is #FC9CA0.


Border color

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

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

This div border color is #FC9CA0.


Opacity

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

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

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

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

This text has shadow with #FC9CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC9CA0 on black background.


Color preview on white background

This text has color #FC9CA0 on white background.



Black color preview on #FC9CA0 background

This text has black color on #FC9CA0 background.


White color preview on #FC9CA0 background

This text has white color on #FC9CA0 background.