COLOR #FCC9DC

HEX: #FCC9DC
RGB: (252,201,220)

Color info

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

RGB color model

#FCC9DC color RGB value is (252,201,220).

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

RGB channels and saturation

R 252 of 255 = 99%
G 201 of 255 = 79%
B 220 of 255 = 86%

252
201
220

R + G + B ~ 88%. #FCC9DC is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 201 + 220 = 673 (100%)
R 252 of 673 ~ 37.44%
G 201 of 673 ~ 29.87%
B 220 of 673 ~ 32.69%

%37.44
%29.87
%32.69

CMYK color model

#FCC9DC color CMYK value is (0,20,13,1).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(0,20,13,1)
C0M20Y13K1 
(0%,20%,13%,1%)
(0.00/0.20/0.13/0.01)	

CMYK percentages

%0
%20.24
%12.7
%1.18

Codes

Color #FCC9DC in popluar color models

FCC9DC
RGB252201220
HSL338°89.47%88.82%
HSB/HSV338°20.24%98.82%
CMYK0.00%20.24%12.70%
1.18%

Color #FCC9DC in popluar number systems.

HEXFCC9DC
Decimal252201220
Binary111111001100100111011100
Octal374311334

Shades and tints

Shades of #FCC9DC

#FCC9DC
(252,201,220)
#E6B7C8
(230,183,200)
#D0A5B4
(208,165,180)
#BA93A0
(186,147,160)
#A4818C
(164,129,140)
#8E6F78
(142,111,120)
#785D64
(120,93,100)
#624B50
(98,75,80)
#4C393C
(76,57,60)
#362728
(54,39,40)
#201514
(32,21,20)
#000000
(0,0,0)

Tints of #FCC9DC

#FCC9DC
(252,201,220)
#FCCDDF
(252,205,223)
#FCD1E2
(252,209,226)
#FCD5E5
(252,213,229)
#FCD9E8
(252,217,232)
#FCDDEB
(252,221,235)
#FCE1EE
(252,225,238)
#FCE5F1
(252,229,241)
#FCE9F4
(252,233,244)
#FCEDF7
(252,237,247)
#FCF1FA
(252,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC9DC; }

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

This text font color is #FCC9DC.


Background Color

.myBgColor { background-color: #FCC9DC; }

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

This div background color is #FCC9DC.


Border color

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

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

This div border color is #FCC9DC.


Opacity

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

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

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

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

This text has shadow with #FCC9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC9DC on black background.


Color preview on white background

This text has color #FCC9DC on white background.



Black color preview on #FCC9DC background

This text has black color on #FCC9DC background.


White color preview on #FCC9DC background

This text has white color on #FCC9DC background.