COLOR #FCFCD1

HEX: #FCFCD1
RGB: (252,252,209)

Color info

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

RGB color model

#FCFCD1 color RGB value is (252,252,209).

  • red value is 252;
  • green value is 252;
  • blue value is 209.
RGB:
(252,252,209)
(99%,99%,82%)

RGB channels and saturation

R 252 of 255 = 99%
G 252 of 255 = 99%
B 209 of 255 = 82%

252
252
209

R + G + B ~ 93%. #FCFCD1 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 252 + 209 = 713 (100%)
R 252 of 713 ~ 35.34%
G 252 of 713 ~ 35.34%
B 209 of 713 ~ 29.31%

%35.34
%35.34
%29.31

CMYK color model

#FCFCD1 color CMYK value is (0,0,17,1).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.06%
  • key color value is 1.18%
CMYK:
(0,0,17,1)
C0M0Y17K1 
(0%,0%,17%,1%)
(0.00/0.00/0.17/0.01)	

CMYK percentages

%0
%0
%17.06
%1.18

Codes

Color #FCFCD1 in popluar color models

FCFCD1
RGB252252209
HSL60°87.76%90.39%
HSB/HSV60°17.06%98.82%
CMYK0.00%0.00%17.06%
1.18%

Color #FCFCD1 in popluar number systems.

HEXFCFCD1
Decimal252252209
Binary111111001111110011010001
Octal374374321

Shades and tints

Shades of #FCFCD1

#FCFCD1
(252,252,209)
#E6E6BE
(230,230,190)
#D0D0AB
(208,208,171)
#BABA98
(186,186,152)
#A4A485
(164,164,133)
#8E8E72
(142,142,114)
#78785F
(120,120,95)
#62624C
(98,98,76)
#4C4C39
(76,76,57)
#363626
(54,54,38)
#202013
(32,32,19)
#000000
(0,0,0)

Tints of #FCFCD1

#FCFCD1
(252,252,209)
#FCFCD5
(252,252,213)
#FCFCD9
(252,252,217)
#FCFCDD
(252,252,221)
#FCFCE1
(252,252,225)
#FCFCE5
(252,252,229)
#FCFCE9
(252,252,233)
#FCFCED
(252,252,237)
#FCFCF1
(252,252,241)
#FCFCF5
(252,252,245)
#FCFCF9
(252,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFCD1; }

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

This text font color is #FCFCD1.


Background Color

.myBgColor { background-color: #FCFCD1; }

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

This div background color is #FCFCD1.


Border color

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

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

This div border color is #FCFCD1.


Opacity

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

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

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

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

This text has shadow with #FCFCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFCD1 on black background.


Color preview on white background

This text has color #FCFCD1 on white background.



Black color preview on #FCFCD1 background

This text has black color on #FCFCD1 background.


White color preview on #FCFCD1 background

This text has white color on #FCFCD1 background.