COLOR #FCF2F2

HEX: #FCF2F2
RGB: (252,242,242)

Color info

#FCF2F2 contains red, green and blue colors in about the same proportion. Web safe color of #FCF2F2 is #FFFFFF (or #FFF).

RGB color model

#FCF2F2 color RGB value is (252,242,242).

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

RGB channels and saturation

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

252
242
242

R + G + B ~ 96%. #FCF2F2 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 242 + 242 = 736 (100%)
R 252 of 736 ~ 34.24%
G 242 of 736 ~ 32.88%
B 242 of 736 ~ 32.88%

%34.24
%32.88
%32.88

CMYK color model

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

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

CMYK percentages

%0
%3.97
%3.97
%1.18

Codes

Color #FCF2F2 in popluar color models

FCF2F2
RGB252242242
HSL62.50%96.86%
HSB/HSV3.97%98.82%
CMYK0.00%3.97%3.97%
1.18%

Color #FCF2F2 in popluar number systems.

HEXFCF2F2
Decimal252242242
Binary111111001111001011110010
Octal374362362

Shades and tints

Shades of #FCF2F2

#FCF2F2
(252,242,242)
#E6DCDC
(230,220,220)
#D0C6C6
(208,198,198)
#BAB0B0
(186,176,176)
#A49A9A
(164,154,154)
#8E8484
(142,132,132)
#786E6E
(120,110,110)
#625858
(98,88,88)
#4C4242
(76,66,66)
#362C2C
(54,44,44)
#201616
(32,22,22)
#000000
(0,0,0)

Tints of #FCF2F2

#FCF2F2
(252,242,242)
#FCF3F3
(252,243,243)
#FCF4F4
(252,244,244)
#FCF5F5
(252,245,245)
#FCF6F6
(252,246,246)
#FCF7F7
(252,247,247)
#FCF8F8
(252,248,248)
#FCF9F9
(252,249,249)
#FCFAFA
(252,250,250)
#FCFBFB
(252,251,251)
#FCFCFC
(252,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF2F2; }

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

This text font color is #FCF2F2.


Background Color

.myBgColor { background-color: #FCF2F2; }

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

This div background color is #FCF2F2.


Border color

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

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

This div border color is #FCF2F2.


Opacity

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

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

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

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

This text has shadow with #FCF2F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF2F2 on black background.


Color preview on white background

This text has color #FCF2F2 on white background.



Black color preview on #FCF2F2 background

This text has black color on #FCF2F2 background.


White color preview on #FCF2F2 background

This text has white color on #FCF2F2 background.