COLOR #FCF9EC

HEX: #FCF9EC RGB: (252,249,236)

Color info

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

RGB color model

#FCF9EC color RGB value is (252,249,236).

RGB: (252,249,236) (99%, 98%, 93%)

RGB channels and saturation

R 252 of 255 = 99%
G 249 of 255 = 98%
B 236 of 255 = 93%

252
249
236

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

Portions of RGB colors in percentages

R + G + B = 252 + 249 + 236 = 737 (100%)
R 252 of 737 ~ 34.19%
G 249 of 737 ~ 33.79%
B 236 of 737 ~ 32.02'%

%34.19
%33.79
%32.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 6.35%
  • key color value is 1.18%

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

CMYK percentages

%0
%1.19
%6.35
%1.18

Codes

Color #FCF9EC in popluar color models

FC F9 EC
RGB 252 249 236
HSL 49° 72.73% 95.69%
HSB/HSV 49° 6.35% 98.82%
CMYK 0.00% 1.19% 6.35%
1.18%

Color #FCF9EC in popluar number systems.

HEX FC F9 EC
Decimal 252 249 236
Binary 11111100 11111001 11101100
Octal 374 371 354

Shades and tints

Shades of #FCF9EC

#FCF9EC
(252,249,236)
#E6E3D7
(230,227,215)
#D0CDC2
(208,205,194)
#BAB7AD
(186,183,173)
#A4A198
(164,161,152)
#8E8B83
(142,139,131)
#78756E
(120,117,110)
#625F59
(98,95,89)
#4C4944
(76,73,68)
#36332F
(54,51,47)
#201D1A
(32,29,26)
#000000
(0,0,0)

Tints of #FCF9EC

#FCF9EC
(252,249,236)
#FCF9ED
(252,249,237)
#FCF9EE
(252,249,238)
#FCF9EF
(252,249,239)
#FCF9F0
(252,249,240)
#FCF9F1
(252,249,241)
#FCF9F2
(252,249,242)
#FCF9F3
(252,249,243)
#FCF9F4
(252,249,244)
#FCF9F5
(252,249,245)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF9EC; }

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

This text font color is #FCF9EC.

Background Color

.myBgColor { background-color: #FCF9EC; }

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

This div background color is #FCF9EC.

Border color

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

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

This div border color is #FCF9EC.

Opacity

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

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

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

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

This text has shadow with #FCF9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF9EC.

Preview

Color preview on black background

This text has color #FCF9EC on black background.


Color preview on white background

This text has color #FCF9EC on white background.


Black color preview on #FCF9EC background

This text has black color on #FCF9EC background.


White color preview on #FCF9EC background

This text has white color on #FCF9EC background.


Related colors

Complementary color

Complementary color for #hex is #030613.


I love getcolorcode.com

Triadic colors

1 #ECFCF9 and #F9ECFC with #FCF9EC are triadic colors.

2 #ECF9FC and #F9FCEC with #FCF9EC are triadic colors.