COLOR #FCF5EC

HEX: #FCF5EC RGB: (252,245,236)

Color info

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

RGB color model

#FCF5EC color RGB value is (252,245,236).

RGB: (252,245,236) (99%, 96%, 93%)

RGB channels and saturation

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

252
245
236

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

Portions of RGB colors in percentages

R + G + B = 252 + 245 + 236 = 733 (100%)
R 252 of 733 ~ 34.38%
G 245 of 733 ~ 33.42%
B 236 of 733 ~ 32.2'%

%34.38
%33.42
%32.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 6.35%
  • key color value is 1.18%
CMYK: (0,3,6,1) C0M3Y6K1 (0%,3%,6%,1%) (0.00/0.03/0.06/0.01) 

CMYK percentages

%0
%2.78
%6.35
%1.18

Codes

Color #FCF5EC in popluar color models

FC F5 EC
RGB 252 245 236
HSL 34° 72.73% 95.69%
HSB/HSV 34° 6.35% 98.82%
CMYK 0.00% 2.78% 6.35%
1.18%

Color #FCF5EC in popluar number systems.

HEX FC F5 EC
Decimal 252 245 236
Binary 11111100 11110101 11101100
Octal 374 365 354

Shades and tints

Shades of #FCF5EC

#FCF5EC
(252,245,236)
#E6DFD7
(230,223,215)
#D0C9C2
(208,201,194)
#BAB3AD
(186,179,173)
#A49D98
(164,157,152)
#8E8783
(142,135,131)
#78716E
(120,113,110)
#625B59
(98,91,89)
#4C4544
(76,69,68)
#362F2F
(54,47,47)
#20191A
(32,25,26)
#000000
(0,0,0)

Tints of #FCF5EC

#FCF5EC
(252,245,236)
#FCF5ED
(252,245,237)
#FCF5EE
(252,245,238)
#FCF5EF
(252,245,239)
#FCF5F0
(252,245,240)
#FCF5F1
(252,245,241)
#FCF5F2
(252,245,242)
#FCF5F3
(252,245,243)
#FCF5F4
(252,245,244)
#FCF5F5
(252,245,245)
#FCF5F6
(252,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF5EC; }

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

This text font color is #FCF5EC.

Background Color

.myBgColor { background-color: #FCF5EC; }

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

This div background color is #FCF5EC.

Border color

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

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

This div border color is #FCF5EC.

Opacity

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

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

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

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

This text has shadow with #FCF5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF5EC.

Preview

Color preview on black background

This text has color #FCF5EC on black background.


Color preview on white background

This text has color #FCF5EC on white background.


Black color preview on #FCF5EC background

This text has black color on #FCF5EC background.


White color preview on #FCF5EC background

This text has white color on #FCF5EC background.


Related colors

Complementary color

Complementary color for #hex is #030A13.


I love getcolorcode.com

Triadic colors

1 #ECFCF5 and #F5ECFC with #FCF5EC are triadic colors.

2 #ECF5FC and #F5FCEC with #FCF5EC are triadic colors.