COLOR #FCCDC7

HEX: #FCCDC7 RGB: (252,205,199)

Color info

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

RGB color model

#FCCDC7 color RGB value is (252,205,199).

RGB: (252,205,199) (99%, 80%, 78%)

RGB channels and saturation

R 252 of 255 = 99%
G 205 of 255 = 80%
B 199 of 255 = 78%

252
205
199

R + G + B ~ 86%. #FCCDC7 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 205 + 199 = 656 (100%)
R 252 of 656 ~ 38.41%
G 205 of 656 ~ 31.25%
B 199 of 656 ~ 30.34'%

%38.41
%31.25
%30.34

CMYK color model

#FCCDC7 color CMYK value is (0,19,21,1).

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 21.03%
  • key color value is 1.18%
CMYK: (0,19,21,1) C0M19Y21K1 (0%,19%,21%,1%) (0.00/0.19/0.21/0.01) 

CMYK percentages

%0
%18.65
%21.03
%1.18

Codes

Color #FCCDC7 in popluar color models

FC CD C7
RGB 252 205 199
HSL 89.83% 88.43%
HSB/HSV 21.03% 98.82%
CMYK 0.00% 18.65% 21.03%
1.18%

Color #FCCDC7 in popluar number systems.

HEX FC CD C7
Decimal 252 205 199
Binary 11111100 11001101 11000111
Octal 374 315 307

Shades and tints

Shades of #FCCDC7

#FCCDC7
(252,205,199)
#E6BBB5
(230,187,181)
#D0A9A3
(208,169,163)
#BA9791
(186,151,145)
#A4857F
(164,133,127)
#8E736D
(142,115,109)
#78615B
(120,97,91)
#624F49
(98,79,73)
#4C3D37
(76,61,55)
#362B25
(54,43,37)
#201913
(32,25,19)
#000000
(0,0,0)

Tints of #FCCDC7

#FCCDC7
(252,205,199)
#FCD1CC
(252,209,204)
#FCD5D1
(252,213,209)
#FCD9D6
(252,217,214)
#FCDDDB
(252,221,219)
#FCE1E0
(252,225,224)
#FCE5E5
(252,229,229)
#FCE9EA
(252,233,234)
#FCEDEF
(252,237,239)
#FCF1F4
(252,241,244)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCDC7 color. Also use rgb(252,205,199) instead hex code.

Text Font Color

.myTextColor { color: #FCCDC7; }

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

This text font color is #FCCDC7.

Background Color

.myBgColor { background-color: #FCCDC7; }

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

This div background color is #FCCDC7.

Border color

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

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

This div border color is #FCCDC7.

Opacity

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

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

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

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

This text has shadow with #FCCDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCDC7.

Preview

Color preview on black background

This text has color #FCCDC7 on black background.


Color preview on white background

This text has color #FCCDC7 on white background.


Black color preview on #FCCDC7 background

This text has black color on #FCCDC7 background.


White color preview on #FCCDC7 background

This text has white color on #FCCDC7 background.


Related colors

Complementary color

Complementary color for #hex is #033238.


I love getcolorcode.com

Triadic colors

1 #C7FCCD and #CDC7FC with #FCCDC7 are triadic colors.

2 #C7CDFC and #CDFCC7 with #FCCDC7 are triadic colors.