COLOR #FCDDED

HEX: #FCDDED
RGB: (252,221,237)

Color info

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

RGB color model

#FCDDED color RGB value is (252,221,237).

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

RGB channels and saturation

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

252
221
237

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

Portions of RGB colors in percentages

R + G + B =
252 + 221 + 237 = 710 (100%)
R 252 of 710 ~ 35.49%
G 221 of 710 ~ 31.13%
B 237 of 710 ~ 33.38%

%35.49
%31.13
%33.38

CMYK color model

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

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

Codes

Color #FCDDED in popluar color models

FCDDED
RGB252221237
HSL329°83.78%92.75%
HSB/HSV329°12.30%98.82%
CMYK0.00%12.30%5.95%
1.18%

Color #FCDDED in popluar number systems.

HEXFCDDED
Decimal252221237
Binary111111001101110111101101
Octal374335355

Shades and tints

Shades of #FCDDED

#FCDDED
(252,221,237)
#E6C9D8
(230,201,216)
#D0B5C3
(208,181,195)
#BAA1AE
(186,161,174)
#A48D99
(164,141,153)
#8E7984
(142,121,132)
#78656F
(120,101,111)
#62515A
(98,81,90)
#4C3D45
(76,61,69)
#362930
(54,41,48)
#20151B
(32,21,27)
#000000
(0,0,0)

Tints of #FCDDED

#FCDDED
(252,221,237)
#FCE0EE
(252,224,238)
#FCE3EF
(252,227,239)
#FCE6F0
(252,230,240)
#FCE9F1
(252,233,241)
#FCECF2
(252,236,242)
#FCEFF3
(252,239,243)
#FCF2F4
(252,242,244)
#FCF5F5
(252,245,245)
#FCF8F6
(252,248,246)
#FCFBF7
(252,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDDED; }

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

This text font color is #FCDDED.


Background Color

.myBgColor { background-color: #FCDDED; }

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

This div background color is #FCDDED.


Border color

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

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

This div border color is #FCDDED.


Opacity

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

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

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

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

This text has shadow with #FCDDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDDED on black background.


Color preview on white background

This text has color #FCDDED on white background.



Black color preview on #FCDDED background

This text has black color on #FCDDED background.


White color preview on #FCDDED background

This text has white color on #FCDDED background.