COLOR #FCD5BD

HEX: #FCD5BD
RGB: (252,213,189)

Color info

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

RGB color model

#FCD5BD color RGB value is (252,213,189).

  • red value is 252;
  • green value is 213;
  • blue value is 189.
RGB:
(252,213,189)
(99%,84%,74%)

RGB channels and saturation

R 252 of 255 = 99%
G 213 of 255 = 84%
B 189 of 255 = 74%

252
213
189

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

Portions of RGB colors in percentages

R + G + B =
252 + 213 + 189 = 654 (100%)
R 252 of 654 ~ 38.53%
G 213 of 654 ~ 32.57%
B 189 of 654 ~ 28.9%

%38.53
%32.57
%28.9

CMYK color model

#FCD5BD color CMYK value is (0,15,25,1).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 25.00%
  • key color value is 1.18%
CMYK:
(0,15,25,1)
C0M15Y25K1 
(0%,15%,25%,1%)
(0.00/0.15/0.25/0.01)	

CMYK percentages

%0
%15.48
%25
%1.18

Codes

Color #FCD5BD in popluar color models

FCD5BD
RGB252213189
HSL23°91.30%86.47%
HSB/HSV23°25.00%98.82%
CMYK0.00%15.48%25.00%
1.18%

Color #FCD5BD in popluar number systems.

HEXFCD5BD
Decimal252213189
Binary111111001101010110111101
Octal374325275

Shades and tints

Shades of #FCD5BD

#FCD5BD
(252,213,189)
#E6C2AC
(230,194,172)
#D0AF9B
(208,175,155)
#BA9C8A
(186,156,138)
#A48979
(164,137,121)
#8E7668
(142,118,104)
#786357
(120,99,87)
#625046
(98,80,70)
#4C3D35
(76,61,53)
#362A24
(54,42,36)
#201713
(32,23,19)
#000000
(0,0,0)

Tints of #FCD5BD

#FCD5BD
(252,213,189)
#FCD8C3
(252,216,195)
#FCDBC9
(252,219,201)
#FCDECF
(252,222,207)
#FCE1D5
(252,225,213)
#FCE4DB
(252,228,219)
#FCE7E1
(252,231,225)
#FCEAE7
(252,234,231)
#FCEDED
(252,237,237)
#FCF0F3
(252,240,243)
#FCF3F9
(252,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD5BD color. Also use rgb(252,213,189) instead hex code.

Text Font Color

.myTextColor { color: #FCD5BD; }

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

This text font color is #FCD5BD.


Background Color

.myBgColor { background-color: #FCD5BD; }

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

This div background color is #FCD5BD.


Border color

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

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

This div border color is #FCD5BD.


Opacity

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

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

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

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

This text has shadow with #FCD5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD5BD on black background.


Color preview on white background

This text has color #FCD5BD on white background.



Black color preview on #FCD5BD background

This text has black color on #FCD5BD background.


White color preview on #FCD5BD background

This text has white color on #FCD5BD background.