COLOR #FCDEED

HEX: #FCDEED
RGB: (252,222,237)

Color info

#FCDEED contains red, green and blue colors in about the same proportion. Web safe color of #FCDEED is #FFCCFF (or #FCF).

RGB color model

#FCDEED color RGB value is (252,222,237).

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

RGB channels and saturation

R 252 of 255 = 99%
G 222 of 255 = 87%
B 237 of 255 = 93%

252
222
237

R + G + B ~ 93%. #FCDEED is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 222 + 237 = 711 (100%)
R 252 of 711 ~ 35.44%
G 222 of 711 ~ 31.22%
B 237 of 711 ~ 33.33%

%35.44
%31.22
%33.33

CMYK color model

#FCDEED color CMYK value is (0,12,6,1).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 5.95%
  • key color value is 1.18%
CMYK:
(0,12,6,1)
C0M12Y6K1 
(0%,12%,6%,1%)
(0.00/0.12/0.06/0.01)	

CMYK percentages

%0
%11.9
%5.95
%1.18

Codes

Color #FCDEED in popluar color models

FCDEED
RGB252222237
HSL330°83.33%92.94%
HSB/HSV330°11.90%98.82%
CMYK0.00%11.90%5.95%
1.18%

Color #FCDEED in popluar number systems.

HEXFCDEED
Decimal252222237
Binary111111001101111011101101
Octal374336355

Shades and tints

Shades of #FCDEED

#FCDEED
(252,222,237)
#E6CAD8
(230,202,216)
#D0B6C3
(208,182,195)
#BAA2AE
(186,162,174)
#A48E99
(164,142,153)
#8E7A84
(142,122,132)
#78666F
(120,102,111)
#62525A
(98,82,90)
#4C3E45
(76,62,69)
#362A30
(54,42,48)
#20161B
(32,22,27)
#000000
(0,0,0)

Tints of #FCDEED

#FCDEED
(252,222,237)
#FCE1EE
(252,225,238)
#FCE4EF
(252,228,239)
#FCE7F0
(252,231,240)
#FCEAF1
(252,234,241)
#FCEDF2
(252,237,242)
#FCF0F3
(252,240,243)
#FCF3F4
(252,243,244)
#FCF6F5
(252,246,245)
#FCF9F6
(252,249,246)
#FCFCF7
(252,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDEED; }

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

This text font color is #FCDEED.


Background Color

.myBgColor { background-color: #FCDEED; }

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

This div background color is #FCDEED.


Border color

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

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

This div border color is #FCDEED.


Opacity

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

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

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

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

This text has shadow with #FCDEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDEED on black background.


Color preview on white background

This text has color #FCDEED on white background.



Black color preview on #FCDEED background

This text has black color on #FCDEED background.


White color preview on #FCDEED background

This text has white color on #FCDEED background.