COLOR #FCEDCE

HEX: #FCEDCE
RGB: (252,237,206)

Color info

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

RGB color model

#FCEDCE color RGB value is (252,237,206).

  • red value is 252;
  • green value is 237;
  • blue value is 206.
RGB:
(252,237,206)
(99%,93%,81%)

RGB channels and saturation

R 252 of 255 = 99%
G 237 of 255 = 93%
B 206 of 255 = 81%

252
237
206

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

Portions of RGB colors in percentages

R + G + B =
252 + 237 + 206 = 695 (100%)
R 252 of 695 ~ 36.26%
G 237 of 695 ~ 34.1%
B 206 of 695 ~ 29.64%

%36.26
%34.1
%29.64

CMYK color model

#FCEDCE color CMYK value is (0,6,18,1).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 18.25%
  • key color value is 1.18%
CMYK:
(0,6,18,1)
C0M6Y18K1 
(0%,6%,18%,1%)
(0.00/0.06/0.18/0.01)	

CMYK percentages

%0
%5.95
%18.25
%1.18

Codes

Color #FCEDCE in popluar color models

FCEDCE
RGB252237206
HSL40°88.46%89.80%
HSB/HSV40°18.25%98.82%
CMYK0.00%5.95%18.25%
1.18%

Color #FCEDCE in popluar number systems.

HEXFCEDCE
Decimal252237206
Binary111111001110110111001110
Octal374355316

Shades and tints

Shades of #FCEDCE

#FCEDCE
(252,237,206)
#E6D8BC
(230,216,188)
#D0C3AA
(208,195,170)
#BAAE98
(186,174,152)
#A49986
(164,153,134)
#8E8474
(142,132,116)
#786F62
(120,111,98)
#625A50
(98,90,80)
#4C453E
(76,69,62)
#36302C
(54,48,44)
#201B1A
(32,27,26)
#000000
(0,0,0)

Tints of #FCEDCE

#FCEDCE
(252,237,206)
#FCEED2
(252,238,210)
#FCEFD6
(252,239,214)
#FCF0DA
(252,240,218)
#FCF1DE
(252,241,222)
#FCF2E2
(252,242,226)
#FCF3E6
(252,243,230)
#FCF4EA
(252,244,234)
#FCF5EE
(252,245,238)
#FCF6F2
(252,246,242)
#FCF7F6
(252,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCEDCE color. Also use rgb(252,237,206) instead hex code.

Text Font Color

.myTextColor { color: #FCEDCE; }

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

This text font color is #FCEDCE.


Background Color

.myBgColor { background-color: #FCEDCE; }

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

This div background color is #FCEDCE.


Border color

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

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

This div border color is #FCEDCE.


Opacity

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

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

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

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

This text has shadow with #FCEDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEDCE on black background.


Color preview on white background

This text has color #FCEDCE on white background.



Black color preview on #FCEDCE background

This text has black color on #FCEDCE background.


White color preview on #FCEDCE background

This text has white color on #FCEDCE background.