COLOR #FCD1FD

HEX: #FCD1FD
RGB: (252,209,253)

Color info

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

RGB color model

#FCD1FD color RGB value is (252,209,253).

  • red value is 252;
  • green value is 209;
  • blue value is 253.
RGB:
(252,209,253)
(99%,82%,99%)

RGB channels and saturation

R 252 of 255 = 99%
G 209 of 255 = 82%
B 253 of 255 = 99%

252
209
253

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

Portions of RGB colors in percentages

R + G + B =
252 + 209 + 253 = 714 (100%)
R 252 of 714 ~ 35.29%
G 209 of 714 ~ 29.27%
B 253 of 714 ~ 35.43%

%35.29
%29.27
%35.43

CMYK color model

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

  • cyan value is 0.40%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(0,17,0,1)
C0M17Y0K1 
(0%,17%,0%,1%)
(0.00/0.17/0.00/0.01)	

CMYK percentages

%0.4
%17.39
%0
%0.78

Codes

Color #FCD1FD in popluar color models

FCD1FD
RGB252209253
HSL299°91.67%90.59%
HSB/HSV299°17.39%99.22%
CMYK0.40%17.39%0.00%
0.78%

Color #FCD1FD in popluar number systems.

HEXFCD1FD
Decimal252209253
Binary111111001101000111111101
Octal374321375

Shades and tints

Shades of #FCD1FD

#FCD1FD
(252,209,253)
#E6BEE6
(230,190,230)
#D0ABCF
(208,171,207)
#BA98B8
(186,152,184)
#A485A1
(164,133,161)
#8E728A
(142,114,138)
#785F73
(120,95,115)
#624C5C
(98,76,92)
#4C3945
(76,57,69)
#36262E
(54,38,46)
#201317
(32,19,23)
#000000
(0,0,0)

Tints of #FCD1FD

#FCD1FD
(252,209,253)
#FCD5FD
(252,213,253)
#FCD9FD
(252,217,253)
#FCDDFD
(252,221,253)
#FCE1FD
(252,225,253)
#FCE5FD
(252,229,253)
#FCE9FD
(252,233,253)
#FCEDFD
(252,237,253)
#FCF1FD
(252,241,253)
#FCF5FD
(252,245,253)
#FCF9FD
(252,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD1FD color. Also use rgb(252,209,253) instead hex code.

Text Font Color

.myTextColor { color: #FCD1FD; }

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

This text font color is #FCD1FD.


Background Color

.myBgColor { background-color: #FCD1FD; }

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

This div background color is #FCD1FD.


Border color

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

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

This div border color is #FCD1FD.


Opacity

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

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

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

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

This text has shadow with #FCD1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD1FD on black background.


Color preview on white background

This text has color #FCD1FD on white background.



Black color preview on #FCD1FD background

This text has black color on #FCD1FD background.


White color preview on #FCD1FD background

This text has white color on #FCD1FD background.