COLOR #FCD3B6

HEX: #FCD3B6 RGB: (252,211,182)

Color info

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

RGB color model

#FCD3B6 color RGB value is (252,211,182).

RGB: (252,211,182) (99%, 83%, 71%)

RGB channels and saturation

R 252 of 255 = 99%
G 211 of 255 = 83%
B 182 of 255 = 71%

252
211
182

R + G + B ~ 84%. #FCD3B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 211 + 182 = 645 (100%)
R 252 of 645 ~ 39.07%
G 211 of 645 ~ 32.71%
B 182 of 645 ~ 28.22'%

%39.07
%32.71
%28.22

CMYK color model

#FCD3B6 color CMYK value is (0,16,28,1).

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 27.78%
  • key color value is 1.18%

CMYK: (0,16,28,1)
C0M16Y28K1 (0%, 16%, 28%, 1%)
(0.00 / 0.16 / 0.28 / 0.01)

CMYK percentages

%0
%16.27
%27.78
%1.18

Codes

Color #FCD3B6 in popluar color models

FC D3 B6
RGB 252 211 182
HSL 25° 92.11% 85.10%
HSB/HSV 25° 27.78% 98.82%
CMYK 0.00% 16.27% 27.78%
1.18%

Color #FCD3B6 in popluar number systems.

HEX FC D3 B6
Decimal 252 211 182
Binary 11111100 11010011 10110110
Octal 374 323 266

Shades and tints

Shades of #FCD3B6

#FCD3B6
(252,211,182)
#E6C0A6
(230,192,166)
#D0AD96
(208,173,150)
#BA9A86
(186,154,134)
#A48776
(164,135,118)
#8E7466
(142,116,102)
#786156
(120,97,86)
#624E46
(98,78,70)
#4C3B36
(76,59,54)
#362826
(54,40,38)
#201516
(32,21,22)
#000000
(0,0,0)

Tints of #FCD3B6

#FCD3B6
(252,211,182)
#FCD7BC
(252,215,188)
#FCDBC2
(252,219,194)
#FCDFC8
(252,223,200)
#FCE3CE
(252,227,206)
#FCE7D4
(252,231,212)
#FCEBDA
(252,235,218)
#FCEFE0
(252,239,224)
#FCF3E6
(252,243,230)
#FCF7EC
(252,247,236)
#FCFBF2
(252,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD3B6 color. Also use rgb(252,211,182) instead hex code.

Text Font Color

.myTextColor { color: #FCD3B6; }

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

This text font color is #FCD3B6.

Background Color

.myBgColor { background-color: #FCD3B6; }

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

This div background color is #FCD3B6.

Border color

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

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

This div border color is #FCD3B6.

Opacity

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

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

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

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

This text has shadow with #FCD3B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD3B6.

Preview

Color preview on black background

This text has color #FCD3B6 on black background.


Color preview on white background

This text has color #FCD3B6 on white background.


Black color preview on #FCD3B6 background

This text has black color on #FCD3B6 background.


White color preview on #FCD3B6 background

This text has white color on #FCD3B6 background.


Related colors

Complementary color

Complementary color for #hex is #032C49.


I love getcolorcode.com

Triadic colors

1 #B6FCD3 and #D3B6FC with #FCD3B6 are triadic colors.

2 #B6D3FC and #D3FCB6 with #FCD3B6 are triadic colors.