COLOR #FCDFDD

HEX: #FCDFDD RGB: (252,223,221)

Color info

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

RGB color model

#FCDFDD color RGB value is (252,223,221).

RGB: (252,223,221) (99%, 87%, 87%)

RGB channels and saturation

R 252 of 255 = 99%
G 223 of 255 = 87%
B 221 of 255 = 87%

252
223
221

R + G + B ~ 91%. #FCDFDD is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 223 + 221 = 696 (100%)
R 252 of 696 ~ 36.21%
G 223 of 696 ~ 32.04%
B 221 of 696 ~ 31.75'%

%36.21
%32.04
%31.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.51%
  • yellow value is 12.30%
  • key color value is 1.18%
CMYK: (0,12,12,1) C0M12Y12K1 (0%,12%,12%,1%) (0.00/0.12/0.12/0.01) 

CMYK percentages

%0
%11.51
%12.3
%1.18

Codes

Color #FCDFDD in popluar color models

FC DF DD
RGB 252 223 221
HSL 83.78% 92.75%
HSB/HSV 12.30% 98.82%
CMYK 0.00% 11.51% 12.30%
1.18%

Color #FCDFDD in popluar number systems.

HEX FC DF DD
Decimal 252 223 221
Binary 11111100 11011111 11011101
Octal 374 337 335

Shades and tints

Shades of #FCDFDD

#FCDFDD
(252,223,221)
#E6CBC9
(230,203,201)
#D0B7B5
(208,183,181)
#BAA3A1
(186,163,161)
#A48F8D
(164,143,141)
#8E7B79
(142,123,121)
#786765
(120,103,101)
#625351
(98,83,81)
#4C3F3D
(76,63,61)
#362B29
(54,43,41)
#201715
(32,23,21)
#000000
(0,0,0)

Tints of #FCDFDD

#FCDFDD
(252,223,221)
#FCE1E0
(252,225,224)
#FCE3E3
(252,227,227)
#FCE5E6
(252,229,230)
#FCE7E9
(252,231,233)
#FCE9EC
(252,233,236)
#FCEBEF
(252,235,239)
#FCEDF2
(252,237,242)
#FCEFF5
(252,239,245)
#FCF1F8
(252,241,248)
#FCF3FB
(252,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDFDD; }

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

This text font color is #FCDFDD.

Background Color

.myBgColor { background-color: #FCDFDD; }

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

This div background color is #FCDFDD.

Border color

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

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

This div border color is #FCDFDD.

Opacity

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

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

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

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

This text has shadow with #FCDFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDFDD.

Preview

Color preview on black background

This text has color #FCDFDD on black background.


Color preview on white background

This text has color #FCDFDD on white background.


Black color preview on #FCDFDD background

This text has black color on #FCDFDD background.


White color preview on #FCDFDD background

This text has white color on #FCDFDD background.


Related colors

Complementary color

Complementary color for #hex is #032022.


I love getcolorcode.com

Triadic colors

1 #DDFCDF and #DFDDFC with #FCDFDD are triadic colors.

2 #DDDFFC and #DFFCDD with #FCDFDD are triadic colors.