COLOR #FCDEE5

HEX: #FCDEE5
RGB: (252,222,229)

Color info

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

RGB color model

#FCDEE5 color RGB value is (252,222,229).

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

RGB channels and saturation

R 252 of 255 = 99%
G 222 of 255 = 87%
B 229 of 255 = 90%

252
222
229

R + G + B ~ 92%. #FCDEE5 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 222 + 229 = 703 (100%)
R 252 of 703 ~ 35.85%
G 222 of 703 ~ 31.58%
B 229 of 703 ~ 32.57%

%35.85
%31.58
%32.57

CMYK color model

#FCDEE5 color CMYK value is (0,12,9,1).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 9.13%
  • key color value is 1.18%
CMYK:
(0,12,9,1)
C0M12Y9K1 
(0%,12%,9%,1%)
(0.00/0.12/0.09/0.01)	

CMYK percentages

%0
%11.9
%9.13
%1.18

Codes

Color #FCDEE5 in popluar color models

FCDEE5
RGB252222229
HSL346°83.33%92.94%
HSB/HSV346°11.90%98.82%
CMYK0.00%11.90%9.13%
1.18%

Color #FCDEE5 in popluar number systems.

HEXFCDEE5
Decimal252222229
Binary111111001101111011100101
Octal374336345

Shades and tints

Shades of #FCDEE5

#FCDEE5
(252,222,229)
#E6CAD1
(230,202,209)
#D0B6BD
(208,182,189)
#BAA2A9
(186,162,169)
#A48E95
(164,142,149)
#8E7A81
(142,122,129)
#78666D
(120,102,109)
#625259
(98,82,89)
#4C3E45
(76,62,69)
#362A31
(54,42,49)
#20161D
(32,22,29)
#000000
(0,0,0)

Tints of #FCDEE5

#FCDEE5
(252,222,229)
#FCE1E7
(252,225,231)
#FCE4E9
(252,228,233)
#FCE7EB
(252,231,235)
#FCEAED
(252,234,237)
#FCEDEF
(252,237,239)
#FCF0F1
(252,240,241)
#FCF3F3
(252,243,243)
#FCF6F5
(252,246,245)
#FCF9F7
(252,249,247)
#FCFCF9
(252,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDEE5; }

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

This text font color is #FCDEE5.


Background Color

.myBgColor { background-color: #FCDEE5; }

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

This div background color is #FCDEE5.


Border color

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

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

This div border color is #FCDEE5.


Opacity

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

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

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

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

This text has shadow with #FCDEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDEE5 on black background.


Color preview on white background

This text has color #FCDEE5 on white background.



Black color preview on #FCDEE5 background

This text has black color on #FCDEE5 background.


White color preview on #FCDEE5 background

This text has white color on #FCDEE5 background.