COLOR #FCF2CF

HEX: #FCF2CF
RGB: (252,242,207)

Color info

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

RGB color model

#FCF2CF color RGB value is (252,242,207).

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

RGB channels and saturation

R 252 of 255 = 99%
G 242 of 255 = 95%
B 207 of 255 = 81%

252
242
207

R + G + B ~ 92%. #FCF2CF is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 242 + 207 = 701 (100%)
R 252 of 701 ~ 35.95%
G 242 of 701 ~ 34.52%
B 207 of 701 ~ 29.53%

%35.95
%34.52
%29.53

CMYK color model

#FCF2CF color CMYK value is (0,4,18,1).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 17.86%
  • key color value is 1.18%
CMYK:
(0,4,18,1)
C0M4Y18K1 
(0%,4%,18%,1%)
(0.00/0.04/0.18/0.01)	

CMYK percentages

%0
%3.97
%17.86
%1.18

Codes

Color #FCF2CF in popluar color models

FCF2CF
RGB252242207
HSL47°88.24%90.00%
HSB/HSV47°17.86%98.82%
CMYK0.00%3.97%17.86%
1.18%

Color #FCF2CF in popluar number systems.

HEXFCF2CF
Decimal252242207
Binary111111001111001011001111
Octal374362317

Shades and tints

Shades of #FCF2CF

#FCF2CF
(252,242,207)
#E6DCBD
(230,220,189)
#D0C6AB
(208,198,171)
#BAB099
(186,176,153)
#A49A87
(164,154,135)
#8E8475
(142,132,117)
#786E63
(120,110,99)
#625851
(98,88,81)
#4C423F
(76,66,63)
#362C2D
(54,44,45)
#20161B
(32,22,27)
#000000
(0,0,0)

Tints of #FCF2CF

#FCF2CF
(252,242,207)
#FCF3D3
(252,243,211)
#FCF4D7
(252,244,215)
#FCF5DB
(252,245,219)
#FCF6DF
(252,246,223)
#FCF7E3
(252,247,227)
#FCF8E7
(252,248,231)
#FCF9EB
(252,249,235)
#FCFAEF
(252,250,239)
#FCFBF3
(252,251,243)
#FCFCF7
(252,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF2CF; }

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

This text font color is #FCF2CF.


Background Color

.myBgColor { background-color: #FCF2CF; }

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

This div background color is #FCF2CF.


Border color

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

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

This div border color is #FCF2CF.


Opacity

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

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

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

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

This text has shadow with #FCF2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF2CF on black background.


Color preview on white background

This text has color #FCF2CF on white background.



Black color preview on #FCF2CF background

This text has black color on #FCF2CF background.


White color preview on #FCF2CF background

This text has white color on #FCF2CF background.