COLOR #FCD3F2

HEX: #FCD3F2
RGB: (252,211,242)

Color info

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

RGB color model

#FCD3F2 color RGB value is (252,211,242).

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

RGB channels and saturation

R 252 of 255 = 99%
G 211 of 255 = 83%
B 242 of 255 = 95%

252
211
242

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

Portions of RGB colors in percentages

R + G + B =
252 + 211 + 242 = 705 (100%)
R 252 of 705 ~ 35.74%
G 211 of 705 ~ 29.93%
B 242 of 705 ~ 34.33%

%35.74
%29.93
%34.33

CMYK color model

#FCD3F2 color CMYK value is (0,16,4,1).

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 3.97%
  • key color value is 1.18%
CMYK:
(0,16,4,1)
C0M16Y4K1 
(0%,16%,4%,1%)
(0.00/0.16/0.04/0.01)	

CMYK percentages

%0
%16.27
%3.97
%1.18

Codes

Color #FCD3F2 in popluar color models

FCD3F2
RGB252211242
HSL315°87.23%90.78%
HSB/HSV315°16.27%98.82%
CMYK0.00%16.27%3.97%
1.18%

Color #FCD3F2 in popluar number systems.

HEXFCD3F2
Decimal252211242
Binary111111001101001111110010
Octal374323362

Shades and tints

Shades of #FCD3F2

#FCD3F2
(252,211,242)
#E6C0DC
(230,192,220)
#D0ADC6
(208,173,198)
#BA9AB0
(186,154,176)
#A4879A
(164,135,154)
#8E7484
(142,116,132)
#78616E
(120,97,110)
#624E58
(98,78,88)
#4C3B42
(76,59,66)
#36282C
(54,40,44)
#201516
(32,21,22)
#000000
(0,0,0)

Tints of #FCD3F2

#FCD3F2
(252,211,242)
#FCD7F3
(252,215,243)
#FCDBF4
(252,219,244)
#FCDFF5
(252,223,245)
#FCE3F6
(252,227,246)
#FCE7F7
(252,231,247)
#FCEBF8
(252,235,248)
#FCEFF9
(252,239,249)
#FCF3FA
(252,243,250)
#FCF7FB
(252,247,251)
#FCFBFC
(252,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD3F2; }

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

This text font color is #FCD3F2.


Background Color

.myBgColor { background-color: #FCD3F2; }

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

This div background color is #FCD3F2.


Border color

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

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

This div border color is #FCD3F2.


Opacity

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

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

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

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

This text has shadow with #FCD3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD3F2 on black background.


Color preview on white background

This text has color #FCD3F2 on white background.



Black color preview on #FCD3F2 background

This text has black color on #FCD3F2 background.


White color preview on #FCD3F2 background

This text has white color on #FCD3F2 background.