COLOR #FCEFDE

HEX: #FCEFDE
RGB: (252,239,222)

Color info

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

RGB color model

#FCEFDE color RGB value is (252,239,222).

  • red value is 252;
  • green value is 239;
  • blue value is 222.
RGB:
(252,239,222)
(99%,94%,87%)

RGB channels and saturation

R 252 of 255 = 99%
G 239 of 255 = 94%
B 222 of 255 = 87%

252
239
222

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

Portions of RGB colors in percentages

R + G + B =
252 + 239 + 222 = 713 (100%)
R 252 of 713 ~ 35.34%
G 239 of 713 ~ 33.52%
B 222 of 713 ~ 31.14%

%35.34
%33.52
%31.14

CMYK color model

#FCEFDE color CMYK value is (0,5,12,1).

  • cyan value is 0.00%
  • magenta value is 5.16%
  • yellow value is 11.90%
  • key color value is 1.18%
CMYK:
(0,5,12,1)
C0M5Y12K1 
(0%,5%,12%,1%)
(0.00/0.05/0.12/0.01)	

CMYK percentages

%0
%5.16
%11.9
%1.18

Codes

Color #FCEFDE in popluar color models

FCEFDE
RGB252239222
HSL34°83.33%92.94%
HSB/HSV34°11.90%98.82%
CMYK0.00%5.16%11.90%
1.18%

Color #FCEFDE in popluar number systems.

HEXFCEFDE
Decimal252239222
Binary111111001110111111011110
Octal374357336

Shades and tints

Shades of #FCEFDE

#FCEFDE
(252,239,222)
#E6DACA
(230,218,202)
#D0C5B6
(208,197,182)
#BAB0A2
(186,176,162)
#A49B8E
(164,155,142)
#8E867A
(142,134,122)
#787166
(120,113,102)
#625C52
(98,92,82)
#4C473E
(76,71,62)
#36322A
(54,50,42)
#201D16
(32,29,22)
#000000
(0,0,0)

Tints of #FCEFDE

#FCEFDE
(252,239,222)
#FCF0E1
(252,240,225)
#FCF1E4
(252,241,228)
#FCF2E7
(252,242,231)
#FCF3EA
(252,243,234)
#FCF4ED
(252,244,237)
#FCF5F0
(252,245,240)
#FCF6F3
(252,246,243)
#FCF7F6
(252,247,246)
#FCF8F9
(252,248,249)
#FCF9FC
(252,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEFDE; }

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

This text font color is #FCEFDE.


Background Color

.myBgColor { background-color: #FCEFDE; }

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

This div background color is #FCEFDE.


Border color

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

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

This div border color is #FCEFDE.


Opacity

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

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

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

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

This text has shadow with #FCEFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEFDE on black background.


Color preview on white background

This text has color #FCEFDE on white background.



Black color preview on #FCEFDE background

This text has black color on #FCEFDE background.


White color preview on #FCEFDE background

This text has white color on #FCEFDE background.