COLOR #FCDBD7

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

Color info

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

RGB color model

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

RGB: (252,219,215) (99%, 86%, 84%)

RGB channels and saturation

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

252
219
215

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

Portions of RGB colors in percentages

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

%36.73
%31.92
%31.34

CMYK color model

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

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

CMYK: (0,13,15,1)
C0M13Y15K1 (0%, 13%, 15%, 1%)
(0.00 / 0.13 / 0.15 / 0.01)

CMYK percentages

%0
%13.1
%14.68
%1.18

Codes

Color #FCDBD7 in popluar color models

FC DB D7
RGB 252 219 215
HSL 86.05% 91.57%
HSB/HSV 14.68% 98.82%
CMYK 0.00% 13.10% 14.68%
1.18%

Color #FCDBD7 in popluar number systems.

HEX FC DB D7
Decimal 252 219 215
Binary 11111100 11011011 11010111
Octal 374 333 327

Shades and tints

Shades of #FCDBD7

#FCDBD7
(252,219,215)
#E6C8C4
(230,200,196)
#D0B5B1
(208,181,177)
#BAA29E
(186,162,158)
#A48F8B
(164,143,139)
#8E7C78
(142,124,120)
#786965
(120,105,101)
#625652
(98,86,82)
#4C433F
(76,67,63)
#36302C
(54,48,44)
#201D19
(32,29,25)
#000000
(0,0,0)

Tints of #FCDBD7

#FCDBD7
(252,219,215)
#FCDEDA
(252,222,218)
#FCE1DD
(252,225,221)
#FCE4E0
(252,228,224)
#FCE7E3
(252,231,227)
#FCEAE6
(252,234,230)
#FCEDE9
(252,237,233)
#FCF0EC
(252,240,236)
#FCF3EF
(252,243,239)
#FCF6F2
(252,246,242)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDBD7; }

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

This text font color is #FCDBD7.

Background Color

.myBgColor { background-color: #FCDBD7; }

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

This div background color is #FCDBD7.

Border color

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

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

This div border color is #FCDBD7.

Opacity

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

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

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

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

This text has shadow with #FCDBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDBD7.

Preview

Color preview on black background

This text has color #FCDBD7 on black background.


Color preview on white background

This text has color #FCDBD7 on white background.


Black color preview on #FCDBD7 background

This text has black color on #FCDBD7 background.


White color preview on #FCDBD7 background

This text has white color on #FCDBD7 background.


Related colors

Complementary color

Complementary color for #hex is #032428.


I love getcolorcode.com

Triadic colors

1 #D7FCDB and #DBD7FC with #FCDBD7 are triadic colors.

2 #D7DBFC and #DBFCD7 with #FCDBD7 are triadic colors.