COLOR #FCF1E0

HEX: #FCF1E0
RGB: (252,241,224)

Color info

#FCF1E0 contains red, green and blue colors in about the same proportion. Web safe color of #FCF1E0 is #FFFFCC (or #FFC).

RGB color model

#FCF1E0 color RGB value is (252,241,224).

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

RGB channels and saturation

R 252 of 255 = 99%
G 241 of 255 = 95%
B 224 of 255 = 88%

252
241
224

R + G + B ~ 94%. #FCF1E0 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 241 + 224 = 717 (100%)
R 252 of 717 ~ 35.15%
G 241 of 717 ~ 33.61%
B 224 of 717 ~ 31.24%

%35.15
%33.61
%31.24

CMYK color model

#FCF1E0 color CMYK value is (0,4,11,1).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 11.11%
  • key color value is 1.18%
CMYK:
(0,4,11,1)
C0M4Y11K1 
(0%,4%,11%,1%)
(0.00/0.04/0.11/0.01)	

CMYK percentages

%0
%4.37
%11.11
%1.18

Codes

Color #FCF1E0 in popluar color models

FCF1E0
RGB252241224
HSL36°82.35%93.33%
HSB/HSV36°11.11%98.82%
CMYK0.00%4.37%11.11%
1.18%

Color #FCF1E0 in popluar number systems.

HEXFCF1E0
Decimal252241224
Binary111111001111000111100000
Octal374361340

Shades and tints

Shades of #FCF1E0

#FCF1E0
(252,241,224)
#E6DCCC
(230,220,204)
#D0C7B8
(208,199,184)
#BAB2A4
(186,178,164)
#A49D90
(164,157,144)
#8E887C
(142,136,124)
#787368
(120,115,104)
#625E54
(98,94,84)
#4C4940
(76,73,64)
#36342C
(54,52,44)
#201F18
(32,31,24)
#000000
(0,0,0)

Tints of #FCF1E0

#FCF1E0
(252,241,224)
#FCF2E2
(252,242,226)
#FCF3E4
(252,243,228)
#FCF4E6
(252,244,230)
#FCF5E8
(252,245,232)
#FCF6EA
(252,246,234)
#FCF7EC
(252,247,236)
#FCF8EE
(252,248,238)
#FCF9F0
(252,249,240)
#FCFAF2
(252,250,242)
#FCFBF4
(252,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF1E0; }

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

This text font color is #FCF1E0.


Background Color

.myBgColor { background-color: #FCF1E0; }

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

This div background color is #FCF1E0.


Border color

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

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

This div border color is #FCF1E0.


Opacity

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

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

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

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

This text has shadow with #FCF1E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF1E0 on black background.


Color preview on white background

This text has color #FCF1E0 on white background.



Black color preview on #FCF1E0 background

This text has black color on #FCF1E0 background.


White color preview on #FCF1E0 background

This text has white color on #FCF1E0 background.