COLOR #FCE3D4

HEX: #FCE3D4 RGB: (252,227,212)

Color info

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

RGB color model

#FCE3D4 color RGB value is (252,227,212).

RGB: (252,227,212) (99%, 89%, 83%)

RGB channels and saturation

R 252 of 255 = 99%
G 227 of 255 = 89%
B 212 of 255 = 83%

252
227
212

R + G + B ~ 90%. #FCE3D4 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 227 + 212 = 691 (100%)
R 252 of 691 ~ 36.47%
G 227 of 691 ~ 32.85%
B 212 of 691 ~ 30.68'%

%36.47
%32.85
%30.68

CMYK color model

#FCE3D4 color CMYK value is (0,10,16,1).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 15.87%
  • key color value is 1.18%

CMYK: (0,10,16,1)
C0M10Y16K1 (0%, 10%, 16%, 1%)
(0.00 / 0.10 / 0.16 / 0.01)

CMYK percentages

%0
%9.92
%15.87
%1.18

Codes

Color #FCE3D4 in popluar color models

FC E3 D4
RGB 252 227 212
HSL 23° 86.96% 90.98%
HSB/HSV 23° 15.87% 98.82%
CMYK 0.00% 9.92% 15.87%
1.18%

Color #FCE3D4 in popluar number systems.

HEX FC E3 D4
Decimal 252 227 212
Binary 11111100 11100011 11010100
Octal 374 343 324

Shades and tints

Shades of #FCE3D4

#FCE3D4
(252,227,212)
#E6CFC1
(230,207,193)
#D0BBAE
(208,187,174)
#BAA79B
(186,167,155)
#A49388
(164,147,136)
#8E7F75
(142,127,117)
#786B62
(120,107,98)
#62574F
(98,87,79)
#4C433C
(76,67,60)
#362F29
(54,47,41)
#201B16
(32,27,22)
#000000
(0,0,0)

Tints of #FCE3D4

#FCE3D4
(252,227,212)
#FCE5D7
(252,229,215)
#FCE7DA
(252,231,218)
#FCE9DD
(252,233,221)
#FCEBE0
(252,235,224)
#FCEDE3
(252,237,227)
#FCEFE6
(252,239,230)
#FCF1E9
(252,241,233)
#FCF3EC
(252,243,236)
#FCF5EF
(252,245,239)
#FCF7F2
(252,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE3D4 color. Also use rgb(252,227,212) instead hex code.

Text Font Color

.myTextColor { color: #FCE3D4; }

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

This text font color is #FCE3D4.

Background Color

.myBgColor { background-color: #FCE3D4; }

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

This div background color is #FCE3D4.

Border color

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

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

This div border color is #FCE3D4.

Opacity

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

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

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

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

This text has shadow with #FCE3D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE3D4.

Preview

Color preview on black background

This text has color #FCE3D4 on black background.


Color preview on white background

This text has color #FCE3D4 on white background.


Black color preview on #FCE3D4 background

This text has black color on #FCE3D4 background.


White color preview on #FCE3D4 background

This text has white color on #FCE3D4 background.


Related colors

Complementary color

Complementary color for #hex is #031C2B.


I love getcolorcode.com

Triadic colors

1 #D4FCE3 and #E3D4FC with #FCE3D4 are triadic colors.

2 #D4E3FC and #E3FCD4 with #FCE3D4 are triadic colors.