COLOR #FCEDE7

HEX: #FCEDE7
RGB: (252,237,231)

Color info

#FCEDE7 contains red, green and blue colors in about the same proportion. Web safe color of #FCEDE7 is #FFFFFF (or #FFF).

RGB color model

#FCEDE7 color RGB value is (252,237,231).

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

RGB channels and saturation

R 252 of 255 = 99%
G 237 of 255 = 93%
B 231 of 255 = 91%

252
237
231

R + G + B ~ 94%. #FCEDE7 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 237 + 231 = 720 (100%)
R 252 of 720 ~ 35%
G 237 of 720 ~ 32.92%
B 231 of 720 ~ 32.08%

%35
%32.92
%32.08

CMYK color model

#FCEDE7 color CMYK value is (0,6,8,1).

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 8.33%
  • key color value is 1.18%
CMYK: (0,6,8,1) C0M6Y8K1 (0%,6%,8%,1%) (0.00/0.06/0.08/0.01)

CMYK percentages

%0
%5.95
%8.33
%1.18

Codes

Color #FCEDE7 in popluar color models

FCEDE7
RGB252237231
HSL17°77.78%94.71%
HSB/HSV17°8.33%98.82%
CMYK0.00%5.95%8.33%
1.18%

Color #FCEDE7 in popluar number systems.

HEXFCEDE7
Decimal252237231
Binary111111001110110111100111
Octal374355347

Shades and tints

Shades of #FCEDE7

#FCEDE7
(252,237,231)
#E6D8D2
(230,216,210)
#D0C3BD
(208,195,189)
#BAAEA8
(186,174,168)
#A49993
(164,153,147)
#8E847E
(142,132,126)
#786F69
(120,111,105)
#625A54
(98,90,84)
#4C453F
(76,69,63)
#36302A
(54,48,42)
#201B15
(32,27,21)
#000000
(0,0,0)

Tints of #FCEDE7

#FCEDE7
(252,237,231)
#FCEEE9
(252,238,233)
#FCEFEB
(252,239,235)
#FCF0ED
(252,240,237)
#FCF1EF
(252,241,239)
#FCF2F1
(252,242,241)
#FCF3F3
(252,243,243)
#FCF4F5
(252,244,245)
#FCF5F7
(252,245,247)
#FCF6F9
(252,246,249)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEDE7; }

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

This text font color is #FCEDE7.


Background Color

.myBgColor { background-color: #FCEDE7; }

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

This div background color is #FCEDE7.


Border color

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

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

This div border color is #FCEDE7.


Opacity

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

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

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

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

This text has shadow with #FCEDE7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FCEDE7 on black background.


Color preview on white background

This text has color #FCEDE7 on white background.



Black color preview on #FCEDE7 background

This text has black color on #FCEDE7 background.


White color preview on #FCEDE7 background

This text has white color on #FCEDE7 background.