COLOR #FCC9E4

HEX: #FCC9E4
RGB: (252,201,228)

Color info

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

RGB color model

#FCC9E4 color RGB value is (252,201,228).

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

RGB channels and saturation

R 252 of 255 = 99%
G 201 of 255 = 79%
B 228 of 255 = 89%

252
201
228

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

Portions of RGB colors in percentages

R + G + B =
252 + 201 + 228 = 681 (100%)
R 252 of 681 ~ 37%
G 201 of 681 ~ 29.52%
B 228 of 681 ~ 33.48%

%37
%29.52
%33.48

CMYK color model

#FCC9E4 color CMYK value is (0,20,10,1).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 9.52%
  • key color value is 1.18%
CMYK:
(0,20,10,1)
C0M20Y10K1 
(0%,20%,10%,1%)
(0.00/0.20/0.10/0.01)	

CMYK percentages

%0
%20.24
%9.52
%1.18

Codes

Color #FCC9E4 in popluar color models

FCC9E4
RGB252201228
HSL328°89.47%88.82%
HSB/HSV328°20.24%98.82%
CMYK0.00%20.24%9.52%
1.18%

Color #FCC9E4 in popluar number systems.

HEXFCC9E4
Decimal252201228
Binary111111001100100111100100
Octal374311344

Shades and tints

Shades of #FCC9E4

#FCC9E4
(252,201,228)
#E6B7D0
(230,183,208)
#D0A5BC
(208,165,188)
#BA93A8
(186,147,168)
#A48194
(164,129,148)
#8E6F80
(142,111,128)
#785D6C
(120,93,108)
#624B58
(98,75,88)
#4C3944
(76,57,68)
#362730
(54,39,48)
#20151C
(32,21,28)
#000000
(0,0,0)

Tints of #FCC9E4

#FCC9E4
(252,201,228)
#FCCDE6
(252,205,230)
#FCD1E8
(252,209,232)
#FCD5EA
(252,213,234)
#FCD9EC
(252,217,236)
#FCDDEE
(252,221,238)
#FCE1F0
(252,225,240)
#FCE5F2
(252,229,242)
#FCE9F4
(252,233,244)
#FCEDF6
(252,237,246)
#FCF1F8
(252,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC9E4; }

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

This text font color is #FCC9E4.


Background Color

.myBgColor { background-color: #FCC9E4; }

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

This div background color is #FCC9E4.


Border color

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

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

This div border color is #FCC9E4.


Opacity

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

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

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

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

This text has shadow with #FCC9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC9E4 on black background.


Color preview on white background

This text has color #FCC9E4 on white background.



Black color preview on #FCC9E4 background

This text has black color on #FCC9E4 background.


White color preview on #FCC9E4 background

This text has white color on #FCC9E4 background.