COLOR #FCE2DB

HEX: #FCE2DB RGB: (252,226,219)

Color info

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

RGB color model

#FCE2DB color RGB value is (252,226,219).

RGB: (252,226,219) (99%, 89%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 226 of 255 = 89%
B 219 of 255 = 86%

252
226
219

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

Portions of RGB colors in percentages

R + G + B = 252 + 226 + 219 = 697 (100%)
R 252 of 697 ~ 36.15%
G 226 of 697 ~ 32.42%
B 219 of 697 ~ 31.42'%

%36.15
%32.42
%31.42

CMYK color model

#FCE2DB color CMYK value is (0,10,13,1).

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

CMYK: (0,10,13,1)
C0M10Y13K1 (0%, 10%, 13%, 1%)
(0.00 / 0.10 / 0.13 / 0.01)

CMYK percentages

%0
%10.32
%13.1
%1.18

Codes

Color #FCE2DB in popluar color models

FC E2 DB
RGB 252 226 219
HSL 13° 84.62% 92.35%
HSB/HSV 13° 13.10% 98.82%
CMYK 0.00% 10.32% 13.10%
1.18%

Color #FCE2DB in popluar number systems.

HEX FC E2 DB
Decimal 252 226 219
Binary 11111100 11100010 11011011
Octal 374 342 333

Shades and tints

Shades of #FCE2DB

#FCE2DB
(252,226,219)
#E6CEC8
(230,206,200)
#D0BAB5
(208,186,181)
#BAA6A2
(186,166,162)
#A4928F
(164,146,143)
#8E7E7C
(142,126,124)
#786A69
(120,106,105)
#625656
(98,86,86)
#4C4243
(76,66,67)
#362E30
(54,46,48)
#201A1D
(32,26,29)
#000000
(0,0,0)

Tints of #FCE2DB

#FCE2DB
(252,226,219)
#FCE4DE
(252,228,222)
#FCE6E1
(252,230,225)
#FCE8E4
(252,232,228)
#FCEAE7
(252,234,231)
#FCECEA
(252,236,234)
#FCEEED
(252,238,237)
#FCF0F0
(252,240,240)
#FCF2F3
(252,242,243)
#FCF4F6
(252,244,246)
#FCF6F9
(252,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE2DB; }

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

This text font color is #FCE2DB.

Background Color

.myBgColor { background-color: #FCE2DB; }

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

This div background color is #FCE2DB.

Border color

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

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

This div border color is #FCE2DB.

Opacity

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

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

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

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

This text has shadow with #FCE2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE2DB.

Preview

Color preview on black background

This text has color #FCE2DB on black background.


Color preview on white background

This text has color #FCE2DB on white background.


Black color preview on #FCE2DB background

This text has black color on #FCE2DB background.


White color preview on #FCE2DB background

This text has white color on #FCE2DB background.


Related colors

Complementary color

Complementary color for #hex is #031D24.


I love getcolorcode.com

Triadic colors

1 #DBFCE2 and #E2DBFC with #FCE2DB are triadic colors.

2 #DBE2FC and #E2FCDB with #FCE2DB are triadic colors.