COLOR #FCFCEF

HEX: #FCFCEF RGB: (252,252,239)

Color info

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

RGB color model

#FCFCEF color RGB value is (252,252,239).

RGB: (252,252,239) (99%, 99%, 94%)

RGB channels and saturation

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

252
252
239

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

Portions of RGB colors in percentages

R + G + B = 252 + 252 + 239 = 743 (100%)
R 252 of 743 ~ 33.92%
G 252 of 743 ~ 33.92%
B 239 of 743 ~ 32.17'%

%33.92
%33.92
%32.17

CMYK color model

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

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

CMYK percentages

%0
%0
%5.16
%1.18

Codes

Color #FCFCEF in popluar color models

FC FC EF
RGB 252 252 239
HSL 60° 68.42% 96.27%
HSB/HSV 60° 5.16% 98.82%
CMYK 0.00% 0.00% 5.16%
1.18%

Color #FCFCEF in popluar number systems.

HEX FC FC EF
Decimal 252 252 239
Binary 11111100 11111100 11101111
Octal 374 374 357

Shades and tints

Shades of #FCFCEF

#FCFCEF
(252,252,239)
#E6E6DA
(230,230,218)
#D0D0C5
(208,208,197)
#BABAB0
(186,186,176)
#A4A49B
(164,164,155)
#8E8E86
(142,142,134)
#787871
(120,120,113)
#62625C
(98,98,92)
#4C4C47
(76,76,71)
#363632
(54,54,50)
#20201D
(32,32,29)
#000000
(0,0,0)

Tints of #FCFCEF

#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)
#FCFCF9
(252,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFCEF; }

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

This text font color is #FCFCEF.

Background Color

.myBgColor { background-color: #FCFCEF; }

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

This div background color is #FCFCEF.

Border color

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

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

This div border color is #FCFCEF.

Opacity

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

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

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

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

This text has shadow with #FCFCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFCEF.

Preview

Color preview on black background

This text has color #FCFCEF on black background.


Color preview on white background

This text has color #FCFCEF on white background.


Black color preview on #FCFCEF background

This text has black color on #FCFCEF background.


White color preview on #FCFCEF background

This text has white color on #FCFCEF background.


Related colors

Complementary color

Complementary color for #hex is #030310.


I love getcolorcode.com