COLOR #FCEFEE

HEX: #FCEFEE
RGB: (252,239,238)

Color info

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

RGB color model

#FCEFEE color RGB value is (252,239,238).

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

RGB channels and saturation

R 252 of 255 = 99%
G 239 of 255 = 94%
B 238 of 255 = 93%

252
239
238

R + G + B ~ 95%. #FCEFEE is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 239 + 238 = 729 (100%)
R 252 of 729 ~ 34.57%
G 239 of 729 ~ 32.78%
B 238 of 729 ~ 32.65%

%34.57
%32.78
%32.65

CMYK color model

#FCEFEE color CMYK value is (0,5,6,1).

  • cyan value is 0.00%
  • magenta value is 5.16%
  • yellow value is 5.56%
  • key color value is 1.18%
CMYK:
(0,5,6,1)
C0M5Y6K1 
(0%,5%,6%,1%)
(0.00/0.05/0.06/0.01)	

CMYK percentages

%0
%5.16
%5.56
%1.18

Codes

Color #FCEFEE in popluar color models

FCEFEE
RGB252239238
HSL70.00%96.08%
HSB/HSV5.56%98.82%
CMYK0.00%5.16%5.56%
1.18%

Color #FCEFEE in popluar number systems.

HEXFCEFEE
Decimal252239238
Binary111111001110111111101110
Octal374357356

Shades and tints

Shades of #FCEFEE

#FCEFEE
(252,239,238)
#E6DAD9
(230,218,217)
#D0C5C4
(208,197,196)
#BAB0AF
(186,176,175)
#A49B9A
(164,155,154)
#8E8685
(142,134,133)
#787170
(120,113,112)
#625C5B
(98,92,91)
#4C4746
(76,71,70)
#363231
(54,50,49)
#201D1C
(32,29,28)
#000000
(0,0,0)

Tints of #FCEFEE

#FCEFEE
(252,239,238)
#FCF0EF
(252,240,239)
#FCF1F0
(252,241,240)
#FCF2F1
(252,242,241)
#FCF3F2
(252,243,242)
#FCF4F3
(252,244,243)
#FCF5F4
(252,245,244)
#FCF6F5
(252,246,245)
#FCF7F6
(252,247,246)
#FCF8F7
(252,248,247)
#FCF9F8
(252,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEFEE; }

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

This text font color is #FCEFEE.


Background Color

.myBgColor { background-color: #FCEFEE; }

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

This div background color is #FCEFEE.


Border color

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

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

This div border color is #FCEFEE.


Opacity

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

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

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

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

This text has shadow with #FCEFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEFEE on black background.


Color preview on white background

This text has color #FCEFEE on white background.



Black color preview on #FCEFEE background

This text has black color on #FCEFEE background.


White color preview on #FCEFEE background

This text has white color on #FCEFEE background.