COLOR #FCD2CB

HEX: #FCD2CB
RGB: (252,210,203)

Color info

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

RGB color model

#FCD2CB color RGB value is (252,210,203).

  • red value is 252;
  • green value is 210;
  • blue value is 203.
RGB:
(252,210,203)
(99%,82%,80%)

RGB channels and saturation

R 252 of 255 = 99%
G 210 of 255 = 82%
B 203 of 255 = 80%

252
210
203

R + G + B ~ 87%. #FCD2CB is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 210 + 203 = 665 (100%)
R 252 of 665 ~ 37.89%
G 210 of 665 ~ 31.58%
B 203 of 665 ~ 30.53%

%37.89
%31.58
%30.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 19.44%
  • key color value is 1.18%
CMYK:
(0,17,19,1)
C0M17Y19K1 
(0%,17%,19%,1%)
(0.00/0.17/0.19/0.01)	

CMYK percentages

%0
%16.67
%19.44
%1.18

Codes

Color #FCD2CB in popluar color models

FCD2CB
RGB252210203
HSL89.09%89.22%
HSB/HSV19.44%98.82%
CMYK0.00%16.67%19.44%
1.18%

Color #FCD2CB in popluar number systems.

HEXFCD2CB
Decimal252210203
Binary111111001101001011001011
Octal374322313

Shades and tints

Shades of #FCD2CB

#FCD2CB
(252,210,203)
#E6BFB9
(230,191,185)
#D0ACA7
(208,172,167)
#BA9995
(186,153,149)
#A48683
(164,134,131)
#8E7371
(142,115,113)
#78605F
(120,96,95)
#624D4D
(98,77,77)
#4C3A3B
(76,58,59)
#362729
(54,39,41)
#201417
(32,20,23)
#000000
(0,0,0)

Tints of #FCD2CB

#FCD2CB
(252,210,203)
#FCD6CF
(252,214,207)
#FCDAD3
(252,218,211)
#FCDED7
(252,222,215)
#FCE2DB
(252,226,219)
#FCE6DF
(252,230,223)
#FCEAE3
(252,234,227)
#FCEEE7
(252,238,231)
#FCF2EB
(252,242,235)
#FCF6EF
(252,246,239)
#FCFAF3
(252,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD2CB; }

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

This text font color is #FCD2CB.


Background Color

.myBgColor { background-color: #FCD2CB; }

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

This div background color is #FCD2CB.


Border color

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

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

This div border color is #FCD2CB.


Opacity

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

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

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

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

This text has shadow with #FCD2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD2CB on black background.


Color preview on white background

This text has color #FCD2CB on white background.



Black color preview on #FCD2CB background

This text has black color on #FCD2CB background.


White color preview on #FCD2CB background

This text has white color on #FCD2CB background.