COLOR #FC97A0

HEX: #FC97A0 RGB: (252,151,160)

Color info

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

RGB color model

#FC97A0 color RGB value is (252,151,160).

RGB: (252,151,160) (99%, 59%, 63%)

RGB channels and saturation

R 252 of 255 = 99%
G 151 of 255 = 59%
B 160 of 255 = 63%

252
151
160

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

Portions of RGB colors in percentages

R + G + B = 252 + 151 + 160 = 563 (100%)
R 252 of 563 ~ 44.76%
G 151 of 563 ~ 26.82%
B 160 of 563 ~ 28.42'%

%44.76
%26.82
%28.42

CMYK color model

#FC97A0 color CMYK value is (0,40,37,1).

  • cyan value is 0.00%
  • magenta value is 40.08%
  • yellow value is 36.51%
  • key color value is 1.18%
CMYK: (0,40,37,1) C0M40Y37K1 (0%,40%,37%,1%) (0.00/0.40/0.37/0.01) 

CMYK percentages

%0
%40.08
%36.51
%1.18

Codes

Color #FC97A0 in popluar color models

FC 97 A0
RGB 252 151 160
HSL 355° 94.39% 79.02%
HSB/HSV 355° 40.08% 98.82%
CMYK 0.00% 40.08% 36.51%
1.18%

Color #FC97A0 in popluar number systems.

HEX FC 97 A0
Decimal 252 151 160
Binary 11111100 10010111 10100000
Octal 374 227 240

Shades and tints

Shades of #FC97A0

#FC97A0
(252,151,160)
#E68A92
(230,138,146)
#D07D84
(208,125,132)
#BA7076
(186,112,118)
#A46368
(164,99,104)
#8E565A
(142,86,90)
#78494C
(120,73,76)
#623C3E
(98,60,62)
#4C2F30
(76,47,48)
#362222
(54,34,34)
#201514
(32,21,20)
#000000
(0,0,0)

Tints of #FC97A0

#FC97A0
(252,151,160)
#FCA0A8
(252,160,168)
#FCA9B0
(252,169,176)
#FCB2B8
(252,178,184)
#FCBBC0
(252,187,192)
#FCC4C8
(252,196,200)
#FCCDD0
(252,205,208)
#FCD6D8
(252,214,216)
#FCDFE0
(252,223,224)
#FCE8E8
(252,232,232)
#FCF1F0
(252,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC97A0; }

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

This text font color is #FC97A0.

Background Color

.myBgColor { background-color: #FC97A0; }

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

This div background color is #FC97A0.

Border color

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

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

This div border color is #FC97A0.

Opacity

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

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

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

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

This text has shadow with #FC97A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC97A0.

Preview

Color preview on black background

This text has color #FC97A0 on black background.


Color preview on white background

This text has color #FC97A0 on white background.


Black color preview on #FC97A0 background

This text has black color on #FC97A0 background.


White color preview on #FC97A0 background

This text has white color on #FC97A0 background.


Related colors

Complementary color

Complementary color for #hex is #03685F.


I love getcolorcode.com

Triadic colors

1 #A0FC97 and #97A0FC with #FC97A0 are triadic colors.

2 #A097FC and #97FCA0 with #FC97A0 are triadic colors.