COLOR #FCDCDE

HEX: #FCDCDE RGB: (252,220,222)

Color info

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

RGB color model

#FCDCDE color RGB value is (252,220,222).

RGB: (252,220,222) (99%, 86%, 87%)

RGB channels and saturation

R 252 of 255 = 99%
G 220 of 255 = 86%
B 222 of 255 = 87%

252
220
222

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

Portions of RGB colors in percentages

R + G + B = 252 + 220 + 222 = 694 (100%)
R 252 of 694 ~ 36.31%
G 220 of 694 ~ 31.7%
B 222 of 694 ~ 31.99'%

%36.31
%31.7
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 11.90%
  • key color value is 1.18%

CMYK: (0,13,12,1)
C0M13Y12K1 (0%, 13%, 12%, 1%)
(0.00 / 0.13 / 0.12 / 0.01)

CMYK percentages

%0
%12.7
%11.9
%1.18

Codes

Color #FCDCDE in popluar color models

FC DC DE
RGB 252 220 222
HSL 356° 84.21% 92.55%
HSB/HSV 356° 12.70% 98.82%
CMYK 0.00% 12.70% 11.90%
1.18%

Color #FCDCDE in popluar number systems.

HEX FC DC DE
Decimal 252 220 222
Binary 11111100 11011100 11011110
Octal 374 334 336

Shades and tints

Shades of #FCDCDE

#FCDCDE
(252,220,222)
#E6C8CA
(230,200,202)
#D0B4B6
(208,180,182)
#BAA0A2
(186,160,162)
#A48C8E
(164,140,142)
#8E787A
(142,120,122)
#786466
(120,100,102)
#625052
(98,80,82)
#4C3C3E
(76,60,62)
#36282A
(54,40,42)
#201416
(32,20,22)
#000000
(0,0,0)

Tints of #FCDCDE

#FCDCDE
(252,220,222)
#FCDFE1
(252,223,225)
#FCE2E4
(252,226,228)
#FCE5E7
(252,229,231)
#FCE8EA
(252,232,234)
#FCEBED
(252,235,237)
#FCEEF0
(252,238,240)
#FCF1F3
(252,241,243)
#FCF4F6
(252,244,246)
#FCF7F9
(252,247,249)
#FCFAFC
(252,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDCDE color. Also use rgb(252,220,222) instead hex code.

Text Font Color

.myTextColor { color: #FCDCDE; }

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

This text font color is #FCDCDE.

Background Color

.myBgColor { background-color: #FCDCDE; }

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

This div background color is #FCDCDE.

Border color

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

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

This div border color is #FCDCDE.

Opacity

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

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

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

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

This text has shadow with #FCDCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDCDE.

Preview

Color preview on black background

This text has color #FCDCDE on black background.


Color preview on white background

This text has color #FCDCDE on white background.


Black color preview on #FCDCDE background

This text has black color on #FCDCDE background.


White color preview on #FCDCDE background

This text has white color on #FCDCDE background.


Related colors

Complementary color

Complementary color for #hex is #032321.


I love getcolorcode.com

Triadic colors

1 #DEFCDC and #DCDEFC with #FCDCDE are triadic colors.

2 #DEDCFC and #DCFCDE with #FCDCDE are triadic colors.