COLOR #FCEFEF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

252
239
239

R + G + B ~ 96%. #FCEFEF is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 239 + 239 = 730 (100%)
R 252 of 730 ~ 34.52%
G 239 of 730 ~ 32.74%
B 239 of 730 ~ 32.74'%

%34.52
%32.74
%32.74

CMYK color model

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

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

CMYK percentages

%0
%5.16
%5.16
%1.18

Codes

Color #FCEFEF in popluar color models

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

Color #FCEFEF in popluar number systems.

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

Shades and tints

Shades of #FCEFEF

#FCEFEF
(252,239,239)
#E6DADA
(230,218,218)
#D0C5C5
(208,197,197)
#BAB0B0
(186,176,176)
#A49B9B
(164,155,155)
#8E8686
(142,134,134)
#787171
(120,113,113)
#625C5C
(98,92,92)
#4C4747
(76,71,71)
#363232
(54,50,50)
#201D1D
(32,29,29)
#000000
(0,0,0)

Tints of #FCEFEF

#FCEFEF
(252,239,239)
#FCF0F0
(252,240,240)
#FCF1F1
(252,241,241)
#FCF2F2
(252,242,242)
#FCF3F3
(252,243,243)
#FCF4F4
(252,244,244)
#FCF5F5
(252,245,245)
#FCF6F6
(252,246,246)
#FCF7F7
(252,247,247)
#FCF8F8
(252,248,248)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEFEF; }

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

This text font color is #FCEFEF.

Background Color

.myBgColor { background-color: #FCEFEF; }

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

This div background color is #FCEFEF.

Border color

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

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

This div border color is #FCEFEF.

Opacity

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

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

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

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

This text has shadow with #FCEFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEFEF.

Preview

Color preview on black background

This text has color #FCEFEF on black background.


Color preview on white background

This text has color #FCEFEF on white background.


Black color preview on #FCEFEF background

This text has black color on #FCEFEF background.


White color preview on #FCEFEF background

This text has white color on #FCEFEF background.


Related colors

Complementary color

Complementary color for #hex is #031010.


I love getcolorcode.com