COLOR #FCF8BC

HEX: #FCF8BC
RGB: (252,248,188)

Color info

#FCF8BC contains mainly red and green colors. Web safe color of #FCF8BC is #FFFFCC (or #FFC).

RGB color model

#FCF8BC color RGB value is (252,248,188).

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

RGB channels and saturation

R 252 of 255 = 99%
G 248 of 255 = 97%
B 188 of 255 = 74%

252
248
188

R + G + B ~ 90%. #FCF8BC is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 248 + 188 = 688 (100%)
R 252 of 688 ~ 36.63%
G 248 of 688 ~ 36.05%
B 188 of 688 ~ 27.33%

%36.63
%36.05
%27.33

CMYK color model

#FCF8BC color CMYK value is (0,2,25,1).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 25.40%
  • key color value is 1.18%
CMYK:
(0,2,25,1)
C0M2Y25K1 
(0%,2%,25%,1%)
(0.00/0.02/0.25/0.01)	

CMYK percentages

%0
%1.59
%25.4
%1.18

Codes

Color #FCF8BC in popluar color models

FCF8BC
RGB252248188
HSL56°91.43%86.27%
HSB/HSV56°25.40%98.82%
CMYK0.00%1.59%25.40%
1.18%

Color #FCF8BC in popluar number systems.

HEXFCF8BC
Decimal252248188
Binary111111001111100010111100
Octal374370274

Shades and tints

Shades of #FCF8BC

#FCF8BC
(252,248,188)
#E6E2AB
(230,226,171)
#D0CC9A
(208,204,154)
#BAB689
(186,182,137)
#A4A078
(164,160,120)
#8E8A67
(142,138,103)
#787456
(120,116,86)
#625E45
(98,94,69)
#4C4834
(76,72,52)
#363223
(54,50,35)
#201C12
(32,28,18)
#000000
(0,0,0)

Tints of #FCF8BC

#FCF8BC
(252,248,188)
#FCF8C2
(252,248,194)
#FCF8C8
(252,248,200)
#FCF8CE
(252,248,206)
#FCF8D4
(252,248,212)
#FCF8DA
(252,248,218)
#FCF8E0
(252,248,224)
#FCF8E6
(252,248,230)
#FCF8EC
(252,248,236)
#FCF8F2
(252,248,242)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF8BC; }

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

This text font color is #FCF8BC.


Background Color

.myBgColor { background-color: #FCF8BC; }

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

This div background color is #FCF8BC.


Border color

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

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

This div border color is #FCF8BC.


Opacity

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

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

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

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

This text has shadow with #FCF8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF8BC on black background.


Color preview on white background

This text has color #FCF8BC on white background.



Black color preview on #FCF8BC background

This text has black color on #FCF8BC background.


White color preview on #FCF8BC background

This text has white color on #FCF8BC background.