COLOR #FCF5EF

HEX: #FCF5EF
RGB: (252,245,239)

Color info

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

RGB color model

#FCF5EF color RGB value is (252,245,239).

  • red value is 252;
  • green value is 245;
  • blue value is 239.
RGB:
(252,245,239)
(99%,96%,94%)

RGB channels and saturation

R 252 of 255 = 99%
G 245 of 255 = 96%
B 239 of 255 = 94%

252
245
239

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

Portions of RGB colors in percentages

R + G + B =
252 + 245 + 239 = 736 (100%)
R 252 of 736 ~ 34.24%
G 245 of 736 ~ 33.29%
B 239 of 736 ~ 32.47%

%34.24
%33.29
%32.47

CMYK color model

#FCF5EF color CMYK value is (0,3,5,1).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 5.16%
  • key color value is 1.18%
CMYK:
(0,3,5,1)
C0M3Y5K1 
(0%,3%,5%,1%)
(0.00/0.03/0.05/0.01)	

CMYK percentages

%0
%2.78
%5.16
%1.18

Codes

Color #FCF5EF in popluar color models

FCF5EF
RGB252245239
HSL28°68.42%96.27%
HSB/HSV28°5.16%98.82%
CMYK0.00%2.78%5.16%
1.18%

Color #FCF5EF in popluar number systems.

HEXFCF5EF
Decimal252245239
Binary111111001111010111101111
Octal374365357

Shades and tints

Shades of #FCF5EF

#FCF5EF
(252,245,239)
#E6DFDA
(230,223,218)
#D0C9C5
(208,201,197)
#BAB3B0
(186,179,176)
#A49D9B
(164,157,155)
#8E8786
(142,135,134)
#787171
(120,113,113)
#625B5C
(98,91,92)
#4C4547
(76,69,71)
#362F32
(54,47,50)
#20191D
(32,25,29)
#000000
(0,0,0)

Tints of #FCF5EF

#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)
#FCF5F7
(252,245,247)
#FCF5F8
(252,245,248)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF5EF; }

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

This text font color is #FCF5EF.


Background Color

.myBgColor { background-color: #FCF5EF; }

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

This div background color is #FCF5EF.


Border color

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

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

This div border color is #FCF5EF.


Opacity

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

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

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

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

This text has shadow with #FCF5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF5EF on black background.


Color preview on white background

This text has color #FCF5EF on white background.



Black color preview on #FCF5EF background

This text has black color on #FCF5EF background.


White color preview on #FCF5EF background

This text has white color on #FCF5EF background.