COLOR #FCDAD7

HEX: #FCDAD7
RGB: (252,218,215)

Color info

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

RGB color model

#FCDAD7 color RGB value is (252,218,215).

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

RGB channels and saturation

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

252
218
215

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

Portions of RGB colors in percentages

R + G + B =
252 + 218 + 215 = 685 (100%)
R 252 of 685 ~ 36.79%
G 218 of 685 ~ 31.82%
B 215 of 685 ~ 31.39%

%36.79
%31.82
%31.39

CMYK color model

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

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

CMYK percentages

%0
%13.49
%14.68
%1.18

Codes

Color #FCDAD7 in popluar color models

FCDAD7
RGB252218215
HSL86.05%91.57%
HSB/HSV14.68%98.82%
CMYK0.00%13.49%14.68%
1.18%

Color #FCDAD7 in popluar number systems.

HEXFCDAD7
Decimal252218215
Binary111111001101101011010111
Octal374332327

Shades and tints

Shades of #FCDAD7

#FCDAD7
(252,218,215)
#E6C7C4
(230,199,196)
#D0B4B1
(208,180,177)
#BAA19E
(186,161,158)
#A48E8B
(164,142,139)
#8E7B78
(142,123,120)
#786865
(120,104,101)
#625552
(98,85,82)
#4C423F
(76,66,63)
#362F2C
(54,47,44)
#201C19
(32,28,25)
#000000
(0,0,0)

Tints of #FCDAD7

#FCDAD7
(252,218,215)
#FCDDDA
(252,221,218)
#FCE0DD
(252,224,221)
#FCE3E0
(252,227,224)
#FCE6E3
(252,230,227)
#FCE9E6
(252,233,230)
#FCECE9
(252,236,233)
#FCEFEC
(252,239,236)
#FCF2EF
(252,242,239)
#FCF5F2
(252,245,242)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDAD7; }

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

This text font color is #FCDAD7.


Background Color

.myBgColor { background-color: #FCDAD7; }

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

This div background color is #FCDAD7.


Border color

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

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

This div border color is #FCDAD7.


Opacity

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

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

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

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

This text has shadow with #FCDAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDAD7 on black background.


Color preview on white background

This text has color #FCDAD7 on white background.



Black color preview on #FCDAD7 background

This text has black color on #FCDAD7 background.


White color preview on #FCDAD7 background

This text has white color on #FCDAD7 background.