COLOR #FCEFCC

HEX: #FCEFCC
RGB: (252,239,204)

Color info

#FCEFCC contains red, green and blue colors in about the same proportion. Web safe color of #FCEFCC is #FFFFCC (or #FFC).

RGB color model

#FCEFCC color RGB value is (252,239,204).

  • red value is 252;
  • green value is 239;
  • blue value is 204.
RGB:
(252,239,204)
(99%,94%,80%)

RGB channels and saturation

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

252
239
204

R + G + B ~ 91%. #FCEFCC is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 239 + 204 = 695 (100%)
R 252 of 695 ~ 36.26%
G 239 of 695 ~ 34.39%
B 204 of 695 ~ 29.35%

%36.26
%34.39
%29.35

CMYK color model

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

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

CMYK percentages

%0
%5.16
%19.05
%1.18

Codes

Color #FCEFCC in popluar color models

FCEFCC
RGB252239204
HSL44°88.89%89.41%
HSB/HSV44°19.05%98.82%
CMYK0.00%5.16%19.05%
1.18%

Color #FCEFCC in popluar number systems.

HEXFCEFCC
Decimal252239204
Binary111111001110111111001100
Octal374357314

Shades and tints

Shades of #FCEFCC

#FCEFCC
(252,239,204)
#E6DABA
(230,218,186)
#D0C5A8
(208,197,168)
#BAB096
(186,176,150)
#A49B84
(164,155,132)
#8E8672
(142,134,114)
#787160
(120,113,96)
#625C4E
(98,92,78)
#4C473C
(76,71,60)
#36322A
(54,50,42)
#201D18
(32,29,24)
#000000
(0,0,0)

Tints of #FCEFCC

#FCEFCC
(252,239,204)
#FCF0D0
(252,240,208)
#FCF1D4
(252,241,212)
#FCF2D8
(252,242,216)
#FCF3DC
(252,243,220)
#FCF4E0
(252,244,224)
#FCF5E4
(252,245,228)
#FCF6E8
(252,246,232)
#FCF7EC
(252,247,236)
#FCF8F0
(252,248,240)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEFCC; }

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

This text font color is #FCEFCC.


Background Color

.myBgColor { background-color: #FCEFCC; }

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

This div background color is #FCEFCC.


Border color

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

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

This div border color is #FCEFCC.


Opacity

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

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

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

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

This text has shadow with #FCEFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEFCC on black background.


Color preview on white background

This text has color #FCEFCC on white background.



Black color preview on #FCEFCC background

This text has black color on #FCEFCC background.


White color preview on #FCEFCC background

This text has white color on #FCEFCC background.