COLOR #FCDBD4

HEX: #FCDBD4
RGB: (252,219,212)

Color info

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

RGB color model

#FCDBD4 color RGB value is (252,219,212).

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

RGB channels and saturation

R 252 of 255 = 99%
G 219 of 255 = 86%
B 212 of 255 = 83%

252
219
212

R + G + B ~ 89%. #FCDBD4 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 219 + 212 = 683 (100%)
R 252 of 683 ~ 36.9%
G 219 of 683 ~ 32.06%
B 212 of 683 ~ 31.04%

%36.9
%32.06
%31.04

CMYK color model

#FCDBD4 color CMYK value is (0,13,16,1).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 15.87%
  • key color value is 1.18%
CMYK:
(0,13,16,1)
C0M13Y16K1 
(0%,13%,16%,1%)
(0.00/0.13/0.16/0.01)	

CMYK percentages

%0
%13.1
%15.87
%1.18

Codes

Color #FCDBD4 in popluar color models

FCDBD4
RGB252219212
HSL11°86.96%90.98%
HSB/HSV11°15.87%98.82%
CMYK0.00%13.10%15.87%
1.18%

Color #FCDBD4 in popluar number systems.

HEXFCDBD4
Decimal252219212
Binary111111001101101111010100
Octal374333324

Shades and tints

Shades of #FCDBD4

#FCDBD4
(252,219,212)
#E6C8C1
(230,200,193)
#D0B5AE
(208,181,174)
#BAA29B
(186,162,155)
#A48F88
(164,143,136)
#8E7C75
(142,124,117)
#786962
(120,105,98)
#62564F
(98,86,79)
#4C433C
(76,67,60)
#363029
(54,48,41)
#201D16
(32,29,22)
#000000
(0,0,0)

Tints of #FCDBD4

#FCDBD4
(252,219,212)
#FCDED7
(252,222,215)
#FCE1DA
(252,225,218)
#FCE4DD
(252,228,221)
#FCE7E0
(252,231,224)
#FCEAE3
(252,234,227)
#FCEDE6
(252,237,230)
#FCF0E9
(252,240,233)
#FCF3EC
(252,243,236)
#FCF6EF
(252,246,239)
#FCF9F2
(252,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDBD4; }

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

This text font color is #FCDBD4.


Background Color

.myBgColor { background-color: #FCDBD4; }

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

This div background color is #FCDBD4.


Border color

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

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

This div border color is #FCDBD4.


Opacity

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

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

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

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

This text has shadow with #FCDBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDBD4 on black background.


Color preview on white background

This text has color #FCDBD4 on white background.



Black color preview on #FCDBD4 background

This text has black color on #FCDBD4 background.


White color preview on #FCDBD4 background

This text has white color on #FCDBD4 background.