COLOR #FCF2CC

HEX: #FCF2CC
RGB: (252,242,204)

Color info

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

RGB color model

#FCF2CC color RGB value is (252,242,204).

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

RGB channels and saturation

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

252
242
204

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

Portions of RGB colors in percentages

R + G + B =
252 + 242 + 204 = 698 (100%)
R 252 of 698 ~ 36.1%
G 242 of 698 ~ 34.67%
B 204 of 698 ~ 29.23%

%36.1
%34.67
%29.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 19.05%
  • 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
%19.05
%1.18

Codes

Color #FCF2CC in popluar color models

FCF2CC
RGB252242204
HSL48°88.89%89.41%
HSB/HSV48°19.05%98.82%
CMYK0.00%3.97%19.05%
1.18%

Color #FCF2CC in popluar number systems.

HEXFCF2CC
Decimal252242204
Binary111111001111001011001100
Octal374362314

Shades and tints

Shades of #FCF2CC

#FCF2CC
(252,242,204)
#E6DCBA
(230,220,186)
#D0C6A8
(208,198,168)
#BAB096
(186,176,150)
#A49A84
(164,154,132)
#8E8472
(142,132,114)
#786E60
(120,110,96)
#62584E
(98,88,78)
#4C423C
(76,66,60)
#362C2A
(54,44,42)
#201618
(32,22,24)
#000000
(0,0,0)

Tints of #FCF2CC

#FCF2CC
(252,242,204)
#FCF3D0
(252,243,208)
#FCF4D4
(252,244,212)
#FCF5D8
(252,245,216)
#FCF6DC
(252,246,220)
#FCF7E0
(252,247,224)
#FCF8E4
(252,248,228)
#FCF9E8
(252,249,232)
#FCFAEC
(252,250,236)
#FCFBF0
(252,251,240)
#FCFCF4
(252,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF2CC; }

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

This text font color is #FCF2CC.


Background Color

.myBgColor { background-color: #FCF2CC; }

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

This div background color is #FCF2CC.


Border color

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

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

This div border color is #FCF2CC.


Opacity

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

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

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

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

This text has shadow with #FCF2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF2CC on black background.


Color preview on white background

This text has color #FCF2CC on white background.



Black color preview on #FCF2CC background

This text has black color on #FCF2CC background.


White color preview on #FCF2CC background

This text has white color on #FCF2CC background.