COLOR #FCD5DA

HEX: #FCD5DA
RGB: (252,213,218)

Color info

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

RGB color model

#FCD5DA color RGB value is (252,213,218).

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

RGB channels and saturation

R 252 of 255 = 99%
G 213 of 255 = 84%
B 218 of 255 = 85%

252
213
218

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

Portions of RGB colors in percentages

R + G + B =
252 + 213 + 218 = 683 (100%)
R 252 of 683 ~ 36.9%
G 213 of 683 ~ 31.19%
B 218 of 683 ~ 31.92%

%36.9
%31.19
%31.92

CMYK color model

#FCD5DA color CMYK value is (0,15,13,1).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 13.49%
  • key color value is 1.18%
CMYK:
(0,15,13,1)
C0M15Y13K1 
(0%,15%,13%,1%)
(0.00/0.15/0.13/0.01)	

CMYK percentages

%0
%15.48
%13.49
%1.18

Codes

Color #FCD5DA in popluar color models

FCD5DA
RGB252213218
HSL352°86.67%91.18%
HSB/HSV352°15.48%98.82%
CMYK0.00%15.48%13.49%
1.18%

Color #FCD5DA in popluar number systems.

HEXFCD5DA
Decimal252213218
Binary111111001101010111011010
Octal374325332

Shades and tints

Shades of #FCD5DA

#FCD5DA
(252,213,218)
#E6C2C7
(230,194,199)
#D0AFB4
(208,175,180)
#BA9CA1
(186,156,161)
#A4898E
(164,137,142)
#8E767B
(142,118,123)
#786368
(120,99,104)
#625055
(98,80,85)
#4C3D42
(76,61,66)
#362A2F
(54,42,47)
#20171C
(32,23,28)
#000000
(0,0,0)

Tints of #FCD5DA

#FCD5DA
(252,213,218)
#FCD8DD
(252,216,221)
#FCDBE0
(252,219,224)
#FCDEE3
(252,222,227)
#FCE1E6
(252,225,230)
#FCE4E9
(252,228,233)
#FCE7EC
(252,231,236)
#FCEAEF
(252,234,239)
#FCEDF2
(252,237,242)
#FCF0F5
(252,240,245)
#FCF3F8
(252,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD5DA; }

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

This text font color is #FCD5DA.


Background Color

.myBgColor { background-color: #FCD5DA; }

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

This div background color is #FCD5DA.


Border color

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

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

This div border color is #FCD5DA.


Opacity

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

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

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

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

This text has shadow with #FCD5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD5DA on black background.


Color preview on white background

This text has color #FCD5DA on white background.



Black color preview on #FCD5DA background

This text has black color on #FCD5DA background.


White color preview on #FCD5DA background

This text has white color on #FCD5DA background.