COLOR #FCE7D2

HEX: #FCE7D2 RGB: (252,231,210)

Color info

#FCE7D2 contains red, green and blue colors in about the same proportion. Web safe color of #FCE7D2 is #FFFFCC (or #FFC).

RGB color model

#FCE7D2 color RGB value is (252,231,210).

RGB: (252,231,210) (99%, 91%, 82%)

RGB channels and saturation

R 252 of 255 = 99%
G 231 of 255 = 91%
B 210 of 255 = 82%

252
231
210

R + G + B ~ 91%. #FCE7D2 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 231 + 210 = 693 (100%)
R 252 of 693 ~ 36.36%
G 231 of 693 ~ 33.33%
B 210 of 693 ~ 30.3'%

%36.36
%33.33
%30.3

CMYK color model

#FCE7D2 color CMYK value is (0,8,17,1).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 16.67%
  • key color value is 1.18%

CMYK: (0,8,17,1)
C0M8Y17K1 (0%, 8%, 17%, 1%)
(0.00 / 0.08 / 0.17 / 0.01)

CMYK percentages

%0
%8.33
%16.67
%1.18

Codes

Color #FCE7D2 in popluar color models

FC E7 D2
RGB 252 231 210
HSL 30° 87.50% 90.59%
HSB/HSV 30° 16.67% 98.82%
CMYK 0.00% 8.33% 16.67%
1.18%

Color #FCE7D2 in popluar number systems.

HEX FC E7 D2
Decimal 252 231 210
Binary 11111100 11100111 11010010
Octal 374 347 322

Shades and tints

Shades of #FCE7D2

#FCE7D2
(252,231,210)
#E6D2BF
(230,210,191)
#D0BDAC
(208,189,172)
#BAA899
(186,168,153)
#A49386
(164,147,134)
#8E7E73
(142,126,115)
#786960
(120,105,96)
#62544D
(98,84,77)
#4C3F3A
(76,63,58)
#362A27
(54,42,39)
#201514
(32,21,20)
#000000
(0,0,0)

Tints of #FCE7D2

#FCE7D2
(252,231,210)
#FCE9D6
(252,233,214)
#FCEBDA
(252,235,218)
#FCEDDE
(252,237,222)
#FCEFE2
(252,239,226)
#FCF1E6
(252,241,230)
#FCF3EA
(252,243,234)
#FCF5EE
(252,245,238)
#FCF7F2
(252,247,242)
#FCF9F6
(252,249,246)
#FCFBFA
(252,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE7D2 color. Also use rgb(252,231,210) instead hex code.

Text Font Color

.myTextColor { color: #FCE7D2; }

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

This text font color is #FCE7D2.

Background Color

.myBgColor { background-color: #FCE7D2; }

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

This div background color is #FCE7D2.

Border color

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

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

This div border color is #FCE7D2.

Opacity

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

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

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

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

This text has shadow with #FCE7D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE7D2.

Preview

Color preview on black background

This text has color #FCE7D2 on black background.


Color preview on white background

This text has color #FCE7D2 on white background.


Black color preview on #FCE7D2 background

This text has black color on #FCE7D2 background.


White color preview on #FCE7D2 background

This text has white color on #FCE7D2 background.


Related colors

Complementary color

Complementary color for #hex is #03182D.


I love getcolorcode.com

Triadic colors

1 #D2FCE7 and #E7D2FC with #FCE7D2 are triadic colors.

2 #D2E7FC and #E7FCD2 with #FCE7D2 are triadic colors.