COLOR #FCDFD7

HEX: #FCDFD7 RGB: (252,223,215)

Color info

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

RGB color model

#FCDFD7 color RGB value is (252,223,215).

RGB: (252,223,215) (99%, 87%, 84%)

RGB channels and saturation

R 252 of 255 = 99%
G 223 of 255 = 87%
B 215 of 255 = 84%

252
223
215

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

Portions of RGB colors in percentages

R + G + B = 252 + 223 + 215 = 690 (100%)
R 252 of 690 ~ 36.52%
G 223 of 690 ~ 32.32%
B 215 of 690 ~ 31.16'%

%36.52
%32.32
%31.16

CMYK color model

#FCDFD7 color CMYK value is (0,12,15,1).

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

CMYK: (0,12,15,1)
C0M12Y15K1 (0%, 12%, 15%, 1%)
(0.00 / 0.12 / 0.15 / 0.01)

CMYK percentages

%0
%11.51
%14.68
%1.18

Codes

Color #FCDFD7 in popluar color models

FC DF D7
RGB 252 223 215
HSL 13° 86.05% 91.57%
HSB/HSV 13° 14.68% 98.82%
CMYK 0.00% 11.51% 14.68%
1.18%

Color #FCDFD7 in popluar number systems.

HEX FC DF D7
Decimal 252 223 215
Binary 11111100 11011111 11010111
Octal 374 337 327

Shades and tints

Shades of #FCDFD7

#FCDFD7
(252,223,215)
#E6CBC4
(230,203,196)
#D0B7B1
(208,183,177)
#BAA39E
(186,163,158)
#A48F8B
(164,143,139)
#8E7B78
(142,123,120)
#786765
(120,103,101)
#625352
(98,83,82)
#4C3F3F
(76,63,63)
#362B2C
(54,43,44)
#201719
(32,23,25)
#000000
(0,0,0)

Tints of #FCDFD7

#FCDFD7
(252,223,215)
#FCE1DA
(252,225,218)
#FCE3DD
(252,227,221)
#FCE5E0
(252,229,224)
#FCE7E3
(252,231,227)
#FCE9E6
(252,233,230)
#FCEBE9
(252,235,233)
#FCEDEC
(252,237,236)
#FCEFEF
(252,239,239)
#FCF1F2
(252,241,242)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDFD7; }

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

This text font color is #FCDFD7.

Background Color

.myBgColor { background-color: #FCDFD7; }

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

This div background color is #FCDFD7.

Border color

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

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

This div border color is #FCDFD7.

Opacity

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

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

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

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

This text has shadow with #FCDFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDFD7.

Preview

Color preview on black background

This text has color #FCDFD7 on black background.


Color preview on white background

This text has color #FCDFD7 on white background.


Black color preview on #FCDFD7 background

This text has black color on #FCDFD7 background.


White color preview on #FCDFD7 background

This text has white color on #FCDFD7 background.


Related colors

Complementary color

Complementary color for #hex is #032028.


I love getcolorcode.com

Triadic colors

1 #D7FCDF and #DFD7FC with #FCDFD7 are triadic colors.

2 #D7DFFC and #DFFCD7 with #FCDFD7 are triadic colors.