COLOR #FCD3E9

HEX: #FCD3E9
RGB: (252,211,233)

Color info

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

RGB color model

#FCD3E9 color RGB value is (252,211,233).

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

RGB channels and saturation

R 252 of 255 = 99%
G 211 of 255 = 83%
B 233 of 255 = 91%

252
211
233

R + G + B ~ 91%. #FCD3E9 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 211 + 233 = 696 (100%)
R 252 of 696 ~ 36.21%
G 211 of 696 ~ 30.32%
B 233 of 696 ~ 33.48%

%36.21
%30.32
%33.48

CMYK color model

#FCD3E9 color CMYK value is (0,16,8,1).

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 7.54%
  • key color value is 1.18%
CMYK:
(0,16,8,1)
C0M16Y8K1 
(0%,16%,8%,1%)
(0.00/0.16/0.08/0.01)	

CMYK percentages

%0
%16.27
%7.54
%1.18

Codes

Color #FCD3E9 in popluar color models

FCD3E9
RGB252211233
HSL328°87.23%90.78%
HSB/HSV328°16.27%98.82%
CMYK0.00%16.27%7.54%
1.18%

Color #FCD3E9 in popluar number systems.

HEXFCD3E9
Decimal252211233
Binary111111001101001111101001
Octal374323351

Shades and tints

Shades of #FCD3E9

#FCD3E9
(252,211,233)
#E6C0D4
(230,192,212)
#D0ADBF
(208,173,191)
#BA9AAA
(186,154,170)
#A48795
(164,135,149)
#8E7480
(142,116,128)
#78616B
(120,97,107)
#624E56
(98,78,86)
#4C3B41
(76,59,65)
#36282C
(54,40,44)
#201517
(32,21,23)
#000000
(0,0,0)

Tints of #FCD3E9

#FCD3E9
(252,211,233)
#FCD7EB
(252,215,235)
#FCDBED
(252,219,237)
#FCDFEF
(252,223,239)
#FCE3F1
(252,227,241)
#FCE7F3
(252,231,243)
#FCEBF5
(252,235,245)
#FCEFF7
(252,239,247)
#FCF3F9
(252,243,249)
#FCF7FB
(252,247,251)
#FCFBFD
(252,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD3E9; }

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

This text font color is #FCD3E9.


Background Color

.myBgColor { background-color: #FCD3E9; }

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

This div background color is #FCD3E9.


Border color

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

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

This div border color is #FCD3E9.


Opacity

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

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

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

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

This text has shadow with #FCD3E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD3E9 on black background.


Color preview on white background

This text has color #FCD3E9 on white background.



Black color preview on #FCD3E9 background

This text has black color on #FCD3E9 background.


White color preview on #FCD3E9 background

This text has white color on #FCD3E9 background.