COLOR #FCD6FC

HEX: #FCD6FC
RGB: (252,214,252)

Color info

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

RGB color model

#FCD6FC color RGB value is (252,214,252).

  • red value is 252;
  • green value is 214;
  • blue value is 252.
RGB:
(252,214,252)
(99%,84%,99%)

RGB channels and saturation

R 252 of 255 = 99%
G 214 of 255 = 84%
B 252 of 255 = 99%

252
214
252

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

Portions of RGB colors in percentages

R + G + B =
252 + 214 + 252 = 718 (100%)
R 252 of 718 ~ 35.1%
G 214 of 718 ~ 29.81%
B 252 of 718 ~ 35.1%

%35.1
%29.81
%35.1

CMYK color model

#FCD6FC color CMYK value is (0,15,0,1).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(0,15,0,1)
C0M15Y0K1 
(0%,15%,0%,1%)
(0.00/0.15/0.00/0.01)	

CMYK percentages

%0
%15.08
%0
%1.18

Codes

Color #FCD6FC in popluar color models

FCD6FC
RGB252214252
HSL300°86.36%91.37%
HSB/HSV300°15.08%98.82%
CMYK0.00%15.08%0.00%
1.18%

Color #FCD6FC in popluar number systems.

HEXFCD6FC
Decimal252214252
Binary111111001101011011111100
Octal374326374

Shades and tints

Shades of #FCD6FC

#FCD6FC
(252,214,252)
#E6C3E6
(230,195,230)
#D0B0D0
(208,176,208)
#BA9DBA
(186,157,186)
#A48AA4
(164,138,164)
#8E778E
(142,119,142)
#786478
(120,100,120)
#625162
(98,81,98)
#4C3E4C
(76,62,76)
#362B36
(54,43,54)
#201820
(32,24,32)
#000000
(0,0,0)

Tints of #FCD6FC

#FCD6FC
(252,214,252)
#FCD9FC
(252,217,252)
#FCDCFC
(252,220,252)
#FCDFFC
(252,223,252)
#FCE2FC
(252,226,252)
#FCE5FC
(252,229,252)
#FCE8FC
(252,232,252)
#FCEBFC
(252,235,252)
#FCEEFC
(252,238,252)
#FCF1FC
(252,241,252)
#FCF4FC
(252,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD6FC; }

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

This text font color is #FCD6FC.


Background Color

.myBgColor { background-color: #FCD6FC; }

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

This div background color is #FCD6FC.


Border color

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

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

This div border color is #FCD6FC.


Opacity

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

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

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

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

This text has shadow with #FCD6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD6FC on black background.


Color preview on white background

This text has color #FCD6FC on white background.



Black color preview on #FCD6FC background

This text has black color on #FCD6FC background.


White color preview on #FCD6FC background

This text has white color on #FCD6FC background.