COLOR #FCF6EC

HEX: #FCF6EC
RGB: (252,246,236)

Color info

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

RGB color model

#FCF6EC color RGB value is (252,246,236).

  • red value is 252;
  • green value is 246;
  • blue value is 236.
RGB:
(252,246,236)
(99%,96%,93%)

RGB channels and saturation

R 252 of 255 = 99%
G 246 of 255 = 96%
B 236 of 255 = 93%

252
246
236

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

Portions of RGB colors in percentages

R + G + B =
252 + 246 + 236 = 734 (100%)
R 252 of 734 ~ 34.33%
G 246 of 734 ~ 33.51%
B 236 of 734 ~ 32.15%

%34.33
%33.51
%32.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 6.35%
  • key color value is 1.18%
CMYK:
(0,2,6,1)
C0M2Y6K1 
(0%,2%,6%,1%)
(0.00/0.02/0.06/0.01)	

CMYK percentages

%0
%2.38
%6.35
%1.18

Codes

Color #FCF6EC in popluar color models

FCF6EC
RGB252246236
HSL38°72.73%95.69%
HSB/HSV38°6.35%98.82%
CMYK0.00%2.38%6.35%
1.18%

Color #FCF6EC in popluar number systems.

HEXFCF6EC
Decimal252246236
Binary111111001111011011101100
Octal374366354

Shades and tints

Shades of #FCF6EC

#FCF6EC
(252,246,236)
#E6E0D7
(230,224,215)
#D0CAC2
(208,202,194)
#BAB4AD
(186,180,173)
#A49E98
(164,158,152)
#8E8883
(142,136,131)
#78726E
(120,114,110)
#625C59
(98,92,89)
#4C4644
(76,70,68)
#36302F
(54,48,47)
#201A1A
(32,26,26)
#000000
(0,0,0)

Tints of #FCF6EC

#FCF6EC
(252,246,236)
#FCF6ED
(252,246,237)
#FCF6EE
(252,246,238)
#FCF6EF
(252,246,239)
#FCF6F0
(252,246,240)
#FCF6F1
(252,246,241)
#FCF6F2
(252,246,242)
#FCF6F3
(252,246,243)
#FCF6F4
(252,246,244)
#FCF6F5
(252,246,245)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF6EC; }

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

This text font color is #FCF6EC.


Background Color

.myBgColor { background-color: #FCF6EC; }

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

This div background color is #FCF6EC.


Border color

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

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

This div border color is #FCF6EC.


Opacity

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

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

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

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

This text has shadow with #FCF6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF6EC on black background.


Color preview on white background

This text has color #FCF6EC on white background.



Black color preview on #FCF6EC background

This text has black color on #FCF6EC background.


White color preview on #FCF6EC background

This text has white color on #FCF6EC background.