COLOR #FCF8E3

HEX: #FCF8E3
RGB: (252,248,227)

Color info

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

RGB color model

#FCF8E3 color RGB value is (252,248,227).

  • red value is 252;
  • green value is 248;
  • blue value is 227.
RGB:
(252,248,227)
(99%,97%,89%)

RGB channels and saturation

R 252 of 255 = 99%
G 248 of 255 = 97%
B 227 of 255 = 89%

252
248
227

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

Portions of RGB colors in percentages

R + G + B =
252 + 248 + 227 = 727 (100%)
R 252 of 727 ~ 34.66%
G 248 of 727 ~ 34.11%
B 227 of 727 ~ 31.22%

%34.66
%34.11
%31.22

CMYK color model

#FCF8E3 color CMYK value is (0,2,10,1).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 9.92%
  • key color value is 1.18%
CMYK:
(0,2,10,1)
C0M2Y10K1 
(0%,2%,10%,1%)
(0.00/0.02/0.10/0.01)	

CMYK percentages

%0
%1.59
%9.92
%1.18

Codes

Color #FCF8E3 in popluar color models

FCF8E3
RGB252248227
HSL50°80.65%93.92%
HSB/HSV50°9.92%98.82%
CMYK0.00%1.59%9.92%
1.18%

Color #FCF8E3 in popluar number systems.

HEXFCF8E3
Decimal252248227
Binary111111001111100011100011
Octal374370343

Shades and tints

Shades of #FCF8E3

#FCF8E3
(252,248,227)
#E6E2CF
(230,226,207)
#D0CCBB
(208,204,187)
#BAB6A7
(186,182,167)
#A4A093
(164,160,147)
#8E8A7F
(142,138,127)
#78746B
(120,116,107)
#625E57
(98,94,87)
#4C4843
(76,72,67)
#36322F
(54,50,47)
#201C1B
(32,28,27)
#000000
(0,0,0)

Tints of #FCF8E3

#FCF8E3
(252,248,227)
#FCF8E5
(252,248,229)
#FCF8E7
(252,248,231)
#FCF8E9
(252,248,233)
#FCF8EB
(252,248,235)
#FCF8ED
(252,248,237)
#FCF8EF
(252,248,239)
#FCF8F1
(252,248,241)
#FCF8F3
(252,248,243)
#FCF8F5
(252,248,245)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF8E3 color. Also use rgb(252,248,227) instead hex code.

Text Font Color

.myTextColor { color: #FCF8E3; }

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

This text font color is #FCF8E3.


Background Color

.myBgColor { background-color: #FCF8E3; }

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

This div background color is #FCF8E3.


Border color

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

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

This div border color is #FCF8E3.


Opacity

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

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

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

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

This text has shadow with #FCF8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF8E3 on black background.


Color preview on white background

This text has color #FCF8E3 on white background.



Black color preview on #FCF8E3 background

This text has black color on #FCF8E3 background.


White color preview on #FCF8E3 background

This text has white color on #FCF8E3 background.