COLOR #FCE5DB

HEX: #FCE5DB RGB: (252,229,219)

Color info

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

RGB color model

#FCE5DB color RGB value is (252,229,219).

RGB: (252,229,219) (99%, 90%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 229 of 255 = 90%
B 219 of 255 = 86%

252
229
219

R + G + B ~ 92%. #FCE5DB is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 229 + 219 = 700 (100%)
R 252 of 700 ~ 36%
G 229 of 700 ~ 32.71%
B 219 of 700 ~ 31.29'%

%36
%32.71
%31.29

CMYK color model

#FCE5DB color CMYK value is (0,9,13,1).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 13.10%
  • key color value is 1.18%

CMYK: (0,9,13,1)
C0M9Y13K1 (0%, 9%, 13%, 1%)
(0.00 / 0.09 / 0.13 / 0.01)

CMYK percentages

%0
%9.13
%13.1
%1.18

Codes

Color #FCE5DB in popluar color models

FC E5 DB
RGB 252 229 219
HSL 18° 84.62% 92.35%
HSB/HSV 18° 13.10% 98.82%
CMYK 0.00% 9.13% 13.10%
1.18%

Color #FCE5DB in popluar number systems.

HEX FC E5 DB
Decimal 252 229 219
Binary 11111100 11100101 11011011
Octal 374 345 333

Shades and tints

Shades of #FCE5DB

#FCE5DB
(252,229,219)
#E6D1C8
(230,209,200)
#D0BDB5
(208,189,181)
#BAA9A2
(186,169,162)
#A4958F
(164,149,143)
#8E817C
(142,129,124)
#786D69
(120,109,105)
#625956
(98,89,86)
#4C4543
(76,69,67)
#363130
(54,49,48)
#201D1D
(32,29,29)
#000000
(0,0,0)

Tints of #FCE5DB

#FCE5DB
(252,229,219)
#FCE7DE
(252,231,222)
#FCE9E1
(252,233,225)
#FCEBE4
(252,235,228)
#FCEDE7
(252,237,231)
#FCEFEA
(252,239,234)
#FCF1ED
(252,241,237)
#FCF3F0
(252,243,240)
#FCF5F3
(252,245,243)
#FCF7F6
(252,247,246)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE5DB color. Also use rgb(252,229,219) instead hex code.

Text Font Color

.myTextColor { color: #FCE5DB; }

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

This text font color is #FCE5DB.

Background Color

.myBgColor { background-color: #FCE5DB; }

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

This div background color is #FCE5DB.

Border color

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

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

This div border color is #FCE5DB.

Opacity

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

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

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

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

This text has shadow with #FCE5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE5DB.

Preview

Color preview on black background

This text has color #FCE5DB on black background.


Color preview on white background

This text has color #FCE5DB on white background.


Black color preview on #FCE5DB background

This text has black color on #FCE5DB background.


White color preview on #FCE5DB background

This text has white color on #FCE5DB background.


Related colors

Complementary color

Complementary color for #hex is #031A24.


I love getcolorcode.com

Triadic colors

1 #DBFCE5 and #E5DBFC with #FCE5DB are triadic colors.

2 #DBE5FC and #E5FCDB with #FCE5DB are triadic colors.