COLOR #FCF2CD

HEX: #FCF2CD
RGB: (252,242,205)

Color info

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

RGB color model

#FCF2CD color RGB value is (252,242,205).

  • red value is 252;
  • green value is 242;
  • blue value is 205.
RGB:
(252,242,205)
(99%,95%,80%)

RGB channels and saturation

R 252 of 255 = 99%
G 242 of 255 = 95%
B 205 of 255 = 80%

252
242
205

R + G + B ~ 91%. #FCF2CD is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 242 + 205 = 699 (100%)
R 252 of 699 ~ 36.05%
G 242 of 699 ~ 34.62%
B 205 of 699 ~ 29.33%

%36.05
%34.62
%29.33

CMYK color model

#FCF2CD color CMYK value is (0,4,19,1).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 18.65%
  • key color value is 1.18%
CMYK:
(0,4,19,1)
C0M4Y19K1 
(0%,4%,19%,1%)
(0.00/0.04/0.19/0.01)	

CMYK percentages

%0
%3.97
%18.65
%1.18

Codes

Color #FCF2CD in popluar color models

FCF2CD
RGB252242205
HSL47°88.68%89.61%
HSB/HSV47°18.65%98.82%
CMYK0.00%3.97%18.65%
1.18%

Color #FCF2CD in popluar number systems.

HEXFCF2CD
Decimal252242205
Binary111111001111001011001101
Octal374362315

Shades and tints

Shades of #FCF2CD

#FCF2CD
(252,242,205)
#E6DCBB
(230,220,187)
#D0C6A9
(208,198,169)
#BAB097
(186,176,151)
#A49A85
(164,154,133)
#8E8473
(142,132,115)
#786E61
(120,110,97)
#62584F
(98,88,79)
#4C423D
(76,66,61)
#362C2B
(54,44,43)
#201619
(32,22,25)
#000000
(0,0,0)

Tints of #FCF2CD

#FCF2CD
(252,242,205)
#FCF3D1
(252,243,209)
#FCF4D5
(252,244,213)
#FCF5D9
(252,245,217)
#FCF6DD
(252,246,221)
#FCF7E1
(252,247,225)
#FCF8E5
(252,248,229)
#FCF9E9
(252,249,233)
#FCFAED
(252,250,237)
#FCFBF1
(252,251,241)
#FCFCF5
(252,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF2CD; }

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

This text font color is #FCF2CD.


Background Color

.myBgColor { background-color: #FCF2CD; }

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

This div background color is #FCF2CD.


Border color

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

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

This div border color is #FCF2CD.


Opacity

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

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

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

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

This text has shadow with #FCF2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF2CD on black background.


Color preview on white background

This text has color #FCF2CD on white background.



Black color preview on #FCF2CD background

This text has black color on #FCF2CD background.


White color preview on #FCF2CD background

This text has white color on #FCF2CD background.