COLOR #FCD8C5

HEX: #FCD8C5 RGB: (252,216,197)

Color info

#FCD8C5 contains red, green and blue colors in about the same proportion. Web safe color of #FCD8C5 is #FFCCCC (or #FCC).

RGB color model

#FCD8C5 color RGB value is (252,216,197).

RGB: (252,216,197) (99%, 85%, 77%)

RGB channels and saturation

R 252 of 255 = 99%
G 216 of 255 = 85%
B 197 of 255 = 77%

252
216
197

R + G + B ~ 87%. #FCD8C5 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 216 + 197 = 665 (100%)
R 252 of 665 ~ 37.89%
G 216 of 665 ~ 32.48%
B 197 of 665 ~ 29.62'%

%37.89
%32.48
%29.62

CMYK color model

#FCD8C5 color CMYK value is (0,14,22,1).

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

CMYK: (0,14,22,1)
C0M14Y22K1 (0%, 14%, 22%, 1%)
(0.00 / 0.14 / 0.22 / 0.01)

CMYK percentages

%0
%14.29
%21.83
%1.18

Codes

Color #FCD8C5 in popluar color models

FC D8 C5
RGB 252 216 197
HSL 21° 90.16% 88.04%
HSB/HSV 21° 21.83% 98.82%
CMYK 0.00% 14.29% 21.83%
1.18%

Color #FCD8C5 in popluar number systems.

HEX FC D8 C5
Decimal 252 216 197
Binary 11111100 11011000 11000101
Octal 374 330 305

Shades and tints

Shades of #FCD8C5

#FCD8C5
(252,216,197)
#E6C5B4
(230,197,180)
#D0B2A3
(208,178,163)
#BA9F92
(186,159,146)
#A48C81
(164,140,129)
#8E7970
(142,121,112)
#78665F
(120,102,95)
#62534E
(98,83,78)
#4C403D
(76,64,61)
#362D2C
(54,45,44)
#201A1B
(32,26,27)
#000000
(0,0,0)

Tints of #FCD8C5

#FCD8C5
(252,216,197)
#FCDBCA
(252,219,202)
#FCDECF
(252,222,207)
#FCE1D4
(252,225,212)
#FCE4D9
(252,228,217)
#FCE7DE
(252,231,222)
#FCEAE3
(252,234,227)
#FCEDE8
(252,237,232)
#FCF0ED
(252,240,237)
#FCF3F2
(252,243,242)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD8C5; }

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

This text font color is #FCD8C5.

Background Color

.myBgColor { background-color: #FCD8C5; }

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

This div background color is #FCD8C5.

Border color

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

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

This div border color is #FCD8C5.

Opacity

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

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

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

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

This text has shadow with #FCD8C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD8C5.

Preview

Color preview on black background

This text has color #FCD8C5 on black background.


Color preview on white background

This text has color #FCD8C5 on white background.


Black color preview on #FCD8C5 background

This text has black color on #FCD8C5 background.


White color preview on #FCD8C5 background

This text has white color on #FCD8C5 background.


Related colors

Complementary color

Complementary color for #hex is #03273A.


I love getcolorcode.com

Triadic colors

1 #C5FCD8 and #D8C5FC with #FCD8C5 are triadic colors.

2 #C5D8FC and #D8FCC5 with #FCD8C5 are triadic colors.