COLOR #FCF3F2

HEX: #FCF3F2
RGB: (252,243,242)

Color info

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

RGB color model

#FCF3F2 color RGB value is (252,243,242).

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

RGB channels and saturation

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

252
243
242

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

Portions of RGB colors in percentages

R + G + B =
252 + 243 + 242 = 737 (100%)
R 252 of 737 ~ 34.19%
G 243 of 737 ~ 32.97%
B 242 of 737 ~ 32.84%

%34.19
%32.97
%32.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.57%
  • 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.57
%3.97
%1.18

Codes

Color #FCF3F2 in popluar color models

FCF3F2
RGB252243242
HSL62.50%96.86%
HSB/HSV3.97%98.82%
CMYK0.00%3.57%3.97%
1.18%

Color #FCF3F2 in popluar number systems.

HEXFCF3F2
Decimal252243242
Binary111111001111001111110010
Octal374363362

Shades and tints

Shades of #FCF3F2

#FCF3F2
(252,243,242)
#E6DDDC
(230,221,220)
#D0C7C6
(208,199,198)
#BAB1B0
(186,177,176)
#A49B9A
(164,155,154)
#8E8584
(142,133,132)
#786F6E
(120,111,110)
#625958
(98,89,88)
#4C4342
(76,67,66)
#362D2C
(54,45,44)
#201716
(32,23,22)
#000000
(0,0,0)

Tints of #FCF3F2

#FCF3F2
(252,243,242)
#FCF4F3
(252,244,243)
#FCF5F4
(252,245,244)
#FCF6F5
(252,246,245)
#FCF7F6
(252,247,246)
#FCF8F7
(252,248,247)
#FCF9F8
(252,249,248)
#FCFAF9
(252,250,249)
#FCFBFA
(252,251,250)
#FCFCFB
(252,252,251)
#FCFDFC
(252,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF3F2; }

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

This text font color is #FCF3F2.


Background Color

.myBgColor { background-color: #FCF3F2; }

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

This div background color is #FCF3F2.


Border color

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

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

This div border color is #FCF3F2.


Opacity

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

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

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

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

This text has shadow with #FCF3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF3F2 on black background.


Color preview on white background

This text has color #FCF3F2 on white background.



Black color preview on #FCF3F2 background

This text has black color on #FCF3F2 background.


White color preview on #FCF3F2 background

This text has white color on #FCF3F2 background.