COLOR #FCCDCB

HEX: #FCCDCB RGB: (252,205,203)

Color info

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

RGB color model

#FCCDCB color RGB value is (252,205,203).

RGB: (252,205,203) (99%, 80%, 80%)

RGB channels and saturation

R 252 of 255 = 99%
G 205 of 255 = 80%
B 203 of 255 = 80%

252
205
203

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

Portions of RGB colors in percentages

R + G + B = 252 + 205 + 203 = 660 (100%)
R 252 of 660 ~ 38.18%
G 205 of 660 ~ 31.06%
B 203 of 660 ~ 30.76'%

%38.18
%31.06
%30.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 19.44%
  • key color value is 1.18%

CMYK: (0,19,19,1)
C0M19Y19K1 (0%, 19%, 19%, 1%)
(0.00 / 0.19 / 0.19 / 0.01)

CMYK percentages

%0
%18.65
%19.44
%1.18

Codes

Color #FCCDCB in popluar color models

FC CD CB
RGB 252 205 203
HSL 89.09% 89.22%
HSB/HSV 19.44% 98.82%
CMYK 0.00% 18.65% 19.44%
1.18%

Color #FCCDCB in popluar number systems.

HEX FC CD CB
Decimal 252 205 203
Binary 11111100 11001101 11001011
Octal 374 315 313

Shades and tints

Shades of #FCCDCB

#FCCDCB
(252,205,203)
#E6BBB9
(230,187,185)
#D0A9A7
(208,169,167)
#BA9795
(186,151,149)
#A48583
(164,133,131)
#8E7371
(142,115,113)
#78615F
(120,97,95)
#624F4D
(98,79,77)
#4C3D3B
(76,61,59)
#362B29
(54,43,41)
#201917
(32,25,23)
#000000
(0,0,0)

Tints of #FCCDCB

#FCCDCB
(252,205,203)
#FCD1CF
(252,209,207)
#FCD5D3
(252,213,211)
#FCD9D7
(252,217,215)
#FCDDDB
(252,221,219)
#FCE1DF
(252,225,223)
#FCE5E3
(252,229,227)
#FCE9E7
(252,233,231)
#FCEDEB
(252,237,235)
#FCF1EF
(252,241,239)
#FCF5F3
(252,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCDCB; }

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

This text font color is #FCCDCB.

Background Color

.myBgColor { background-color: #FCCDCB; }

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

This div background color is #FCCDCB.

Border color

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

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

This div border color is #FCCDCB.

Opacity

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

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

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

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

This text has shadow with #FCCDCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCDCB.

Preview

Color preview on black background

This text has color #FCCDCB on black background.


Color preview on white background

This text has color #FCCDCB on white background.


Black color preview on #FCCDCB background

This text has black color on #FCCDCB background.


White color preview on #FCCDCB background

This text has white color on #FCCDCB background.


Related colors

Complementary color

Complementary color for #hex is #033234.


I love getcolorcode.com

Triadic colors

1 #CBFCCD and #CDCBFC with #FCCDCB are triadic colors.

2 #CBCDFC and #CDFCCB with #FCCDCB are triadic colors.