COLOR #FCCDDF

HEX: #FCCDDF RGB: (252,205,223)

Color info

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

RGB color model

#FCCDDF color RGB value is (252,205,223).

RGB: (252,205,223) (99%, 80%, 87%)

RGB channels and saturation

R 252 of 255 = 99%
G 205 of 255 = 80%
B 223 of 255 = 87%

252
205
223

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

Portions of RGB colors in percentages

R + G + B = 252 + 205 + 223 = 680 (100%)
R 252 of 680 ~ 37.06%
G 205 of 680 ~ 30.15%
B 223 of 680 ~ 32.79'%

%37.06
%30.15
%32.79

CMYK color model

#FCCDDF color CMYK value is (0,19,12,1).

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 11.51%
  • key color value is 1.18%

CMYK: (0,19,12,1)
C0M19Y12K1 (0%, 19%, 12%, 1%)
(0.00 / 0.19 / 0.12 / 0.01)

CMYK percentages

%0
%18.65
%11.51
%1.18

Codes

Color #FCCDDF in popluar color models

FC CD DF
RGB 252 205 223
HSL 337° 88.68% 89.61%
HSB/HSV 337° 18.65% 98.82%
CMYK 0.00% 18.65% 11.51%
1.18%

Color #FCCDDF in popluar number systems.

HEX FC CD DF
Decimal 252 205 223
Binary 11111100 11001101 11011111
Octal 374 315 337

Shades and tints

Shades of #FCCDDF

#FCCDDF
(252,205,223)
#E6BBCB
(230,187,203)
#D0A9B7
(208,169,183)
#BA97A3
(186,151,163)
#A4858F
(164,133,143)
#8E737B
(142,115,123)
#786167
(120,97,103)
#624F53
(98,79,83)
#4C3D3F
(76,61,63)
#362B2B
(54,43,43)
#201917
(32,25,23)
#000000
(0,0,0)

Tints of #FCCDDF

#FCCDDF
(252,205,223)
#FCD1E1
(252,209,225)
#FCD5E3
(252,213,227)
#FCD9E5
(252,217,229)
#FCDDE7
(252,221,231)
#FCE1E9
(252,225,233)
#FCE5EB
(252,229,235)
#FCE9ED
(252,233,237)
#FCEDEF
(252,237,239)
#FCF1F1
(252,241,241)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCDDF color. Also use rgb(252,205,223) instead hex code.

Text Font Color

.myTextColor { color: #FCCDDF; }

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

This text font color is #FCCDDF.

Background Color

.myBgColor { background-color: #FCCDDF; }

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

This div background color is #FCCDDF.

Border color

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

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

This div border color is #FCCDDF.

Opacity

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

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

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

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

This text has shadow with #FCCDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCDDF.

Preview

Color preview on black background

This text has color #FCCDDF on black background.


Color preview on white background

This text has color #FCCDDF on white background.


Black color preview on #FCCDDF background

This text has black color on #FCCDDF background.


White color preview on #FCCDDF background

This text has white color on #FCCDDF background.


Related colors

Complementary color

Complementary color for #hex is #033220.


I love getcolorcode.com

Triadic colors

1 #DFFCCD and #CDDFFC with #FCCDDF are triadic colors.

2 #DFCDFC and #CDFCDF with #FCCDDF are triadic colors.