COLOR #FCF8E6

HEX: #FCF8E6 RGB: (252,248,230)

Color info

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

RGB color model

#FCF8E6 color RGB value is (252,248,230).

RGB: (252,248,230) (99%, 97%, 90%)

RGB channels and saturation

R 252 of 255 = 99%
G 248 of 255 = 97%
B 230 of 255 = 90%

252
248
230

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

Portions of RGB colors in percentages

R + G + B = 252 + 248 + 230 = 730 (100%)
R 252 of 730 ~ 34.52%
G 248 of 730 ~ 33.97%
B 230 of 730 ~ 31.51'%

%34.52
%33.97
%31.51

CMYK color model

#FCF8E6 color CMYK value is (0,2,9,1).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 8.73%
  • key color value is 1.18%

CMYK: (0,2,9,1)
C0M2Y9K1 (0%, 2%, 9%, 1%)
(0.00 / 0.02 / 0.09 / 0.01)

CMYK percentages

%0
%1.59
%8.73
%1.18

Codes

Color #FCF8E6 in popluar color models

FC F8 E6
RGB 252 248 230
HSL 49° 78.57% 94.51%
HSB/HSV 49° 8.73% 98.82%
CMYK 0.00% 1.59% 8.73%
1.18%

Color #FCF8E6 in popluar number systems.

HEX FC F8 E6
Decimal 252 248 230
Binary 11111100 11111000 11100110
Octal 374 370 346

Shades and tints

Shades of #FCF8E6

#FCF8E6
(252,248,230)
#E6E2D2
(230,226,210)
#D0CCBE
(208,204,190)
#BAB6AA
(186,182,170)
#A4A096
(164,160,150)
#8E8A82
(142,138,130)
#78746E
(120,116,110)
#625E5A
(98,94,90)
#4C4846
(76,72,70)
#363232
(54,50,50)
#201C1E
(32,28,30)
#000000
(0,0,0)

Tints of #FCF8E6

#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)
#FCF8F8
(252,248,248)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF8E6; }

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

This text font color is #FCF8E6.

Background Color

.myBgColor { background-color: #FCF8E6; }

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

This div background color is #FCF8E6.

Border color

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

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

This div border color is #FCF8E6.

Opacity

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

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

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

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

This text has shadow with #FCF8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF8E6.

Preview

Color preview on black background

This text has color #FCF8E6 on black background.


Color preview on white background

This text has color #FCF8E6 on white background.


Black color preview on #FCF8E6 background

This text has black color on #FCF8E6 background.


White color preview on #FCF8E6 background

This text has white color on #FCF8E6 background.


Related colors

Complementary color

Complementary color for #hex is #030719.


I love getcolorcode.com

Triadic colors

1 #E6FCF8 and #F8E6FC with #FCF8E6 are triadic colors.

2 #E6F8FC and #F8FCE6 with #FCF8E6 are triadic colors.