COLOR #FC9C9A

HEX: #FC9C9A RGB: (252,156,154)

Color info

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

RGB color model

#FC9C9A color RGB value is (252,156,154).

RGB: (252,156,154) (99%, 61%, 60%)

RGB channels and saturation

R 252 of 255 = 99%
G 156 of 255 = 61%
B 154 of 255 = 60%

252
156
154

R + G + B ~ 73%. #FC9C9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 156 + 154 = 562 (100%)
R 252 of 562 ~ 44.84%
G 156 of 562 ~ 27.76%
B 154 of 562 ~ 27.4'%

%44.84
%27.76
%27.4

CMYK color model

#FC9C9A color CMYK value is (0,38,39,1).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 38.89%
  • key color value is 1.18%

CMYK: (0,38,39,1)
C0M38Y39K1 (0%, 38%, 39%, 1%)
(0.00 / 0.38 / 0.39 / 0.01)

CMYK percentages

%0
%38.1
%38.89
%1.18

Codes

Color #FC9C9A in popluar color models

FC 9C 9A
RGB 252 156 154
HSL 94.23% 79.61%
HSB/HSV 38.89% 98.82%
CMYK 0.00% 38.10% 38.89%
1.18%

Color #FC9C9A in popluar number systems.

HEX FC 9C 9A
Decimal 252 156 154
Binary 11111100 10011100 10011010
Octal 374 234 232

Shades and tints

Shades of #FC9C9A

#FC9C9A
(252,156,154)
#E68E8C
(230,142,140)
#D0807E
(208,128,126)
#BA7270
(186,114,112)
#A46462
(164,100,98)
#8E5654
(142,86,84)
#784846
(120,72,70)
#623A38
(98,58,56)
#4C2C2A
(76,44,42)
#361E1C
(54,30,28)
#20100E
(32,16,14)
#000000
(0,0,0)

Tints of #FC9C9A

#FC9C9A
(252,156,154)
#FCA5A3
(252,165,163)
#FCAEAC
(252,174,172)
#FCB7B5
(252,183,181)
#FCC0BE
(252,192,190)
#FCC9C7
(252,201,199)
#FCD2D0
(252,210,208)
#FCDBD9
(252,219,217)
#FCE4E2
(252,228,226)
#FCEDEB
(252,237,235)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC9C9A; }

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

This text font color is #FC9C9A.

Background Color

.myBgColor { background-color: #FC9C9A; }

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

This div background color is #FC9C9A.

Border color

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

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

This div border color is #FC9C9A.

Opacity

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

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

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

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

This text has shadow with #FC9C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC9C9A.

Preview

Color preview on black background

This text has color #FC9C9A on black background.


Color preview on white background

This text has color #FC9C9A on white background.


Black color preview on #FC9C9A background

This text has black color on #FC9C9A background.


White color preview on #FC9C9A background

This text has white color on #FC9C9A background.


Related colors

Complementary color

Complementary color for #hex is #036365.


I love getcolorcode.com

Triadic colors

1 #9AFC9C and #9C9AFC with #FC9C9A are triadic colors.

2 #9A9CFC and #9CFC9A with #FC9C9A are triadic colors.