COLOR #FCECDE

HEX: #FCECDE RGB: (252,236,222)

Color info

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

RGB color model

#FCECDE color RGB value is (252,236,222).

RGB: (252,236,222) (99%, 93%, 87%)

RGB channels and saturation

R 252 of 255 = 99%
G 236 of 255 = 93%
B 222 of 255 = 87%

252
236
222

R + G + B ~ 93%. #FCECDE is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 236 + 222 = 710 (100%)
R 252 of 710 ~ 35.49%
G 236 of 710 ~ 33.24%
B 222 of 710 ~ 31.27'%

%35.49
%33.24
%31.27

CMYK color model

#FCECDE color CMYK value is (0,6,12,1).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 11.90%
  • key color value is 1.18%

CMYK: (0,6,12,1)
C0M6Y12K1 (0%, 6%, 12%, 1%)
(0.00 / 0.06 / 0.12 / 0.01)

CMYK percentages

%0
%6.35
%11.9
%1.18

Codes

Color #FCECDE in popluar color models

FC EC DE
RGB 252 236 222
HSL 28° 83.33% 92.94%
HSB/HSV 28° 11.90% 98.82%
CMYK 0.00% 6.35% 11.90%
1.18%

Color #FCECDE in popluar number systems.

HEX FC EC DE
Decimal 252 236 222
Binary 11111100 11101100 11011110
Octal 374 354 336

Shades and tints

Shades of #FCECDE

#FCECDE
(252,236,222)
#E6D7CA
(230,215,202)
#D0C2B6
(208,194,182)
#BAADA2
(186,173,162)
#A4988E
(164,152,142)
#8E837A
(142,131,122)
#786E66
(120,110,102)
#625952
(98,89,82)
#4C443E
(76,68,62)
#362F2A
(54,47,42)
#201A16
(32,26,22)
#000000
(0,0,0)

Tints of #FCECDE

#FCECDE
(252,236,222)
#FCEDE1
(252,237,225)
#FCEEE4
(252,238,228)
#FCEFE7
(252,239,231)
#FCF0EA
(252,240,234)
#FCF1ED
(252,241,237)
#FCF2F0
(252,242,240)
#FCF3F3
(252,243,243)
#FCF4F6
(252,244,246)
#FCF5F9
(252,245,249)
#FCF6FC
(252,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCECDE color. Also use rgb(252,236,222) instead hex code.

Text Font Color

.myTextColor { color: #FCECDE; }

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

This text font color is #FCECDE.

Background Color

.myBgColor { background-color: #FCECDE; }

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

This div background color is #FCECDE.

Border color

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

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

This div border color is #FCECDE.

Opacity

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

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

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

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

This text has shadow with #FCECDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCECDE.

Preview

Color preview on black background

This text has color #FCECDE on black background.


Color preview on white background

This text has color #FCECDE on white background.


Black color preview on #FCECDE background

This text has black color on #FCECDE background.


White color preview on #FCECDE background

This text has white color on #FCECDE background.


Related colors

Complementary color

Complementary color for #hex is #031321.


I love getcolorcode.com

Triadic colors

1 #DEFCEC and #ECDEFC with #FCECDE are triadic colors.

2 #DEECFC and #ECFCDE with #FCECDE are triadic colors.