COLOR #FCF2F0

HEX: #FCF2F0
RGB: (252,242,240)

Color info

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

RGB color model

#FCF2F0 color RGB value is (252,242,240).

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

RGB channels and saturation

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

252
242
240

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

Portions of RGB colors in percentages

R + G + B =
252 + 242 + 240 = 734 (100%)
R 252 of 734 ~ 34.33%
G 242 of 734 ~ 32.97%
B 240 of 734 ~ 32.7%

%34.33
%32.97
%32.7

CMYK color model

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

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

CMYK percentages

%0
%3.97
%4.76
%1.18

Codes

Color #FCF2F0 in popluar color models

FCF2F0
RGB252242240
HSL10°66.67%96.47%
HSB/HSV10°4.76%98.82%
CMYK0.00%3.97%4.76%
1.18%

Color #FCF2F0 in popluar number systems.

HEXFCF2F0
Decimal252242240
Binary111111001111001011110000
Octal374362360

Shades and tints

Shades of #FCF2F0

#FCF2F0
(252,242,240)
#E6DCDB
(230,220,219)
#D0C6C6
(208,198,198)
#BAB0B1
(186,176,177)
#A49A9C
(164,154,156)
#8E8487
(142,132,135)
#786E72
(120,110,114)
#62585D
(98,88,93)
#4C4248
(76,66,72)
#362C33
(54,44,51)
#20161E
(32,22,30)
#000000
(0,0,0)

Tints of #FCF2F0

#FCF2F0
(252,242,240)
#FCF3F1
(252,243,241)
#FCF4F2
(252,244,242)
#FCF5F3
(252,245,243)
#FCF6F4
(252,246,244)
#FCF7F5
(252,247,245)
#FCF8F6
(252,248,246)
#FCF9F7
(252,249,247)
#FCFAF8
(252,250,248)
#FCFBF9
(252,251,249)
#FCFCFA
(252,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF2F0; }

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

This text font color is #FCF2F0.


Background Color

.myBgColor { background-color: #FCF2F0; }

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

This div background color is #FCF2F0.


Border color

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

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

This div border color is #FCF2F0.


Opacity

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

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

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

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

This text has shadow with #FCF2F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF2F0 on black background.


Color preview on white background

This text has color #FCF2F0 on white background.



Black color preview on #FCF2F0 background

This text has black color on #FCF2F0 background.


White color preview on #FCF2F0 background

This text has white color on #FCF2F0 background.