COLOR #FCD2BB

HEX: #FCD2BB RGB: (252,210,187)

Color info

#FCD2BB contains mainly red and green colors. Web safe color of #FCD2BB is #FFCCCC (or #FCC).

RGB color model

#FCD2BB color RGB value is (252,210,187).

RGB: (252,210,187) (99%, 82%, 73%)

RGB channels and saturation

R 252 of 255 = 99%
G 210 of 255 = 82%
B 187 of 255 = 73%

252
210
187

R + G + B ~ 85%. #FCD2BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 210 + 187 = 649 (100%)
R 252 of 649 ~ 38.83%
G 210 of 649 ~ 32.36%
B 187 of 649 ~ 28.81'%

%38.83
%32.36
%28.81

CMYK color model

#FCD2BB color CMYK value is (0,17,26,1).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 25.79%
  • key color value is 1.18%
CMYK: (0,17,26,1) C0M17Y26K1 (0%,17%,26%,1%) (0.00/0.17/0.26/0.01) 

CMYK percentages

%0
%16.67
%25.79
%1.18

Codes

Color #FCD2BB in popluar color models

FC D2 BB
RGB 252 210 187
HSL 21° 91.55% 86.08%
HSB/HSV 21° 25.79% 98.82%
CMYK 0.00% 16.67% 25.79%
1.18%

Color #FCD2BB in popluar number systems.

HEX FC D2 BB
Decimal 252 210 187
Binary 11111100 11010010 10111011
Octal 374 322 273

Shades and tints

Shades of #FCD2BB

#FCD2BB
(252,210,187)
#E6BFAA
(230,191,170)
#D0AC99
(208,172,153)
#BA9988
(186,153,136)
#A48677
(164,134,119)
#8E7366
(142,115,102)
#786055
(120,96,85)
#624D44
(98,77,68)
#4C3A33
(76,58,51)
#362722
(54,39,34)
#201411
(32,20,17)
#000000
(0,0,0)

Tints of #FCD2BB

#FCD2BB
(252,210,187)
#FCD6C1
(252,214,193)
#FCDAC7
(252,218,199)
#FCDECD
(252,222,205)
#FCE2D3
(252,226,211)
#FCE6D9
(252,230,217)
#FCEADF
(252,234,223)
#FCEEE5
(252,238,229)
#FCF2EB
(252,242,235)
#FCF6F1
(252,246,241)
#FCFAF7
(252,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD2BB; }

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

This text font color is #FCD2BB.

Background Color

.myBgColor { background-color: #FCD2BB; }

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

This div background color is #FCD2BB.

Border color

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

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

This div border color is #FCD2BB.

Opacity

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

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

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

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

This text has shadow with #FCD2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD2BB.

Preview

Color preview on black background

This text has color #FCD2BB on black background.


Color preview on white background

This text has color #FCD2BB on white background.


Black color preview on #FCD2BB background

This text has black color on #FCD2BB background.


White color preview on #FCD2BB background

This text has white color on #FCD2BB background.


Related colors

Complementary color

Complementary color for #hex is #032D44.


I love getcolorcode.com

Triadic colors

1 #BBFCD2 and #D2BBFC with #FCD2BB are triadic colors.

2 #BBD2FC and #D2FCBB with #FCD2BB are triadic colors.