COLOR #FCF0EC

HEX: #FCF0EC
RGB: (252,240,236)

Color info

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

RGB color model

#FCF0EC color RGB value is (252,240,236).

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

RGB channels and saturation

R 252 of 255 = 99%
G 240 of 255 = 94%
B 236 of 255 = 93%

252
240
236

R + G + B ~ 95%. #FCF0EC is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 240 + 236 = 728 (100%)
R 252 of 728 ~ 34.62%
G 240 of 728 ~ 32.97%
B 236 of 728 ~ 32.42%

%34.62
%32.97
%32.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 6.35%
  • key color value is 1.18%
CMYK:
(0,5,6,1)
C0M5Y6K1 
(0%,5%,6%,1%)
(0.00/0.05/0.06/0.01)	

CMYK percentages

%0
%4.76
%6.35
%1.18

Codes

Color #FCF0EC in popluar color models

FCF0EC
RGB252240236
HSL15°72.73%95.69%
HSB/HSV15°6.35%98.82%
CMYK0.00%4.76%6.35%
1.18%

Color #FCF0EC in popluar number systems.

HEXFCF0EC
Decimal252240236
Binary111111001111000011101100
Octal374360354

Shades and tints

Shades of #FCF0EC

#FCF0EC
(252,240,236)
#E6DBD7
(230,219,215)
#D0C6C2
(208,198,194)
#BAB1AD
(186,177,173)
#A49C98
(164,156,152)
#8E8783
(142,135,131)
#78726E
(120,114,110)
#625D59
(98,93,89)
#4C4844
(76,72,68)
#36332F
(54,51,47)
#201E1A
(32,30,26)
#000000
(0,0,0)

Tints of #FCF0EC

#FCF0EC
(252,240,236)
#FCF1ED
(252,241,237)
#FCF2EE
(252,242,238)
#FCF3EF
(252,243,239)
#FCF4F0
(252,244,240)
#FCF5F1
(252,245,241)
#FCF6F2
(252,246,242)
#FCF7F3
(252,247,243)
#FCF8F4
(252,248,244)
#FCF9F5
(252,249,245)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF0EC; }

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

This text font color is #FCF0EC.


Background Color

.myBgColor { background-color: #FCF0EC; }

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

This div background color is #FCF0EC.


Border color

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

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

This div border color is #FCF0EC.


Opacity

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

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

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

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

This text has shadow with #FCF0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF0EC on black background.


Color preview on white background

This text has color #FCF0EC on white background.



Black color preview on #FCF0EC background

This text has black color on #FCF0EC background.


White color preview on #FCF0EC background

This text has white color on #FCF0EC background.