COLOR #FCC9E5

HEX: #FCC9E5
RGB: (252,201,229)

Color info

#FCC9E5 contains red, green and blue colors in about the same proportion. Web safe color of #FCC9E5 is #FFCCCC (or #FCC).

RGB color model

#FCC9E5 color RGB value is (252,201,229).

  • red value is 252;
  • green value is 201;
  • blue value is 229.
RGB:
(252,201,229)
(99%,79%,90%)

RGB channels and saturation

R 252 of 255 = 99%
G 201 of 255 = 79%
B 229 of 255 = 90%

252
201
229

R + G + B ~ 89%. #FCC9E5 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 201 + 229 = 682 (100%)
R 252 of 682 ~ 36.95%
G 201 of 682 ~ 29.47%
B 229 of 682 ~ 33.58%

%36.95
%29.47
%33.58

CMYK color model

#FCC9E5 color CMYK value is (0,20,9,1).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 9.13%
  • key color value is 1.18%
CMYK:
(0,20,9,1)
C0M20Y9K1 
(0%,20%,9%,1%)
(0.00/0.20/0.09/0.01)	

CMYK percentages

%0
%20.24
%9.13
%1.18

Codes

Color #FCC9E5 in popluar color models

FCC9E5
RGB252201229
HSL327°89.47%88.82%
HSB/HSV327°20.24%98.82%
CMYK0.00%20.24%9.13%
1.18%

Color #FCC9E5 in popluar number systems.

HEXFCC9E5
Decimal252201229
Binary111111001100100111100101
Octal374311345

Shades and tints

Shades of #FCC9E5

#FCC9E5
(252,201,229)
#E6B7D1
(230,183,209)
#D0A5BD
(208,165,189)
#BA93A9
(186,147,169)
#A48195
(164,129,149)
#8E6F81
(142,111,129)
#785D6D
(120,93,109)
#624B59
(98,75,89)
#4C3945
(76,57,69)
#362731
(54,39,49)
#20151D
(32,21,29)
#000000
(0,0,0)

Tints of #FCC9E5

#FCC9E5
(252,201,229)
#FCCDE7
(252,205,231)
#FCD1E9
(252,209,233)
#FCD5EB
(252,213,235)
#FCD9ED
(252,217,237)
#FCDDEF
(252,221,239)
#FCE1F1
(252,225,241)
#FCE5F3
(252,229,243)
#FCE9F5
(252,233,245)
#FCEDF7
(252,237,247)
#FCF1F9
(252,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC9E5 color. Also use rgb(252,201,229) instead hex code.

Text Font Color

.myTextColor { color: #FCC9E5; }

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

This text font color is #FCC9E5.


Background Color

.myBgColor { background-color: #FCC9E5; }

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

This div background color is #FCC9E5.


Border color

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

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

This div border color is #FCC9E5.


Opacity

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

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

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

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

This text has shadow with #FCC9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC9E5 on black background.


Color preview on white background

This text has color #FCC9E5 on white background.



Black color preview on #FCC9E5 background

This text has black color on #FCC9E5 background.


White color preview on #FCC9E5 background

This text has white color on #FCC9E5 background.