COLOR #FCF8E2

HEX: #FCF8E2 RGB: (252,248,226)

Color info

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

RGB color model

#FCF8E2 color RGB value is (252,248,226).

RGB: (252,248,226) (99%, 97%, 89%)

RGB channels and saturation

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

252
248
226

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

Portions of RGB colors in percentages

R + G + B = 252 + 248 + 226 = 726 (100%)
R 252 of 726 ~ 34.71%
G 248 of 726 ~ 34.16%
B 226 of 726 ~ 31.13'%

%34.71
%34.16
%31.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 10.32%
  • 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
%10.32
%1.18

Codes

Color #FCF8E2 in popluar color models

FC F8 E2
RGB 252 248 226
HSL 51° 81.25% 93.73%
HSB/HSV 51° 10.32% 98.82%
CMYK 0.00% 1.59% 10.32%
1.18%

Color #FCF8E2 in popluar number systems.

HEX FC F8 E2
Decimal 252 248 226
Binary 11111100 11111000 11100010
Octal 374 370 342

Shades and tints

Shades of #FCF8E2

#FCF8E2
(252,248,226)
#E6E2CE
(230,226,206)
#D0CCBA
(208,204,186)
#BAB6A6
(186,182,166)
#A4A092
(164,160,146)
#8E8A7E
(142,138,126)
#78746A
(120,116,106)
#625E56
(98,94,86)
#4C4842
(76,72,66)
#36322E
(54,50,46)
#201C1A
(32,28,26)
#000000
(0,0,0)

Tints of #FCF8E2

#FCF8E2
(252,248,226)
#FCF8E4
(252,248,228)
#FCF8E6
(252,248,230)
#FCF8E8
(252,248,232)
#FCF8EA
(252,248,234)
#FCF8EC
(252,248,236)
#FCF8EE
(252,248,238)
#FCF8F0
(252,248,240)
#FCF8F2
(252,248,242)
#FCF8F4
(252,248,244)
#FCF8F6
(252,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF8E2; }

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

This text font color is #FCF8E2.

Background Color

.myBgColor { background-color: #FCF8E2; }

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

This div background color is #FCF8E2.

Border color

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

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

This div border color is #FCF8E2.

Opacity

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

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

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

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

This text has shadow with #FCF8E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF8E2.

Preview

Color preview on black background

This text has color #FCF8E2 on black background.


Color preview on white background

This text has color #FCF8E2 on white background.


Black color preview on #FCF8E2 background

This text has black color on #FCF8E2 background.


White color preview on #FCF8E2 background

This text has white color on #FCF8E2 background.


Related colors

Complementary color

Complementary color for #hex is #03071D.


I love getcolorcode.com

Triadic colors

1 #E2FCF8 and #F8E2FC with #FCF8E2 are triadic colors.

2 #E2F8FC and #F8FCE2 with #FCF8E2 are triadic colors.