COLOR #FCD1F6

HEX: #FCD1F6
RGB: (252,209,246)

Color info

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

RGB color model

#FCD1F6 color RGB value is (252,209,246).

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

RGB channels and saturation

R 252 of 255 = 99%
G 209 of 255 = 82%
B 246 of 255 = 96%

252
209
246

R + G + B ~ 92%. #FCD1F6 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 209 + 246 = 707 (100%)
R 252 of 707 ~ 35.64%
G 209 of 707 ~ 29.56%
B 246 of 707 ~ 34.79%

%35.64
%29.56
%34.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 2.38%
  • key color value is 1.18%
CMYK:
(0,17,2,1)
C0M17Y2K1 
(0%,17%,2%,1%)
(0.00/0.17/0.02/0.01)	

CMYK percentages

%0
%17.06
%2.38
%1.18

Codes

Color #FCD1F6 in popluar color models

FCD1F6
RGB252209246
HSL308°87.76%90.39%
HSB/HSV308°17.06%98.82%
CMYK0.00%17.06%2.38%
1.18%

Color #FCD1F6 in popluar number systems.

HEXFCD1F6
Decimal252209246
Binary111111001101000111110110
Octal374321366

Shades and tints

Shades of #FCD1F6

#FCD1F6
(252,209,246)
#E6BEE0
(230,190,224)
#D0ABCA
(208,171,202)
#BA98B4
(186,152,180)
#A4859E
(164,133,158)
#8E7288
(142,114,136)
#785F72
(120,95,114)
#624C5C
(98,76,92)
#4C3946
(76,57,70)
#362630
(54,38,48)
#20131A
(32,19,26)
#000000
(0,0,0)

Tints of #FCD1F6

#FCD1F6
(252,209,246)
#FCD5F6
(252,213,246)
#FCD9F6
(252,217,246)
#FCDDF6
(252,221,246)
#FCE1F6
(252,225,246)
#FCE5F6
(252,229,246)
#FCE9F6
(252,233,246)
#FCEDF6
(252,237,246)
#FCF1F6
(252,241,246)
#FCF5F6
(252,245,246)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD1F6; }

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

This text font color is #FCD1F6.


Background Color

.myBgColor { background-color: #FCD1F6; }

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

This div background color is #FCD1F6.


Border color

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

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

This div border color is #FCD1F6.


Opacity

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

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

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

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

This text has shadow with #FCD1F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD1F6 on black background.


Color preview on white background

This text has color #FCD1F6 on white background.



Black color preview on #FCD1F6 background

This text has black color on #FCD1F6 background.


White color preview on #FCD1F6 background

This text has white color on #FCD1F6 background.