COLOR #FCDDE4

HEX: #FCDDE4
RGB: (252,221,228)

Color info

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

RGB color model

#FCDDE4 color RGB value is (252,221,228).

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

RGB channels and saturation

R 252 of 255 = 99%
G 221 of 255 = 87%
B 228 of 255 = 89%

252
221
228

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

Portions of RGB colors in percentages

R + G + B =
252 + 221 + 228 = 701 (100%)
R 252 of 701 ~ 35.95%
G 221 of 701 ~ 31.53%
B 228 of 701 ~ 32.52%

%35.95
%31.53
%32.52

CMYK color model

#FCDDE4 color CMYK value is (0,12,10,1).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 9.52%
  • key color value is 1.18%
CMYK:
(0,12,10,1)
C0M12Y10K1 
(0%,12%,10%,1%)
(0.00/0.12/0.10/0.01)	

CMYK percentages

%0
%12.3
%9.52
%1.18

Codes

Color #FCDDE4 in popluar color models

FCDDE4
RGB252221228
HSL346°83.78%92.75%
HSB/HSV346°12.30%98.82%
CMYK0.00%12.30%9.52%
1.18%

Color #FCDDE4 in popluar number systems.

HEXFCDDE4
Decimal252221228
Binary111111001101110111100100
Octal374335344

Shades and tints

Shades of #FCDDE4

#FCDDE4
(252,221,228)
#E6C9D0
(230,201,208)
#D0B5BC
(208,181,188)
#BAA1A8
(186,161,168)
#A48D94
(164,141,148)
#8E7980
(142,121,128)
#78656C
(120,101,108)
#625158
(98,81,88)
#4C3D44
(76,61,68)
#362930
(54,41,48)
#20151C
(32,21,28)
#000000
(0,0,0)

Tints of #FCDDE4

#FCDDE4
(252,221,228)
#FCE0E6
(252,224,230)
#FCE3E8
(252,227,232)
#FCE6EA
(252,230,234)
#FCE9EC
(252,233,236)
#FCECEE
(252,236,238)
#FCEFF0
(252,239,240)
#FCF2F2
(252,242,242)
#FCF5F4
(252,245,244)
#FCF8F6
(252,248,246)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDDE4; }

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

This text font color is #FCDDE4.


Background Color

.myBgColor { background-color: #FCDDE4; }

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

This div background color is #FCDDE4.


Border color

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

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

This div border color is #FCDDE4.


Opacity

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

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

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

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

This text has shadow with #FCDDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDDE4 on black background.


Color preview on white background

This text has color #FCDDE4 on white background.



Black color preview on #FCDDE4 background

This text has black color on #FCDDE4 background.


White color preview on #FCDDE4 background

This text has white color on #FCDDE4 background.