COLOR #FCDBD9

HEX: #FCDBD9 RGB: (252,219,217)

Color info

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

RGB color model

#FCDBD9 color RGB value is (252,219,217).

RGB: (252,219,217) (99%, 86%, 85%)

RGB channels and saturation

R 252 of 255 = 99%
G 219 of 255 = 86%
B 217 of 255 = 85%

252
219
217

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

Portions of RGB colors in percentages

R + G + B = 252 + 219 + 217 = 688 (100%)
R 252 of 688 ~ 36.63%
G 219 of 688 ~ 31.83%
B 217 of 688 ~ 31.54'%

%36.63
%31.83
%31.54

CMYK color model

#FCDBD9 color CMYK value is (0,13,14,1).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 13.89%
  • key color value is 1.18%

CMYK: (0,13,14,1)
C0M13Y14K1 (0%, 13%, 14%, 1%)
(0.00 / 0.13 / 0.14 / 0.01)

CMYK percentages

%0
%13.1
%13.89
%1.18

Codes

Color #FCDBD9 in popluar color models

FC DB D9
RGB 252 219 217
HSL 85.37% 91.96%
HSB/HSV 13.89% 98.82%
CMYK 0.00% 13.10% 13.89%
1.18%

Color #FCDBD9 in popluar number systems.

HEX FC DB D9
Decimal 252 219 217
Binary 11111100 11011011 11011001
Octal 374 333 331

Shades and tints

Shades of #FCDBD9

#FCDBD9
(252,219,217)
#E6C8C6
(230,200,198)
#D0B5B3
(208,181,179)
#BAA2A0
(186,162,160)
#A48F8D
(164,143,141)
#8E7C7A
(142,124,122)
#786967
(120,105,103)
#625654
(98,86,84)
#4C4341
(76,67,65)
#36302E
(54,48,46)
#201D1B
(32,29,27)
#000000
(0,0,0)

Tints of #FCDBD9

#FCDBD9
(252,219,217)
#FCDEDC
(252,222,220)
#FCE1DF
(252,225,223)
#FCE4E2
(252,228,226)
#FCE7E5
(252,231,229)
#FCEAE8
(252,234,232)
#FCEDEB
(252,237,235)
#FCF0EE
(252,240,238)
#FCF3F1
(252,243,241)
#FCF6F4
(252,246,244)
#FCF9F7
(252,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDBD9; }

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

This text font color is #FCDBD9.

Background Color

.myBgColor { background-color: #FCDBD9; }

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

This div background color is #FCDBD9.

Border color

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

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

This div border color is #FCDBD9.

Opacity

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

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

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

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

This text has shadow with #FCDBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDBD9.

Preview

Color preview on black background

This text has color #FCDBD9 on black background.


Color preview on white background

This text has color #FCDBD9 on white background.


Black color preview on #FCDBD9 background

This text has black color on #FCDBD9 background.


White color preview on #FCDBD9 background

This text has white color on #FCDBD9 background.


Related colors

Complementary color

Complementary color for #hex is #032426.


I love getcolorcode.com

Triadic colors

1 #D9FCDB and #DBD9FC with #FCDBD9 are triadic colors.

2 #D9DBFC and #DBFCD9 with #FCDBD9 are triadic colors.