COLOR #FCD7DB

HEX: #FCD7DB
RGB: (252,215,219)

Color info

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

RGB color model

#FCD7DB color RGB value is (252,215,219).

  • red value is 252;
  • green value is 215;
  • blue value is 219.
RGB:
(252,215,219)
(99%,84%,86%)

RGB channels and saturation

R 252 of 255 = 99%
G 215 of 255 = 84%
B 219 of 255 = 86%

252
215
219

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

Portions of RGB colors in percentages

R + G + B =
252 + 215 + 219 = 686 (100%)
R 252 of 686 ~ 36.73%
G 215 of 686 ~ 31.34%
B 219 of 686 ~ 31.92%

%36.73
%31.34
%31.92

CMYK color model

#FCD7DB color CMYK value is (0,15,13,1).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 13.10%
  • key color value is 1.18%
CMYK:
(0,15,13,1)
C0M15Y13K1 
(0%,15%,13%,1%)
(0.00/0.15/0.13/0.01)	

CMYK percentages

%0
%14.68
%13.1
%1.18

Codes

Color #FCD7DB in popluar color models

FCD7DB
RGB252215219
HSL354°86.05%91.57%
HSB/HSV354°14.68%98.82%
CMYK0.00%14.68%13.10%
1.18%

Color #FCD7DB in popluar number systems.

HEXFCD7DB
Decimal252215219
Binary111111001101011111011011
Octal374327333

Shades and tints

Shades of #FCD7DB

#FCD7DB
(252,215,219)
#E6C4C8
(230,196,200)
#D0B1B5
(208,177,181)
#BA9EA2
(186,158,162)
#A48B8F
(164,139,143)
#8E787C
(142,120,124)
#786569
(120,101,105)
#625256
(98,82,86)
#4C3F43
(76,63,67)
#362C30
(54,44,48)
#20191D
(32,25,29)
#000000
(0,0,0)

Tints of #FCD7DB

#FCD7DB
(252,215,219)
#FCDADE
(252,218,222)
#FCDDE1
(252,221,225)
#FCE0E4
(252,224,228)
#FCE3E7
(252,227,231)
#FCE6EA
(252,230,234)
#FCE9ED
(252,233,237)
#FCECF0
(252,236,240)
#FCEFF3
(252,239,243)
#FCF2F6
(252,242,246)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD7DB color. Also use rgb(252,215,219) instead hex code.

Text Font Color

.myTextColor { color: #FCD7DB; }

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

This text font color is #FCD7DB.


Background Color

.myBgColor { background-color: #FCD7DB; }

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

This div background color is #FCD7DB.


Border color

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

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

This div border color is #FCD7DB.


Opacity

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

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

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

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

This text has shadow with #FCD7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD7DB on black background.


Color preview on white background

This text has color #FCD7DB on white background.



Black color preview on #FCD7DB background

This text has black color on #FCD7DB background.


White color preview on #FCD7DB background

This text has white color on #FCD7DB background.