COLOR #FCE6DF

HEX: #FCE6DF RGB: (252,230,223)

Color info

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

RGB color model

#FCE6DF color RGB value is (252,230,223).

RGB: (252,230,223) (99%, 90%, 87%)

RGB channels and saturation

R 252 of 255 = 99%
G 230 of 255 = 90%
B 223 of 255 = 87%

252
230
223

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

Portions of RGB colors in percentages

R + G + B = 252 + 230 + 223 = 705 (100%)
R 252 of 705 ~ 35.74%
G 230 of 705 ~ 32.62%
B 223 of 705 ~ 31.63'%

%35.74
%32.62
%31.63

CMYK color model

#FCE6DF color CMYK value is (0,9,12,1).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 11.51%
  • key color value is 1.18%
CMYK: (0,9,12,1) C0M9Y12K1 (0%,9%,12%,1%) (0.00/0.09/0.12/0.01) 

CMYK percentages

%0
%8.73
%11.51
%1.18

Codes

Color #FCE6DF in popluar color models

FC E6 DF
RGB 252 230 223
HSL 14° 82.86% 93.14%
HSB/HSV 14° 11.51% 98.82%
CMYK 0.00% 8.73% 11.51%
1.18%

Color #FCE6DF in popluar number systems.

HEX FC E6 DF
Decimal 252 230 223
Binary 11111100 11100110 11011111
Octal 374 346 337

Shades and tints

Shades of #FCE6DF

#FCE6DF
(252,230,223)
#E6D2CB
(230,210,203)
#D0BEB7
(208,190,183)
#BAAAA3
(186,170,163)
#A4968F
(164,150,143)
#8E827B
(142,130,123)
#786E67
(120,110,103)
#625A53
(98,90,83)
#4C463F
(76,70,63)
#36322B
(54,50,43)
#201E17
(32,30,23)
#000000
(0,0,0)

Tints of #FCE6DF

#FCE6DF
(252,230,223)
#FCE8E1
(252,232,225)
#FCEAE3
(252,234,227)
#FCECE5
(252,236,229)
#FCEEE7
(252,238,231)
#FCF0E9
(252,240,233)
#FCF2EB
(252,242,235)
#FCF4ED
(252,244,237)
#FCF6EF
(252,246,239)
#FCF8F1
(252,248,241)
#FCFAF3
(252,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE6DF color. Also use rgb(252,230,223) instead hex code.

Text Font Color

.myTextColor { color: #FCE6DF; }

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

This text font color is #FCE6DF.

Background Color

.myBgColor { background-color: #FCE6DF; }

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

This div background color is #FCE6DF.

Border color

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

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

This div border color is #FCE6DF.

Opacity

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

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

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

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

This text has shadow with #FCE6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE6DF.

Preview

Color preview on black background

This text has color #FCE6DF on black background.


Color preview on white background

This text has color #FCE6DF on white background.


Black color preview on #FCE6DF background

This text has black color on #FCE6DF background.


White color preview on #FCE6DF background

This text has white color on #FCE6DF background.


Related colors

Complementary color

Complementary color for #hex is #031920.


I love getcolorcode.com

Triadic colors

1 #DFFCE6 and #E6DFFC with #FCE6DF are triadic colors.

2 #DFE6FC and #E6FCDF with #FCE6DF are triadic colors.