COLOR #FCDADD

HEX: #FCDADD
RGB: (252,218,221)

Color info

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

RGB color model

#FCDADD color RGB value is (252,218,221).

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

RGB channels and saturation

R 252 of 255 = 99%
G 218 of 255 = 85%
B 221 of 255 = 87%

252
218
221

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

Portions of RGB colors in percentages

R + G + B =
252 + 218 + 221 = 691 (100%)
R 252 of 691 ~ 36.47%
G 218 of 691 ~ 31.55%
B 221 of 691 ~ 31.98%

%36.47
%31.55
%31.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.49%
  • yellow value is 12.30%
  • 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
%13.49
%12.3
%1.18

Codes

Color #FCDADD in popluar color models

FCDADD
RGB252218221
HSL355°85.00%92.16%
HSB/HSV355°13.49%98.82%
CMYK0.00%13.49%12.30%
1.18%

Color #FCDADD in popluar number systems.

HEXFCDADD
Decimal252218221
Binary111111001101101011011101
Octal374332335

Shades and tints

Shades of #FCDADD

#FCDADD
(252,218,221)
#E6C7C9
(230,199,201)
#D0B4B5
(208,180,181)
#BAA1A1
(186,161,161)
#A48E8D
(164,142,141)
#8E7B79
(142,123,121)
#786865
(120,104,101)
#625551
(98,85,81)
#4C423D
(76,66,61)
#362F29
(54,47,41)
#201C15
(32,28,21)
#000000
(0,0,0)

Tints of #FCDADD

#FCDADD
(252,218,221)
#FCDDE0
(252,221,224)
#FCE0E3
(252,224,227)
#FCE3E6
(252,227,230)
#FCE6E9
(252,230,233)
#FCE9EC
(252,233,236)
#FCECEF
(252,236,239)
#FCEFF2
(252,239,242)
#FCF2F5
(252,242,245)
#FCF5F8
(252,245,248)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDADD; }

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

This text font color is #FCDADD.


Background Color

.myBgColor { background-color: #FCDADD; }

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

This div background color is #FCDADD.


Border color

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

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

This div border color is #FCDADD.


Opacity

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

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

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

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

This text has shadow with #FCDADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDADD on black background.


Color preview on white background

This text has color #FCDADD on white background.



Black color preview on #FCDADD background

This text has black color on #FCDADD background.


White color preview on #FCDADD background

This text has white color on #FCDADD background.