COLOR #FCF1F0

HEX: #FCF1F0
RGB: (252,241,240)

Color info

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

RGB color model

#FCF1F0 color RGB value is (252,241,240).

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

RGB channels and saturation

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

252
241
240

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

Portions of RGB colors in percentages

R + G + B =
252 + 241 + 240 = 733 (100%)
R 252 of 733 ~ 34.38%
G 241 of 733 ~ 32.88%
B 240 of 733 ~ 32.74%

%34.38
%32.88
%32.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.37%
  • 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
%4.37
%4.76
%1.18

Codes

Color #FCF1F0 in popluar color models

FCF1F0
RGB252241240
HSL66.67%96.47%
HSB/HSV4.76%98.82%
CMYK0.00%4.37%4.76%
1.18%

Color #FCF1F0 in popluar number systems.

HEXFCF1F0
Decimal252241240
Binary111111001111000111110000
Octal374361360

Shades and tints

Shades of #FCF1F0

#FCF1F0
(252,241,240)
#E6DCDB
(230,220,219)
#D0C7C6
(208,199,198)
#BAB2B1
(186,178,177)
#A49D9C
(164,157,156)
#8E8887
(142,136,135)
#787372
(120,115,114)
#625E5D
(98,94,93)
#4C4948
(76,73,72)
#363433
(54,52,51)
#201F1E
(32,31,30)
#000000
(0,0,0)

Tints of #FCF1F0

#FCF1F0
(252,241,240)
#FCF2F1
(252,242,241)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF1F0; }

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

This text font color is #FCF1F0.


Background Color

.myBgColor { background-color: #FCF1F0; }

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

This div background color is #FCF1F0.


Border color

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

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

This div border color is #FCF1F0.


Opacity

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

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

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

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

This text has shadow with #FCF1F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF1F0 on black background.


Color preview on white background

This text has color #FCF1F0 on white background.



Black color preview on #FCF1F0 background

This text has black color on #FCF1F0 background.


White color preview on #FCF1F0 background

This text has white color on #FCF1F0 background.