COLOR #FCD0E0

HEX: #FCD0E0
RGB: (252,208,224)

Color info

#FCD0E0 contains red, green and blue colors in about the same proportion. Web safe color of #FCD0E0 is #FFCCCC (or #FCC).

RGB color model

#FCD0E0 color RGB value is (252,208,224).

  • red value is 252;
  • green value is 208;
  • blue value is 224.
RGB:
(252,208,224)
(99%,82%,88%)

RGB channels and saturation

R 252 of 255 = 99%
G 208 of 255 = 82%
B 224 of 255 = 88%

252
208
224

R + G + B ~ 90%. #FCD0E0 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 208 + 224 = 684 (100%)
R 252 of 684 ~ 36.84%
G 208 of 684 ~ 30.41%
B 224 of 684 ~ 32.75%

%36.84
%30.41
%32.75

CMYK color model

#FCD0E0 color CMYK value is (0,17,11,1).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 11.11%
  • key color value is 1.18%
CMYK:
(0,17,11,1)
C0M17Y11K1 
(0%,17%,11%,1%)
(0.00/0.17/0.11/0.01)	

CMYK percentages

%0
%17.46
%11.11
%1.18

Codes

Color #FCD0E0 in popluar color models

FCD0E0
RGB252208224
HSL338°88.00%90.20%
HSB/HSV338°17.46%98.82%
CMYK0.00%17.46%11.11%
1.18%

Color #FCD0E0 in popluar number systems.

HEXFCD0E0
Decimal252208224
Binary111111001101000011100000
Octal374320340

Shades and tints

Shades of #FCD0E0

#FCD0E0
(252,208,224)
#E6BECC
(230,190,204)
#D0ACB8
(208,172,184)
#BA9AA4
(186,154,164)
#A48890
(164,136,144)
#8E767C
(142,118,124)
#786468
(120,100,104)
#625254
(98,82,84)
#4C4040
(76,64,64)
#362E2C
(54,46,44)
#201C18
(32,28,24)
#000000
(0,0,0)

Tints of #FCD0E0

#FCD0E0
(252,208,224)
#FCD4E2
(252,212,226)
#FCD8E4
(252,216,228)
#FCDCE6
(252,220,230)
#FCE0E8
(252,224,232)
#FCE4EA
(252,228,234)
#FCE8EC
(252,232,236)
#FCECEE
(252,236,238)
#FCF0F0
(252,240,240)
#FCF4F2
(252,244,242)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD0E0; }

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

This text font color is #FCD0E0.


Background Color

.myBgColor { background-color: #FCD0E0; }

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

This div background color is #FCD0E0.


Border color

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

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

This div border color is #FCD0E0.


Opacity

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

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

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

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

This text has shadow with #FCD0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD0E0 on black background.


Color preview on white background

This text has color #FCD0E0 on white background.



Black color preview on #FCD0E0 background

This text has black color on #FCD0E0 background.


White color preview on #FCD0E0 background

This text has white color on #FCD0E0 background.