COLOR #FCC9EF

HEX: #FCC9EF
RGB: (252,201,239)

Color info

#FCC9EF contains red, green and blue colors in about the same proportion. Web safe color of #FCC9EF is #FFCCFF (or #FCF).

RGB color model

#FCC9EF color RGB value is (252,201,239).

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

RGB channels and saturation

R 252 of 255 = 99%
G 201 of 255 = 79%
B 239 of 255 = 94%

252
201
239

R + G + B ~ 91%. #FCC9EF is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 201 + 239 = 692 (100%)
R 252 of 692 ~ 36.42%
G 201 of 692 ~ 29.05%
B 239 of 692 ~ 34.54%

%36.42
%29.05
%34.54

CMYK color model

#FCC9EF color CMYK value is (0,20,5,1).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 5.16%
  • key color value is 1.18%
CMYK:
(0,20,5,1)
C0M20Y5K1 
(0%,20%,5%,1%)
(0.00/0.20/0.05/0.01)	

CMYK percentages

%0
%20.24
%5.16
%1.18

Codes

Color #FCC9EF in popluar color models

FCC9EF
RGB252201239
HSL315°89.47%88.82%
HSB/HSV315°20.24%98.82%
CMYK0.00%20.24%5.16%
1.18%

Color #FCC9EF in popluar number systems.

HEXFCC9EF
Decimal252201239
Binary111111001100100111101111
Octal374311357

Shades and tints

Shades of #FCC9EF

#FCC9EF
(252,201,239)
#E6B7DA
(230,183,218)
#D0A5C5
(208,165,197)
#BA93B0
(186,147,176)
#A4819B
(164,129,155)
#8E6F86
(142,111,134)
#785D71
(120,93,113)
#624B5C
(98,75,92)
#4C3947
(76,57,71)
#362732
(54,39,50)
#20151D
(32,21,29)
#000000
(0,0,0)

Tints of #FCC9EF

#FCC9EF
(252,201,239)
#FCCDF0
(252,205,240)
#FCD1F1
(252,209,241)
#FCD5F2
(252,213,242)
#FCD9F3
(252,217,243)
#FCDDF4
(252,221,244)
#FCE1F5
(252,225,245)
#FCE5F6
(252,229,246)
#FCE9F7
(252,233,247)
#FCEDF8
(252,237,248)
#FCF1F9
(252,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC9EF; }

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

This text font color is #FCC9EF.


Background Color

.myBgColor { background-color: #FCC9EF; }

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

This div background color is #FCC9EF.


Border color

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

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

This div border color is #FCC9EF.


Opacity

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

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

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

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

This text has shadow with #FCC9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC9EF on black background.


Color preview on white background

This text has color #FCC9EF on white background.



Black color preview on #FCC9EF background

This text has black color on #FCC9EF background.


White color preview on #FCC9EF background

This text has white color on #FCC9EF background.