COLOR #FCD5D2

HEX: #FCD5D2
RGB: (252,213,210)

Color info

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

RGB color model

#FCD5D2 color RGB value is (252,213,210).

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

RGB channels and saturation

R 252 of 255 = 99%
G 213 of 255 = 84%
B 210 of 255 = 82%

252
213
210

R + G + B ~ 88%. #FCD5D2 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 213 + 210 = 675 (100%)
R 252 of 675 ~ 37.33%
G 213 of 675 ~ 31.56%
B 210 of 675 ~ 31.11%

%37.33
%31.56
%31.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 16.67%
  • key color value is 1.18%
CMYK:
(0,15,17,1)
C0M15Y17K1 
(0%,15%,17%,1%)
(0.00/0.15/0.17/0.01)	

CMYK percentages

%0
%15.48
%16.67
%1.18

Codes

Color #FCD5D2 in popluar color models

FCD5D2
RGB252213210
HSL87.50%90.59%
HSB/HSV16.67%98.82%
CMYK0.00%15.48%16.67%
1.18%

Color #FCD5D2 in popluar number systems.

HEXFCD5D2
Decimal252213210
Binary111111001101010111010010
Octal374325322

Shades and tints

Shades of #FCD5D2

#FCD5D2
(252,213,210)
#E6C2BF
(230,194,191)
#D0AFAC
(208,175,172)
#BA9C99
(186,156,153)
#A48986
(164,137,134)
#8E7673
(142,118,115)
#786360
(120,99,96)
#62504D
(98,80,77)
#4C3D3A
(76,61,58)
#362A27
(54,42,39)
#201714
(32,23,20)
#000000
(0,0,0)

Tints of #FCD5D2

#FCD5D2
(252,213,210)
#FCD8D6
(252,216,214)
#FCDBDA
(252,219,218)
#FCDEDE
(252,222,222)
#FCE1E2
(252,225,226)
#FCE4E6
(252,228,230)
#FCE7EA
(252,231,234)
#FCEAEE
(252,234,238)
#FCEDF2
(252,237,242)
#FCF0F6
(252,240,246)
#FCF3FA
(252,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD5D2; }

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

This text font color is #FCD5D2.


Background Color

.myBgColor { background-color: #FCD5D2; }

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

This div background color is #FCD5D2.


Border color

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

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

This div border color is #FCD5D2.


Opacity

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

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

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

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

This text has shadow with #FCD5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD5D2 on black background.


Color preview on white background

This text has color #FCD5D2 on white background.



Black color preview on #FCD5D2 background

This text has black color on #FCD5D2 background.


White color preview on #FCD5D2 background

This text has white color on #FCD5D2 background.