COLOR #FCDCFE

HEX: #FCDCFE
RGB: (252,220,254)

Color info

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

RGB color model

#FCDCFE color RGB value is (252,220,254).

  • red value is 252;
  • green value is 220;
  • blue value is 254.
RGB:
(252,220,254)
(99%,86%,100%)

RGB channels and saturation

R 252 of 255 = 99%
G 220 of 255 = 86%
B 254 of 255 = 100%

252
220
254

R + G + B ~ 95%. #FCDCFE is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 220 + 254 = 726 (100%)
R 252 of 726 ~ 34.71%
G 220 of 726 ~ 30.3%
B 254 of 726 ~ 34.99%

%34.71
%30.3
%34.99

CMYK color model

#FCDCFE color CMYK value is (1,13,0,0).

  • cyan value is 0.79%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,13,0,0)
C1M13Y0K0 
(1%,13%,0%,0%)
(0.01/0.13/0.00/0.00)	

CMYK percentages

%0.79
%13.39
%0
%0.39

Codes

Color #FCDCFE in popluar color models

FCDCFE
RGB252220254
HSL296°94.44%92.94%
HSB/HSV296°13.39%99.61%
CMYK0.79%13.39%0.00%
0.39%

Color #FCDCFE in popluar number systems.

HEXFCDCFE
Decimal252220254
Binary111111001101110011111110
Octal374334376

Shades and tints

Shades of #FCDCFE

#FCDCFE
(252,220,254)
#E6C8E7
(230,200,231)
#D0B4D0
(208,180,208)
#BAA0B9
(186,160,185)
#A48CA2
(164,140,162)
#8E788B
(142,120,139)
#786474
(120,100,116)
#62505D
(98,80,93)
#4C3C46
(76,60,70)
#36282F
(54,40,47)
#201418
(32,20,24)
#000000
(0,0,0)

Tints of #FCDCFE

#FCDCFE
(252,220,254)
#FCDFFE
(252,223,254)
#FCE2FE
(252,226,254)
#FCE5FE
(252,229,254)
#FCE8FE
(252,232,254)
#FCEBFE
(252,235,254)
#FCEEFE
(252,238,254)
#FCF1FE
(252,241,254)
#FCF4FE
(252,244,254)
#FCF7FE
(252,247,254)
#FCFAFE
(252,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDCFE; }

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

This text font color is #FCDCFE.


Background Color

.myBgColor { background-color: #FCDCFE; }

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

This div background color is #FCDCFE.


Border color

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

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

This div border color is #FCDCFE.


Opacity

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

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

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

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

This text has shadow with #FCDCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDCFE on black background.


Color preview on white background

This text has color #FCDCFE on white background.



Black color preview on #FCDCFE background

This text has black color on #FCDCFE background.


White color preview on #FCDCFE background

This text has white color on #FCDCFE background.