COLOR #FCD3B3

HEX: #FCD3B3 RGB: (252,211,179)

Color info

#FCD3B3 contains mainly red and green colors. Web safe color of #FCD3B3 is #FFCC99 (or #FC9).

RGB color model

#FCD3B3 color RGB value is (252,211,179).

RGB: (252,211,179) (99%, 83%, 70%)

RGB channels and saturation

R 252 of 255 = 99%
G 211 of 255 = 83%
B 179 of 255 = 70%

252
211
179

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

Portions of RGB colors in percentages

R + G + B = 252 + 211 + 179 = 642 (100%)
R 252 of 642 ~ 39.25%
G 211 of 642 ~ 32.87%
B 179 of 642 ~ 27.88'%

%39.25
%32.87
%27.88

CMYK color model

#FCD3B3 color CMYK value is (0,16,29,1).

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

CMYK: (0,16,29,1)
C0M16Y29K1 (0%, 16%, 29%, 1%)
(0.00 / 0.16 / 0.29 / 0.01)

CMYK percentages

%0
%16.27
%28.97
%1.18

Codes

Color #FCD3B3 in popluar color models

FC D3 B3
RGB 252 211 179
HSL 26° 92.41% 84.51%
HSB/HSV 26° 28.97% 98.82%
CMYK 0.00% 16.27% 28.97%
1.18%

Color #FCD3B3 in popluar number systems.

HEX FC D3 B3
Decimal 252 211 179
Binary 11111100 11010011 10110011
Octal 374 323 263

Shades and tints

Shades of #FCD3B3

#FCD3B3
(252,211,179)
#E6C0A3
(230,192,163)
#D0AD93
(208,173,147)
#BA9A83
(186,154,131)
#A48773
(164,135,115)
#8E7463
(142,116,99)
#786153
(120,97,83)
#624E43
(98,78,67)
#4C3B33
(76,59,51)
#362823
(54,40,35)
#201513
(32,21,19)
#000000
(0,0,0)

Tints of #FCD3B3

#FCD3B3
(252,211,179)
#FCD7B9
(252,215,185)
#FCDBBF
(252,219,191)
#FCDFC5
(252,223,197)
#FCE3CB
(252,227,203)
#FCE7D1
(252,231,209)
#FCEBD7
(252,235,215)
#FCEFDD
(252,239,221)
#FCF3E3
(252,243,227)
#FCF7E9
(252,247,233)
#FCFBEF
(252,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD3B3; }

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

This text font color is #FCD3B3.

Background Color

.myBgColor { background-color: #FCD3B3; }

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

This div background color is #FCD3B3.

Border color

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

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

This div border color is #FCD3B3.

Opacity

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

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

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

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

This text has shadow with #FCD3B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD3B3.

Preview

Color preview on black background

This text has color #FCD3B3 on black background.


Color preview on white background

This text has color #FCD3B3 on white background.


Black color preview on #FCD3B3 background

This text has black color on #FCD3B3 background.


White color preview on #FCD3B3 background

This text has white color on #FCD3B3 background.


Related colors

Complementary color

Complementary color for #hex is #032C4C.


I love getcolorcode.com

Triadic colors

1 #B3FCD3 and #D3B3FC with #FCD3B3 are triadic colors.

2 #B3D3FC and #D3FCB3 with #FCD3B3 are triadic colors.