COLOR #FC97BE

HEX: #FC97BE
RGB: (252,151,190)

Color info

#FC97BE contains mainly red color. Web safe color of #FC97BE is #FF99CC (or #F9C).

RGB color model

#FC97BE color RGB value is (252,151,190).

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

RGB channels and saturation

R 252 of 255 = 99%
G 151 of 255 = 59%
B 190 of 255 = 75%

252
151
190

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

Portions of RGB colors in percentages

R + G + B =
252 + 151 + 190 = 593 (100%)
R 252 of 593 ~ 42.5%
G 151 of 593 ~ 25.46%
B 190 of 593 ~ 32.04%

%42.5
%25.46
%32.04

CMYK color model

#FC97BE color CMYK value is (0,40,25,1).

  • cyan value is 0.00%
  • magenta value is 40.08%
  • yellow value is 24.60%
  • key color value is 1.18%
CMYK:
(0,40,25,1)
C0M40Y25K1 
(0%,40%,25%,1%)
(0.00/0.40/0.25/0.01)	

CMYK percentages

%0
%40.08
%24.6
%1.18

Codes

Color #FC97BE in popluar color models

FC97BE
RGB252151190
HSL337°94.39%79.02%
HSB/HSV337°40.08%98.82%
CMYK0.00%40.08%24.60%
1.18%

Color #FC97BE in popluar number systems.

HEXFC97BE
Decimal252151190
Binary111111001001011110111110
Octal374227276

Shades and tints

Shades of #FC97BE

#FC97BE
(252,151,190)
#E68AAD
(230,138,173)
#D07D9C
(208,125,156)
#BA708B
(186,112,139)
#A4637A
(164,99,122)
#8E5669
(142,86,105)
#784958
(120,73,88)
#623C47
(98,60,71)
#4C2F36
(76,47,54)
#362225
(54,34,37)
#201514
(32,21,20)
#000000
(0,0,0)

Tints of #FC97BE

#FC97BE
(252,151,190)
#FCA0C3
(252,160,195)
#FCA9C8
(252,169,200)
#FCB2CD
(252,178,205)
#FCBBD2
(252,187,210)
#FCC4D7
(252,196,215)
#FCCDDC
(252,205,220)
#FCD6E1
(252,214,225)
#FCDFE6
(252,223,230)
#FCE8EB
(252,232,235)
#FCF1F0
(252,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC97BE; }

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

This text font color is #FC97BE.


Background Color

.myBgColor { background-color: #FC97BE; }

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

This div background color is #FC97BE.


Border color

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

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

This div border color is #FC97BE.


Opacity

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

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

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

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

This text has shadow with #FC97BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC97BE on black background.


Color preview on white background

This text has color #FC97BE on white background.



Black color preview on #FC97BE background

This text has black color on #FC97BE background.


White color preview on #FC97BE background

This text has white color on #FC97BE background.