COLOR #FCF2C2

HEX: #FCF2C2
RGB: (252,242,194)

Color info

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

RGB color model

#FCF2C2 color RGB value is (252,242,194).

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

RGB channels and saturation

R 252 of 255 = 99%
G 242 of 255 = 95%
B 194 of 255 = 76%

252
242
194

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

Portions of RGB colors in percentages

R + G + B =
252 + 242 + 194 = 688 (100%)
R 252 of 688 ~ 36.63%
G 242 of 688 ~ 35.17%
B 194 of 688 ~ 28.2%

%36.63
%35.17
%28.2

CMYK color model

#FCF2C2 color CMYK value is (0,4,23,1).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 23.02%
  • key color value is 1.18%
CMYK:
(0,4,23,1)
C0M4Y23K1 
(0%,4%,23%,1%)
(0.00/0.04/0.23/0.01)	

CMYK percentages

%0
%3.97
%23.02
%1.18

Codes

Color #FCF2C2 in popluar color models

FCF2C2
RGB252242194
HSL50°90.63%87.45%
HSB/HSV50°23.02%98.82%
CMYK0.00%3.97%23.02%
1.18%

Color #FCF2C2 in popluar number systems.

HEXFCF2C2
Decimal252242194
Binary111111001111001011000010
Octal374362302

Shades and tints

Shades of #FCF2C2

#FCF2C2
(252,242,194)
#E6DCB1
(230,220,177)
#D0C6A0
(208,198,160)
#BAB08F
(186,176,143)
#A49A7E
(164,154,126)
#8E846D
(142,132,109)
#786E5C
(120,110,92)
#62584B
(98,88,75)
#4C423A
(76,66,58)
#362C29
(54,44,41)
#201618
(32,22,24)
#000000
(0,0,0)

Tints of #FCF2C2

#FCF2C2
(252,242,194)
#FCF3C7
(252,243,199)
#FCF4CC
(252,244,204)
#FCF5D1
(252,245,209)
#FCF6D6
(252,246,214)
#FCF7DB
(252,247,219)
#FCF8E0
(252,248,224)
#FCF9E5
(252,249,229)
#FCFAEA
(252,250,234)
#FCFBEF
(252,251,239)
#FCFCF4
(252,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF2C2; }

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

This text font color is #FCF2C2.


Background Color

.myBgColor { background-color: #FCF2C2; }

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

This div background color is #FCF2C2.


Border color

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

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

This div border color is #FCF2C2.


Opacity

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

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

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

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

This text has shadow with #FCF2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF2C2 on black background.


Color preview on white background

This text has color #FCF2C2 on white background.



Black color preview on #FCF2C2 background

This text has black color on #FCF2C2 background.


White color preview on #FCF2C2 background

This text has white color on #FCF2C2 background.