COLOR #FC97C5

HEX: #FC97C5
RGB: (252,151,197)

Color info

#FC97C5 contains mainly red and blue colors. Web safe color of #FC97C5 is #FF99CC (or #F9C).

RGB color model

#FC97C5 color RGB value is (252,151,197).

  • red value is 252;
  • green value is 151;
  • blue value is 197.
RGB:
(252,151,197)
(99%,59%,77%)

RGB channels and saturation

R 252 of 255 = 99%
G 151 of 255 = 59%
B 197 of 255 = 77%

252
151
197

R + G + B ~ 78%. #FC97C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 151 + 197 = 600 (100%)
R 252 of 600 ~ 42%
G 151 of 600 ~ 25.17%
B 197 of 600 ~ 32.83%

%42
%25.17
%32.83

CMYK color model

#FC97C5 color CMYK value is (0,40,22,1).

  • cyan value is 0.00%
  • magenta value is 40.08%
  • yellow value is 21.83%
  • key color value is 1.18%
CMYK:
(0,40,22,1)
C0M40Y22K1 
(0%,40%,22%,1%)
(0.00/0.40/0.22/0.01)	

CMYK percentages

%0
%40.08
%21.83
%1.18

Codes

Color #FC97C5 in popluar color models

FC97C5
RGB252151197
HSL333°94.39%79.02%
HSB/HSV333°40.08%98.82%
CMYK0.00%40.08%21.83%
1.18%

Color #FC97C5 in popluar number systems.

HEXFC97C5
Decimal252151197
Binary111111001001011111000101
Octal374227305

Shades and tints

Shades of #FC97C5

#FC97C5
(252,151,197)
#E68AB4
(230,138,180)
#D07DA3
(208,125,163)
#BA7092
(186,112,146)
#A46381
(164,99,129)
#8E5670
(142,86,112)
#78495F
(120,73,95)
#623C4E
(98,60,78)
#4C2F3D
(76,47,61)
#36222C
(54,34,44)
#20151B
(32,21,27)
#000000
(0,0,0)

Tints of #FC97C5

#FC97C5
(252,151,197)
#FCA0CA
(252,160,202)
#FCA9CF
(252,169,207)
#FCB2D4
(252,178,212)
#FCBBD9
(252,187,217)
#FCC4DE
(252,196,222)
#FCCDE3
(252,205,227)
#FCD6E8
(252,214,232)
#FCDFED
(252,223,237)
#FCE8F2
(252,232,242)
#FCF1F7
(252,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC97C5; }

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

This text font color is #FC97C5.


Background Color

.myBgColor { background-color: #FC97C5; }

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

This div background color is #FC97C5.


Border color

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

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

This div border color is #FC97C5.


Opacity

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

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

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

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

This text has shadow with #FC97C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC97C5 on black background.


Color preview on white background

This text has color #FC97C5 on white background.



Black color preview on #FC97C5 background

This text has black color on #FC97C5 background.


White color preview on #FC97C5 background

This text has white color on #FC97C5 background.