COLOR #FCD5DE

HEX: #FCD5DE
RGB: (252,213,222)

Color info

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

RGB color model

#FCD5DE color RGB value is (252,213,222).

  • red value is 252;
  • green value is 213;
  • blue value is 222.
RGB:
(252,213,222)
(99%,84%,87%)

RGB channels and saturation

R 252 of 255 = 99%
G 213 of 255 = 84%
B 222 of 255 = 87%

252
213
222

R + G + B ~ 90%. #FCD5DE is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 213 + 222 = 687 (100%)
R 252 of 687 ~ 36.68%
G 213 of 687 ~ 31%
B 222 of 687 ~ 32.31%

%36.68
%31
%32.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 11.90%
  • key color value is 1.18%
CMYK:
(0,15,12,1)
C0M15Y12K1 
(0%,15%,12%,1%)
(0.00/0.15/0.12/0.01)	

CMYK percentages

%0
%15.48
%11.9
%1.18

Codes

Color #FCD5DE in popluar color models

FCD5DE
RGB252213222
HSL346°86.67%91.18%
HSB/HSV346°15.48%98.82%
CMYK0.00%15.48%11.90%
1.18%

Color #FCD5DE in popluar number systems.

HEXFCD5DE
Decimal252213222
Binary111111001101010111011110
Octal374325336

Shades and tints

Shades of #FCD5DE

#FCD5DE
(252,213,222)
#E6C2CA
(230,194,202)
#D0AFB6
(208,175,182)
#BA9CA2
(186,156,162)
#A4898E
(164,137,142)
#8E767A
(142,118,122)
#786366
(120,99,102)
#625052
(98,80,82)
#4C3D3E
(76,61,62)
#362A2A
(54,42,42)
#201716
(32,23,22)
#000000
(0,0,0)

Tints of #FCD5DE

#FCD5DE
(252,213,222)
#FCD8E1
(252,216,225)
#FCDBE4
(252,219,228)
#FCDEE7
(252,222,231)
#FCE1EA
(252,225,234)
#FCE4ED
(252,228,237)
#FCE7F0
(252,231,240)
#FCEAF3
(252,234,243)
#FCEDF6
(252,237,246)
#FCF0F9
(252,240,249)
#FCF3FC
(252,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD5DE; }

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

This text font color is #FCD5DE.


Background Color

.myBgColor { background-color: #FCD5DE; }

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

This div background color is #FCD5DE.


Border color

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

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

This div border color is #FCD5DE.


Opacity

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

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

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

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

This text has shadow with #FCD5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD5DE on black background.


Color preview on white background

This text has color #FCD5DE on white background.



Black color preview on #FCD5DE background

This text has black color on #FCD5DE background.


White color preview on #FCD5DE background

This text has white color on #FCD5DE background.