COLOR #FCD4FE

HEX: #FCD4FE RGB: (252,212,254)

Color info

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

RGB color model

#FCD4FE color RGB value is (252,212,254).

RGB: (252,212,254) (99%, 83%, 100%)

RGB channels and saturation

R 252 of 255 = 99%
G 212 of 255 = 83%
B 254 of 255 = 100%

252
212
254

R + G + B ~ 94%. #FCD4FE is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 212 + 254 = 718 (100%)
R 252 of 718 ~ 35.1%
G 212 of 718 ~ 29.53%
B 254 of 718 ~ 35.38'%

%35.1
%29.53
%35.38

CMYK color model

#FCD4FE color CMYK value is (1,17,0,0).

  • cyan value is 0.79%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (1,17,0,0)
C1M17Y0K0 (1%, 17%, 0%, 0%)
(0.01 / 0.17 / 0.00 / 0.00)

CMYK percentages

%0.79
%16.54
%0
%0.39

Codes

Color #FCD4FE in popluar color models

FC D4 FE
RGB 252 212 254
HSL 297° 95.45% 91.37%
HSB/HSV 297° 16.54% 99.61%
CMYK 0.79% 16.54% 0.00%
0.39%

Color #FCD4FE in popluar number systems.

HEX FC D4 FE
Decimal 252 212 254
Binary 11111100 11010100 11111110
Octal 374 324 376

Shades and tints

Shades of #FCD4FE

#FCD4FE
(252,212,254)
#E6C1E7
(230,193,231)
#D0AED0
(208,174,208)
#BA9BB9
(186,155,185)
#A488A2
(164,136,162)
#8E758B
(142,117,139)
#786274
(120,98,116)
#624F5D
(98,79,93)
#4C3C46
(76,60,70)
#36292F
(54,41,47)
#201618
(32,22,24)
#000000
(0,0,0)

Tints of #FCD4FE

#FCD4FE
(252,212,254)
#FCD7FE
(252,215,254)
#FCDAFE
(252,218,254)
#FCDDFE
(252,221,254)
#FCE0FE
(252,224,254)
#FCE3FE
(252,227,254)
#FCE6FE
(252,230,254)
#FCE9FE
(252,233,254)
#FCECFE
(252,236,254)
#FCEFFE
(252,239,254)
#FCF2FE
(252,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD4FE; }

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

This text font color is #FCD4FE.

Background Color

.myBgColor { background-color: #FCD4FE; }

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

This div background color is #FCD4FE.

Border color

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

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

This div border color is #FCD4FE.

Opacity

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

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

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

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

This text has shadow with #FCD4FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD4FE.

Preview

Color preview on black background

This text has color #FCD4FE on black background.


Color preview on white background

This text has color #FCD4FE on white background.


Black color preview on #FCD4FE background

This text has black color on #FCD4FE background.


White color preview on #FCD4FE background

This text has white color on #FCD4FE background.


Related colors

Complementary color

Complementary color for #hex is #032B01.


I love getcolorcode.com

Triadic colors

1 #FEFCD4 and #D4FEFC with #FCD4FE are triadic colors.

2 #FED4FC and #D4FCFE with #FCD4FE are triadic colors.