COLOR #FCEFFE

HEX: #FCEFFE
RGB: (252,239,254)

Color info

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

RGB color model

#FCEFFE color RGB value is (252,239,254).

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

RGB channels and saturation

R 252 of 255 = 99%
G 239 of 255 = 94%
B 254 of 255 = 100%

252
239
254

R + G + B ~ 98%. #FCEFFE is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 239 + 254 = 745 (100%)
R 252 of 745 ~ 33.83%
G 239 of 745 ~ 32.08%
B 254 of 745 ~ 34.09%

%33.83
%32.08
%34.09

CMYK color model

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

  • cyan value is 0.79%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,6,0,0)
C1M6Y0K0 
(1%,6%,0%,0%)
(0.01/0.06/0.00/0.00)	

CMYK percentages

%0.79
%5.91
%0
%0.39

Codes

Color #FCEFFE in popluar color models

FCEFFE
RGB252239254
HSL292°88.24%96.67%
HSB/HSV292°5.91%99.61%
CMYK0.79%5.91%0.00%
0.39%

Color #FCEFFE in popluar number systems.

HEXFCEFFE
Decimal252239254
Binary111111001110111111111110
Octal374357376

Shades and tints

Shades of #FCEFFE

#FCEFFE
(252,239,254)
#E6DAE7
(230,218,231)
#D0C5D0
(208,197,208)
#BAB0B9
(186,176,185)
#A49BA2
(164,155,162)
#8E868B
(142,134,139)
#787174
(120,113,116)
#625C5D
(98,92,93)
#4C4746
(76,71,70)
#36322F
(54,50,47)
#201D18
(32,29,24)
#000000
(0,0,0)

Tints of #FCEFFE

#FCEFFE
(252,239,254)
#FCF0FE
(252,240,254)
#FCF1FE
(252,241,254)
#FCF2FE
(252,242,254)
#FCF3FE
(252,243,254)
#FCF4FE
(252,244,254)
#FCF5FE
(252,245,254)
#FCF6FE
(252,246,254)
#FCF7FE
(252,247,254)
#FCF8FE
(252,248,254)
#FCF9FE
(252,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEFFE; }

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

This text font color is #FCEFFE.


Background Color

.myBgColor { background-color: #FCEFFE; }

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

This div background color is #FCEFFE.


Border color

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

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

This div border color is #FCEFFE.


Opacity

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

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

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

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

This text has shadow with #FCEFFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEFFE on black background.


Color preview on white background

This text has color #FCEFFE on white background.



Black color preview on #FCEFFE background

This text has black color on #FCEFFE background.


White color preview on #FCEFFE background

This text has white color on #FCEFFE background.