COLOR #FCEFDF

HEX: #FCEFDF RGB: (252,239,223)

Color info

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

RGB color model

#FCEFDF color RGB value is (252,239,223).

RGB: (252,239,223) (99%, 94%, 87%)

RGB channels and saturation

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

252
239
223

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

Portions of RGB colors in percentages

R + G + B = 252 + 239 + 223 = 714 (100%)
R 252 of 714 ~ 35.29%
G 239 of 714 ~ 33.47%
B 223 of 714 ~ 31.23'%

%35.29
%33.47
%31.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.16%
  • yellow value is 11.51%
  • 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.51
%1.18

Codes

Color #FCEFDF in popluar color models

FC EF DF
RGB 252 239 223
HSL 33° 82.86% 93.14%
HSB/HSV 33° 11.51% 98.82%
CMYK 0.00% 5.16% 11.51%
1.18%

Color #FCEFDF in popluar number systems.

HEX FC EF DF
Decimal 252 239 223
Binary 11111100 11101111 11011111
Octal 374 357 337

Shades and tints

Shades of #FCEFDF

#FCEFDF
(252,239,223)
#E6DACB
(230,218,203)
#D0C5B7
(208,197,183)
#BAB0A3
(186,176,163)
#A49B8F
(164,155,143)
#8E867B
(142,134,123)
#787167
(120,113,103)
#625C53
(98,92,83)
#4C473F
(76,71,63)
#36322B
(54,50,43)
#201D17
(32,29,23)
#000000
(0,0,0)

Tints of #FCEFDF

#FCEFDF
(252,239,223)
#FCF0E1
(252,240,225)
#FCF1E3
(252,241,227)
#FCF2E5
(252,242,229)
#FCF3E7
(252,243,231)
#FCF4E9
(252,244,233)
#FCF5EB
(252,245,235)
#FCF6ED
(252,246,237)
#FCF7EF
(252,247,239)
#FCF8F1
(252,248,241)
#FCF9F3
(252,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEFDF; }

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

This text font color is #FCEFDF.

Background Color

.myBgColor { background-color: #FCEFDF; }

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

This div background color is #FCEFDF.

Border color

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

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

This div border color is #FCEFDF.

Opacity

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

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

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

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

This text has shadow with #FCEFDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEFDF.

Preview

Color preview on black background

This text has color #FCEFDF on black background.


Color preview on white background

This text has color #FCEFDF on white background.


Black color preview on #FCEFDF background

This text has black color on #FCEFDF background.


White color preview on #FCEFDF background

This text has white color on #FCEFDF background.


Related colors

Complementary color

Complementary color for #hex is #031020.


I love getcolorcode.com

Triadic colors

1 #DFFCEF and #EFDFFC with #FCEFDF are triadic colors.

2 #DFEFFC and #EFFCDF with #FCEFDF are triadic colors.