COLOR #FC98E1

HEX: #FC98E1
RGB: (252,152,225)

Color info

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

RGB color model

#FC98E1 color RGB value is (252,152,225).

  • red value is 252;
  • green value is 152;
  • blue value is 225.
RGB:
(252,152,225)
(99%,60%,88%)

RGB channels and saturation

R 252 of 255 = 99%
G 152 of 255 = 60%
B 225 of 255 = 88%

252
152
225

R + G + B ~ 82%. #FC98E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 152 + 225 = 629 (100%)
R 252 of 629 ~ 40.06%
G 152 of 629 ~ 24.17%
B 225 of 629 ~ 35.77%

%40.06
%24.17
%35.77

CMYK color model

#FC98E1 color CMYK value is (0,40,11,1).

  • cyan value is 0.00%
  • magenta value is 39.68%
  • yellow value is 10.71%
  • key color value is 1.18%
CMYK:
(0,40,11,1)
C0M40Y11K1 
(0%,40%,11%,1%)
(0.00/0.40/0.11/0.01)	

CMYK percentages

%0
%39.68
%10.71
%1.18

Codes

Color #FC98E1 in popluar color models

FC98E1
RGB252152225
HSL316°94.34%79.22%
HSB/HSV316°39.68%98.82%
CMYK0.00%39.68%10.71%
1.18%

Color #FC98E1 in popluar number systems.

HEXFC98E1
Decimal252152225
Binary111111001001100011100001
Octal374230341

Shades and tints

Shades of #FC98E1

#FC98E1
(252,152,225)
#E68BCD
(230,139,205)
#D07EB9
(208,126,185)
#BA71A5
(186,113,165)
#A46491
(164,100,145)
#8E577D
(142,87,125)
#784A69
(120,74,105)
#623D55
(98,61,85)
#4C3041
(76,48,65)
#36232D
(54,35,45)
#201619
(32,22,25)
#000000
(0,0,0)

Tints of #FC98E1

#FC98E1
(252,152,225)
#FCA1E3
(252,161,227)
#FCAAE5
(252,170,229)
#FCB3E7
(252,179,231)
#FCBCE9
(252,188,233)
#FCC5EB
(252,197,235)
#FCCEED
(252,206,237)
#FCD7EF
(252,215,239)
#FCE0F1
(252,224,241)
#FCE9F3
(252,233,243)
#FCF2F5
(252,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC98E1 color. Also use rgb(252,152,225) instead hex code.

Text Font Color

.myTextColor { color: #FC98E1; }

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

This text font color is #FC98E1.


Background Color

.myBgColor { background-color: #FC98E1; }

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

This div background color is #FC98E1.


Border color

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

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

This div border color is #FC98E1.


Opacity

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

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

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

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

This text has shadow with #FC98E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC98E1 on black background.


Color preview on white background

This text has color #FC98E1 on white background.



Black color preview on #FC98E1 background

This text has black color on #FC98E1 background.


White color preview on #FC98E1 background

This text has white color on #FC98E1 background.