COLOR #FCC9D3

HEX: #FCC9D3 RGB: (252,201,211)

Color info

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

RGB color model

#FCC9D3 color RGB value is (252,201,211).

RGB: (252,201,211) (99%, 79%, 83%)

RGB channels and saturation

R 252 of 255 = 99%
G 201 of 255 = 79%
B 211 of 255 = 83%

252
201
211

R + G + B ~ 87%. #FCC9D3 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 201 + 211 = 664 (100%)
R 252 of 664 ~ 37.95%
G 201 of 664 ~ 30.27%
B 211 of 664 ~ 31.78'%

%37.95
%30.27
%31.78

CMYK color model

#FCC9D3 color CMYK value is (0,20,16,1).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 16.27%
  • key color value is 1.18%

CMYK: (0,20,16,1)
C0M20Y16K1 (0%, 20%, 16%, 1%)
(0.00 / 0.20 / 0.16 / 0.01)

CMYK percentages

%0
%20.24
%16.27
%1.18

Codes

Color #FCC9D3 in popluar color models

FC C9 D3
RGB 252 201 211
HSL 348° 89.47% 88.82%
HSB/HSV 348° 20.24% 98.82%
CMYK 0.00% 20.24% 16.27%
1.18%

Color #FCC9D3 in popluar number systems.

HEX FC C9 D3
Decimal 252 201 211
Binary 11111100 11001001 11010011
Octal 374 311 323

Shades and tints

Shades of #FCC9D3

#FCC9D3
(252,201,211)
#E6B7C0
(230,183,192)
#D0A5AD
(208,165,173)
#BA939A
(186,147,154)
#A48187
(164,129,135)
#8E6F74
(142,111,116)
#785D61
(120,93,97)
#624B4E
(98,75,78)
#4C393B
(76,57,59)
#362728
(54,39,40)
#201515
(32,21,21)
#000000
(0,0,0)

Tints of #FCC9D3

#FCC9D3
(252,201,211)
#FCCDD7
(252,205,215)
#FCD1DB
(252,209,219)
#FCD5DF
(252,213,223)
#FCD9E3
(252,217,227)
#FCDDE7
(252,221,231)
#FCE1EB
(252,225,235)
#FCE5EF
(252,229,239)
#FCE9F3
(252,233,243)
#FCEDF7
(252,237,247)
#FCF1FB
(252,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC9D3; }

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

This text font color is #FCC9D3.

Background Color

.myBgColor { background-color: #FCC9D3; }

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

This div background color is #FCC9D3.

Border color

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

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

This div border color is #FCC9D3.

Opacity

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

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

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

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

This text has shadow with #FCC9D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC9D3.

Preview

Color preview on black background

This text has color #FCC9D3 on black background.


Color preview on white background

This text has color #FCC9D3 on white background.


Black color preview on #FCC9D3 background

This text has black color on #FCC9D3 background.


White color preview on #FCC9D3 background

This text has white color on #FCC9D3 background.


Related colors

Complementary color

Complementary color for #hex is #03362C.


I love getcolorcode.com

Triadic colors

1 #D3FCC9 and #C9D3FC with #FCC9D3 are triadic colors.

2 #D3C9FC and #C9FCD3 with #FCC9D3 are triadic colors.