COLOR #FCC9DB

HEX: #FCC9DB RGB: (252,201,219)

Color info

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

RGB color model

#FCC9DB color RGB value is (252,201,219).

RGB: (252,201,219) (99%, 79%, 86%)

RGB channels and saturation

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

252
201
219

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

Portions of RGB colors in percentages

R + G + B = 252 + 201 + 219 = 672 (100%)
R 252 of 672 ~ 37.5%
G 201 of 672 ~ 29.91%
B 219 of 672 ~ 32.59'%

%37.5
%29.91
%32.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 13.10%
  • 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
%13.1
%1.18

Codes

Color #FCC9DB in popluar color models

FC C9 DB
RGB 252 201 219
HSL 339° 89.47% 88.82%
HSB/HSV 339° 20.24% 98.82%
CMYK 0.00% 20.24% 13.10%
1.18%

Color #FCC9DB in popluar number systems.

HEX FC C9 DB
Decimal 252 201 219
Binary 11111100 11001001 11011011
Octal 374 311 333

Shades and tints

Shades of #FCC9DB

#FCC9DB
(252,201,219)
#E6B7C8
(230,183,200)
#D0A5B5
(208,165,181)
#BA93A2
(186,147,162)
#A4818F
(164,129,143)
#8E6F7C
(142,111,124)
#785D69
(120,93,105)
#624B56
(98,75,86)
#4C3943
(76,57,67)
#362730
(54,39,48)
#20151D
(32,21,29)
#000000
(0,0,0)

Tints of #FCC9DB

#FCC9DB
(252,201,219)
#FCCDDE
(252,205,222)
#FCD1E1
(252,209,225)
#FCD5E4
(252,213,228)
#FCD9E7
(252,217,231)
#FCDDEA
(252,221,234)
#FCE1ED
(252,225,237)
#FCE5F0
(252,229,240)
#FCE9F3
(252,233,243)
#FCEDF6
(252,237,246)
#FCF1F9
(252,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC9DB; }

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

This text font color is #FCC9DB.

Background Color

.myBgColor { background-color: #FCC9DB; }

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

This div background color is #FCC9DB.

Border color

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

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

This div border color is #FCC9DB.

Opacity

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

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

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

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

This text has shadow with #FCC9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC9DB.

Preview

Color preview on black background

This text has color #FCC9DB on black background.


Color preview on white background

This text has color #FCC9DB on white background.


Black color preview on #FCC9DB background

This text has black color on #FCC9DB background.


White color preview on #FCC9DB background

This text has white color on #FCC9DB background.


Related colors

Complementary color

Complementary color for #hex is #033624.


I love getcolorcode.com

Triadic colors

1 #DBFCC9 and #C9DBFC with #FCC9DB are triadic colors.

2 #DBC9FC and #C9FCDB with #FCC9DB are triadic colors.