COLOR #FCF1EE

HEX: #FCF1EE
RGB: (252,241,238)

Color info

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

RGB color model

#FCF1EE color RGB value is (252,241,238).

  • red value is 252;
  • green value is 241;
  • blue value is 238.
RGB:
(252,241,238)
(99%,95%,93%)

RGB channels and saturation

R 252 of 255 = 99%
G 241 of 255 = 95%
B 238 of 255 = 93%

252
241
238

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

Portions of RGB colors in percentages

R + G + B =
252 + 241 + 238 = 731 (100%)
R 252 of 731 ~ 34.47%
G 241 of 731 ~ 32.97%
B 238 of 731 ~ 32.56%

%34.47
%32.97
%32.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 5.56%
  • key color value is 1.18%
CMYK:
(0,4,6,1)
C0M4Y6K1 
(0%,4%,6%,1%)
(0.00/0.04/0.06/0.01)	

CMYK percentages

%0
%4.37
%5.56
%1.18

Codes

Color #FCF1EE in popluar color models

FCF1EE
RGB252241238
HSL13°70.00%96.08%
HSB/HSV13°5.56%98.82%
CMYK0.00%4.37%5.56%
1.18%

Color #FCF1EE in popluar number systems.

HEXFCF1EE
Decimal252241238
Binary111111001111000111101110
Octal374361356

Shades and tints

Shades of #FCF1EE

#FCF1EE
(252,241,238)
#E6DCD9
(230,220,217)
#D0C7C4
(208,199,196)
#BAB2AF
(186,178,175)
#A49D9A
(164,157,154)
#8E8885
(142,136,133)
#787370
(120,115,112)
#625E5B
(98,94,91)
#4C4946
(76,73,70)
#363431
(54,52,49)
#201F1C
(32,31,28)
#000000
(0,0,0)

Tints of #FCF1EE

#FCF1EE
(252,241,238)
#FCF2EF
(252,242,239)
#FCF3F0
(252,243,240)
#FCF4F1
(252,244,241)
#FCF5F2
(252,245,242)
#FCF6F3
(252,246,243)
#FCF7F4
(252,247,244)
#FCF8F5
(252,248,245)
#FCF9F6
(252,249,246)
#FCFAF7
(252,250,247)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF1EE color. Also use rgb(252,241,238) instead hex code.

Text Font Color

.myTextColor { color: #FCF1EE; }

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

This text font color is #FCF1EE.


Background Color

.myBgColor { background-color: #FCF1EE; }

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

This div background color is #FCF1EE.


Border color

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

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

This div border color is #FCF1EE.


Opacity

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

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

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

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

This text has shadow with #FCF1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF1EE on black background.


Color preview on white background

This text has color #FCF1EE on white background.



Black color preview on #FCF1EE background

This text has black color on #FCF1EE background.


White color preview on #FCF1EE background

This text has white color on #FCF1EE background.