COLOR #FCD3FD

HEX: #FCD3FD
RGB: (252,211,253)

Color info

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

RGB color model

#FCD3FD color RGB value is (252,211,253).

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

RGB channels and saturation

R 252 of 255 = 99%
G 211 of 255 = 83%
B 253 of 255 = 99%

252
211
253

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

Portions of RGB colors in percentages

R + G + B =
252 + 211 + 253 = 716 (100%)
R 252 of 716 ~ 35.2%
G 211 of 716 ~ 29.47%
B 253 of 716 ~ 35.34%

%35.2
%29.47
%35.34

CMYK color model

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

  • cyan value is 0.40%
  • magenta value is 16.60%
  • 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
%16.6
%0
%0.78

Codes

Color #FCD3FD in popluar color models

FCD3FD
RGB252211253
HSL299°91.30%90.98%
HSB/HSV299°16.60%99.22%
CMYK0.40%16.60%0.00%
0.78%

Color #FCD3FD in popluar number systems.

HEXFCD3FD
Decimal252211253
Binary111111001101001111111101
Octal374323375

Shades and tints

Shades of #FCD3FD

#FCD3FD
(252,211,253)
#E6C0E6
(230,192,230)
#D0ADCF
(208,173,207)
#BA9AB8
(186,154,184)
#A487A1
(164,135,161)
#8E748A
(142,116,138)
#786173
(120,97,115)
#624E5C
(98,78,92)
#4C3B45
(76,59,69)
#36282E
(54,40,46)
#201517
(32,21,23)
#000000
(0,0,0)

Tints of #FCD3FD

#FCD3FD
(252,211,253)
#FCD7FD
(252,215,253)
#FCDBFD
(252,219,253)
#FCDFFD
(252,223,253)
#FCE3FD
(252,227,253)
#FCE7FD
(252,231,253)
#FCEBFD
(252,235,253)
#FCEFFD
(252,239,253)
#FCF3FD
(252,243,253)
#FCF7FD
(252,247,253)
#FCFBFD
(252,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD3FD; }

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

This text font color is #FCD3FD.


Background Color

.myBgColor { background-color: #FCD3FD; }

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

This div background color is #FCD3FD.


Border color

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

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

This div border color is #FCD3FD.


Opacity

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

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

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

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

This text has shadow with #FCD3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD3FD on black background.


Color preview on white background

This text has color #FCD3FD on white background.



Black color preview on #FCD3FD background

This text has black color on #FCD3FD background.


White color preview on #FCD3FD background

This text has white color on #FCD3FD background.