COLOR #FCFCEE

HEX: #FCFCEE RGB: (252,252,238)

Color info

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

RGB color model

#FCFCEE color RGB value is (252,252,238).

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

RGB channels and saturation

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

252
252
238

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

Portions of RGB colors in percentages

R + G + B = 252 + 252 + 238 = 742 (100%)
R 252 of 742 ~ 33.96%
G 252 of 742 ~ 33.96%
B 238 of 742 ~ 32.08'%

%33.96
%33.96
%32.08

CMYK color model

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

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

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

CMYK percentages

%0
%0
%5.56
%1.18

Codes

Color #FCFCEE in popluar color models

FC FC EE
RGB 252 252 238
HSL 60° 70.00% 96.08%
HSB/HSV 60° 5.56% 98.82%
CMYK 0.00% 0.00% 5.56%
1.18%

Color #FCFCEE in popluar number systems.

HEX FC FC EE
Decimal 252 252 238
Binary 11111100 11111100 11101110
Octal 374 374 356

Shades and tints

Shades of #FCFCEE

#FCFCEE
(252,252,238)
#E6E6D9
(230,230,217)
#D0D0C4
(208,208,196)
#BABAAF
(186,186,175)
#A4A49A
(164,164,154)
#8E8E85
(142,142,133)
#787870
(120,120,112)
#62625B
(98,98,91)
#4C4C46
(76,76,70)
#363631
(54,54,49)
#20201C
(32,32,28)
#000000
(0,0,0)

Tints of #FCFCEE

#FCFCEE
(252,252,238)
#FCFCEF
(252,252,239)
#FCFCF0
(252,252,240)
#FCFCF1
(252,252,241)
#FCFCF2
(252,252,242)
#FCFCF3
(252,252,243)
#FCFCF4
(252,252,244)
#FCFCF5
(252,252,245)
#FCFCF6
(252,252,246)
#FCFCF7
(252,252,247)
#FCFCF8
(252,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFCEE; }

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

This text font color is #FCFCEE.

Background Color

.myBgColor { background-color: #FCFCEE; }

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

This div background color is #FCFCEE.

Border color

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

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

This div border color is #FCFCEE.

Opacity

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

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

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

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

This text has shadow with #FCFCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFCEE.

Preview

Color preview on black background

This text has color #FCFCEE on black background.


Color preview on white background

This text has color #FCFCEE on white background.


Black color preview on #FCFCEE background

This text has black color on #FCFCEE background.


White color preview on #FCFCEE background

This text has white color on #FCFCEE background.


Related colors

Complementary color

Complementary color for #hex is #030311.


I love getcolorcode.com