COLOR #FCF0E5

HEX: #FCF0E5
RGB: (252,240,229)

Color info

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

RGB color model

#FCF0E5 color RGB value is (252,240,229).

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

RGB channels and saturation

R 252 of 255 = 99%
G 240 of 255 = 94%
B 229 of 255 = 90%

252
240
229

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

Portions of RGB colors in percentages

R + G + B =
252 + 240 + 229 = 721 (100%)
R 252 of 721 ~ 34.95%
G 240 of 721 ~ 33.29%
B 229 of 721 ~ 31.76%

%34.95
%33.29
%31.76

CMYK color model

#FCF0E5 color CMYK value is (0,5,9,1).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 9.13%
  • key color value is 1.18%
CMYK:
(0,5,9,1)
C0M5Y9K1 
(0%,5%,9%,1%)
(0.00/0.05/0.09/0.01)	

CMYK percentages

%0
%4.76
%9.13
%1.18

Codes

Color #FCF0E5 in popluar color models

FCF0E5
RGB252240229
HSL29°79.31%94.31%
HSB/HSV29°9.13%98.82%
CMYK0.00%4.76%9.13%
1.18%

Color #FCF0E5 in popluar number systems.

HEXFCF0E5
Decimal252240229
Binary111111001111000011100101
Octal374360345

Shades and tints

Shades of #FCF0E5

#FCF0E5
(252,240,229)
#E6DBD1
(230,219,209)
#D0C6BD
(208,198,189)
#BAB1A9
(186,177,169)
#A49C95
(164,156,149)
#8E8781
(142,135,129)
#78726D
(120,114,109)
#625D59
(98,93,89)
#4C4845
(76,72,69)
#363331
(54,51,49)
#201E1D
(32,30,29)
#000000
(0,0,0)

Tints of #FCF0E5

#FCF0E5
(252,240,229)
#FCF1E7
(252,241,231)
#FCF2E9
(252,242,233)
#FCF3EB
(252,243,235)
#FCF4ED
(252,244,237)
#FCF5EF
(252,245,239)
#FCF6F1
(252,246,241)
#FCF7F3
(252,247,243)
#FCF8F5
(252,248,245)
#FCF9F7
(252,249,247)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF0E5; }

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

This text font color is #FCF0E5.


Background Color

.myBgColor { background-color: #FCF0E5; }

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

This div background color is #FCF0E5.


Border color

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

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

This div border color is #FCF0E5.


Opacity

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

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

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

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

This text has shadow with #FCF0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF0E5 on black background.


Color preview on white background

This text has color #FCF0E5 on white background.



Black color preview on #FCF0E5 background

This text has black color on #FCF0E5 background.


White color preview on #FCF0E5 background

This text has white color on #FCF0E5 background.