COLOR #FCD8BB

HEX: #FCD8BB RGB: (252,216,187)

Color info

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

RGB color model

#FCD8BB color RGB value is (252,216,187).

RGB: (252,216,187) (99%, 85%, 73%)

RGB channels and saturation

R 252 of 255 = 99%
G 216 of 255 = 85%
B 187 of 255 = 73%

252
216
187

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

Portions of RGB colors in percentages

R + G + B = 252 + 216 + 187 = 655 (100%)
R 252 of 655 ~ 38.47%
G 216 of 655 ~ 32.98%
B 187 of 655 ~ 28.55'%

%38.47
%32.98
%28.55

CMYK color model

#FCD8BB color CMYK value is (0,14,26,1).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 25.79%
  • key color value is 1.18%

CMYK: (0,14,26,1)
C0M14Y26K1 (0%, 14%, 26%, 1%)
(0.00 / 0.14 / 0.26 / 0.01)

CMYK percentages

%0
%14.29
%25.79
%1.18

Codes

Color #FCD8BB in popluar color models

FC D8 BB
RGB 252 216 187
HSL 27° 91.55% 86.08%
HSB/HSV 27° 25.79% 98.82%
CMYK 0.00% 14.29% 25.79%
1.18%

Color #FCD8BB in popluar number systems.

HEX FC D8 BB
Decimal 252 216 187
Binary 11111100 11011000 10111011
Octal 374 330 273

Shades and tints

Shades of #FCD8BB

#FCD8BB
(252,216,187)
#E6C5AA
(230,197,170)
#D0B299
(208,178,153)
#BA9F88
(186,159,136)
#A48C77
(164,140,119)
#8E7966
(142,121,102)
#786655
(120,102,85)
#625344
(98,83,68)
#4C4033
(76,64,51)
#362D22
(54,45,34)
#201A11
(32,26,17)
#000000
(0,0,0)

Tints of #FCD8BB

#FCD8BB
(252,216,187)
#FCDBC1
(252,219,193)
#FCDEC7
(252,222,199)
#FCE1CD
(252,225,205)
#FCE4D3
(252,228,211)
#FCE7D9
(252,231,217)
#FCEADF
(252,234,223)
#FCEDE5
(252,237,229)
#FCF0EB
(252,240,235)
#FCF3F1
(252,243,241)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD8BB; }

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

This text font color is #FCD8BB.

Background Color

.myBgColor { background-color: #FCD8BB; }

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

This div background color is #FCD8BB.

Border color

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

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

This div border color is #FCD8BB.

Opacity

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

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

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

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

This text has shadow with #FCD8BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD8BB.

Preview

Color preview on black background

This text has color #FCD8BB on black background.


Color preview on white background

This text has color #FCD8BB on white background.


Black color preview on #FCD8BB background

This text has black color on #FCD8BB background.


White color preview on #FCD8BB background

This text has white color on #FCD8BB background.


Related colors

Complementary color

Complementary color for #hex is #032744.


I love getcolorcode.com

Triadic colors

1 #BBFCD8 and #D8BBFC with #FCD8BB are triadic colors.

2 #BBD8FC and #D8FCBB with #FCD8BB are triadic colors.