COLOR #FCD4E6

HEX: #FCD4E6
RGB: (252,212,230)

Color info

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

RGB color model

#FCD4E6 color RGB value is (252,212,230).

  • red value is 252;
  • green value is 212;
  • blue value is 230.
RGB:
(252,212,230)
(99%,83%,90%)

RGB channels and saturation

R 252 of 255 = 99%
G 212 of 255 = 83%
B 230 of 255 = 90%

252
212
230

R + G + B ~ 91%. #FCD4E6 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 212 + 230 = 694 (100%)
R 252 of 694 ~ 36.31%
G 212 of 694 ~ 30.55%
B 230 of 694 ~ 33.14%

%36.31
%30.55
%33.14

CMYK color model

#FCD4E6 color CMYK value is (0,16,9,1).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 8.73%
  • key color value is 1.18%
CMYK:
(0,16,9,1)
C0M16Y9K1 
(0%,16%,9%,1%)
(0.00/0.16/0.09/0.01)	

CMYK percentages

%0
%15.87
%8.73
%1.18

Codes

Color #FCD4E6 in popluar color models

FCD4E6
RGB252212230
HSL333°86.96%90.98%
HSB/HSV333°15.87%98.82%
CMYK0.00%15.87%8.73%
1.18%

Color #FCD4E6 in popluar number systems.

HEXFCD4E6
Decimal252212230
Binary111111001101010011100110
Octal374324346

Shades and tints

Shades of #FCD4E6

#FCD4E6
(252,212,230)
#E6C1D2
(230,193,210)
#D0AEBE
(208,174,190)
#BA9BAA
(186,155,170)
#A48896
(164,136,150)
#8E7582
(142,117,130)
#78626E
(120,98,110)
#624F5A
(98,79,90)
#4C3C46
(76,60,70)
#362932
(54,41,50)
#20161E
(32,22,30)
#000000
(0,0,0)

Tints of #FCD4E6

#FCD4E6
(252,212,230)
#FCD7E8
(252,215,232)
#FCDAEA
(252,218,234)
#FCDDEC
(252,221,236)
#FCE0EE
(252,224,238)
#FCE3F0
(252,227,240)
#FCE6F2
(252,230,242)
#FCE9F4
(252,233,244)
#FCECF6
(252,236,246)
#FCEFF8
(252,239,248)
#FCF2FA
(252,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD4E6 color. Also use rgb(252,212,230) instead hex code.

Text Font Color

.myTextColor { color: #FCD4E6; }

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

This text font color is #FCD4E6.


Background Color

.myBgColor { background-color: #FCD4E6; }

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

This div background color is #FCD4E6.


Border color

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

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

This div border color is #FCD4E6.


Opacity

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

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

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

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

This text has shadow with #FCD4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD4E6 on black background.


Color preview on white background

This text has color #FCD4E6 on white background.



Black color preview on #FCD4E6 background

This text has black color on #FCD4E6 background.


White color preview on #FCD4E6 background

This text has white color on #FCD4E6 background.