COLOR #FCEEFB

HEX: #FCEEFB
RGB: (252,238,251)

Color info

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

RGB color model

#FCEEFB color RGB value is (252,238,251).

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

RGB channels and saturation

R 252 of 255 = 99%
G 238 of 255 = 93%
B 251 of 255 = 98%

252
238
251

R + G + B ~ 97%. #FCEEFB is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 238 + 251 = 741 (100%)
R 252 of 741 ~ 34.01%
G 238 of 741 ~ 32.12%
B 251 of 741 ~ 33.87%

%34.01
%32.12
%33.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 0.40%
  • key color value is 1.18%
CMYK:
(0,6,0,1)
C0M6Y0K1 
(0%,6%,0%,1%)
(0.00/0.06/0.00/0.01)	

CMYK percentages

%0
%5.56
%0.4
%1.18

Codes

Color #FCEEFB in popluar color models

FCEEFB
RGB252238251
HSL304°70.00%96.08%
HSB/HSV304°5.56%98.82%
CMYK0.00%5.56%0.40%
1.18%

Color #FCEEFB in popluar number systems.

HEXFCEEFB
Decimal252238251
Binary111111001110111011111011
Octal374356373

Shades and tints

Shades of #FCEEFB

#FCEEFB
(252,238,251)
#E6D9E5
(230,217,229)
#D0C4CF
(208,196,207)
#BAAFB9
(186,175,185)
#A49AA3
(164,154,163)
#8E858D
(142,133,141)
#787077
(120,112,119)
#625B61
(98,91,97)
#4C464B
(76,70,75)
#363135
(54,49,53)
#201C1F
(32,28,31)
#000000
(0,0,0)

Tints of #FCEEFB

#FCEEFB
(252,238,251)
#FCEFFB
(252,239,251)
#FCF0FB
(252,240,251)
#FCF1FB
(252,241,251)
#FCF2FB
(252,242,251)
#FCF3FB
(252,243,251)
#FCF4FB
(252,244,251)
#FCF5FB
(252,245,251)
#FCF6FB
(252,246,251)
#FCF7FB
(252,247,251)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEEFB; }

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

This text font color is #FCEEFB.


Background Color

.myBgColor { background-color: #FCEEFB; }

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

This div background color is #FCEEFB.


Border color

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

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

This div border color is #FCEEFB.


Opacity

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

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

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

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

This text has shadow with #FCEEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEEFB on black background.


Color preview on white background

This text has color #FCEEFB on white background.



Black color preview on #FCEEFB background

This text has black color on #FCEEFB background.


White color preview on #FCEEFB background

This text has white color on #FCEEFB background.