COLOR #FCEEEC

HEX: #FCEEEC RGB: (252,238,236)

Color info

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

RGB color model

#FCEEEC color RGB value is (252,238,236).

RGB: (252,238,236) (99%, 93%, 93%)

RGB channels and saturation

R 252 of 255 = 99%
G 238 of 255 = 93%
B 236 of 255 = 93%

252
238
236

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

Portions of RGB colors in percentages

R + G + B = 252 + 238 + 236 = 726 (100%)
R 252 of 726 ~ 34.71%
G 238 of 726 ~ 32.78%
B 236 of 726 ~ 32.51'%

%34.71
%32.78
%32.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 6.35%
  • key color value is 1.18%

CMYK: (0,6,6,1)
C0M6Y6K1 (0%, 6%, 6%, 1%)
(0.00 / 0.06 / 0.06 / 0.01)

CMYK percentages

%0
%5.56
%6.35
%1.18

Codes

Color #FCEEEC in popluar color models

FC EE EC
RGB 252 238 236
HSL 72.73% 95.69%
HSB/HSV 6.35% 98.82%
CMYK 0.00% 5.56% 6.35%
1.18%

Color #FCEEEC in popluar number systems.

HEX FC EE EC
Decimal 252 238 236
Binary 11111100 11101110 11101100
Octal 374 356 354

Shades and tints

Shades of #FCEEEC

#FCEEEC
(252,238,236)
#E6D9D7
(230,217,215)
#D0C4C2
(208,196,194)
#BAAFAD
(186,175,173)
#A49A98
(164,154,152)
#8E8583
(142,133,131)
#78706E
(120,112,110)
#625B59
(98,91,89)
#4C4644
(76,70,68)
#36312F
(54,49,47)
#201C1A
(32,28,26)
#000000
(0,0,0)

Tints of #FCEEEC

#FCEEEC
(252,238,236)
#FCEFED
(252,239,237)
#FCF0EE
(252,240,238)
#FCF1EF
(252,241,239)
#FCF2F0
(252,242,240)
#FCF3F1
(252,243,241)
#FCF4F2
(252,244,242)
#FCF5F3
(252,245,243)
#FCF6F4
(252,246,244)
#FCF7F5
(252,247,245)
#FCF8F6
(252,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEEEC; }

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

This text font color is #FCEEEC.

Background Color

.myBgColor { background-color: #FCEEEC; }

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

This div background color is #FCEEEC.

Border color

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

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

This div border color is #FCEEEC.

Opacity

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

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

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

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

This text has shadow with #FCEEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEEEC.

Preview

Color preview on black background

This text has color #FCEEEC on black background.


Color preview on white background

This text has color #FCEEEC on white background.


Black color preview on #FCEEEC background

This text has black color on #FCEEEC background.


White color preview on #FCEEEC background

This text has white color on #FCEEEC background.


Related colors

Complementary color

Complementary color for #hex is #031113.


I love getcolorcode.com

Triadic colors

1 #ECFCEE and #EEECFC with #FCEEEC are triadic colors.

2 #ECEEFC and #EEFCEC with #FCEEEC are triadic colors.