COLOR #FCF9E1

HEX: #FCF9E1
RGB: (252,249,225)

Color info

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

RGB color model

#FCF9E1 color RGB value is (252,249,225).

  • red value is 252;
  • green value is 249;
  • blue value is 225.
RGB:
(252,249,225)
(99%,98%,88%)

RGB channels and saturation

R 252 of 255 = 99%
G 249 of 255 = 98%
B 225 of 255 = 88%

252
249
225

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

Portions of RGB colors in percentages

R + G + B =
252 + 249 + 225 = 726 (100%)
R 252 of 726 ~ 34.71%
G 249 of 726 ~ 34.3%
B 225 of 726 ~ 30.99%

%34.71
%34.3
%30.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 10.71%
  • key color value is 1.18%
CMYK:
(0,1,11,1)
C0M1Y11K1 
(0%,1%,11%,1%)
(0.00/0.01/0.11/0.01)	

CMYK percentages

%0
%1.19
%10.71
%1.18

Codes

Color #FCF9E1 in popluar color models

FCF9E1
RGB252249225
HSL53°81.82%93.53%
HSB/HSV53°10.71%98.82%
CMYK0.00%1.19%10.71%
1.18%

Color #FCF9E1 in popluar number systems.

HEXFCF9E1
Decimal252249225
Binary111111001111100111100001
Octal374371341

Shades and tints

Shades of #FCF9E1

#FCF9E1
(252,249,225)
#E6E3CD
(230,227,205)
#D0CDB9
(208,205,185)
#BAB7A5
(186,183,165)
#A4A191
(164,161,145)
#8E8B7D
(142,139,125)
#787569
(120,117,105)
#625F55
(98,95,85)
#4C4941
(76,73,65)
#36332D
(54,51,45)
#201D19
(32,29,25)
#000000
(0,0,0)

Tints of #FCF9E1

#FCF9E1
(252,249,225)
#FCF9E3
(252,249,227)
#FCF9E5
(252,249,229)
#FCF9E7
(252,249,231)
#FCF9E9
(252,249,233)
#FCF9EB
(252,249,235)
#FCF9ED
(252,249,237)
#FCF9EF
(252,249,239)
#FCF9F1
(252,249,241)
#FCF9F3
(252,249,243)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF9E1 color. Also use rgb(252,249,225) instead hex code.

Text Font Color

.myTextColor { color: #FCF9E1; }

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

This text font color is #FCF9E1.


Background Color

.myBgColor { background-color: #FCF9E1; }

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

This div background color is #FCF9E1.


Border color

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

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

This div border color is #FCF9E1.


Opacity

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

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

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

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

This text has shadow with #FCF9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF9E1 on black background.


Color preview on white background

This text has color #FCF9E1 on white background.



Black color preview on #FCF9E1 background

This text has black color on #FCF9E1 background.


White color preview on #FCF9E1 background

This text has white color on #FCF9E1 background.