COLOR #FCD1B0

HEX: #FCD1B0
RGB: (252,209,176)

Color info

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

RGB color model

#FCD1B0 color RGB value is (252,209,176).

  • red value is 252;
  • green value is 209;
  • blue value is 176.
RGB:
(252,209,176)
(99%,82%,69%)

RGB channels and saturation

R 252 of 255 = 99%
G 209 of 255 = 82%
B 176 of 255 = 69%

252
209
176

R + G + B ~ 83%. #FCD1B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 209 + 176 = 637 (100%)
R 252 of 637 ~ 39.56%
G 209 of 637 ~ 32.81%
B 176 of 637 ~ 27.63%

%39.56
%32.81
%27.63

CMYK color model

#FCD1B0 color CMYK value is (0,17,30,1).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 30.16%
  • key color value is 1.18%
CMYK:
(0,17,30,1)
C0M17Y30K1 
(0%,17%,30%,1%)
(0.00/0.17/0.30/0.01)	

CMYK percentages

%0
%17.06
%30.16
%1.18

Codes

Color #FCD1B0 in popluar color models

FCD1B0
RGB252209176
HSL26°92.68%83.92%
HSB/HSV26°30.16%98.82%
CMYK0.00%17.06%30.16%
1.18%

Color #FCD1B0 in popluar number systems.

HEXFCD1B0
Decimal252209176
Binary111111001101000110110000
Octal374321260

Shades and tints

Shades of #FCD1B0

#FCD1B0
(252,209,176)
#E6BEA0
(230,190,160)
#D0AB90
(208,171,144)
#BA9880
(186,152,128)
#A48570
(164,133,112)
#8E7260
(142,114,96)
#785F50
(120,95,80)
#624C40
(98,76,64)
#4C3930
(76,57,48)
#362620
(54,38,32)
#201310
(32,19,16)
#000000
(0,0,0)

Tints of #FCD1B0

#FCD1B0
(252,209,176)
#FCD5B7
(252,213,183)
#FCD9BE
(252,217,190)
#FCDDC5
(252,221,197)
#FCE1CC
(252,225,204)
#FCE5D3
(252,229,211)
#FCE9DA
(252,233,218)
#FCEDE1
(252,237,225)
#FCF1E8
(252,241,232)
#FCF5EF
(252,245,239)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD1B0 color. Also use rgb(252,209,176) instead hex code.

Text Font Color

.myTextColor { color: #FCD1B0; }

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

This text font color is #FCD1B0.


Background Color

.myBgColor { background-color: #FCD1B0; }

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

This div background color is #FCD1B0.


Border color

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

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

This div border color is #FCD1B0.


Opacity

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

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

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

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

This text has shadow with #FCD1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD1B0 on black background.


Color preview on white background

This text has color #FCD1B0 on white background.



Black color preview on #FCD1B0 background

This text has black color on #FCD1B0 background.


White color preview on #FCD1B0 background

This text has white color on #FCD1B0 background.