COLOR #FCF1F8

HEX: #FCF1F8
RGB: (252,241,248)

Color info

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

RGB color model

#FCF1F8 color RGB value is (252,241,248).

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

RGB channels and saturation

R 252 of 255 = 99%
G 241 of 255 = 95%
B 248 of 255 = 97%

252
241
248

R + G + B ~ 97%. #FCF1F8 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 241 + 248 = 741 (100%)
R 252 of 741 ~ 34.01%
G 241 of 741 ~ 32.52%
B 248 of 741 ~ 33.47%

%34.01
%32.52
%33.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 1.59%
  • key color value is 1.18%
CMYK:
(0,4,2,1)
C0M4Y2K1 
(0%,4%,2%,1%)
(0.00/0.04/0.02/0.01)	

CMYK percentages

%0
%4.37
%1.59
%1.18

Codes

Color #FCF1F8 in popluar color models

FCF1F8
RGB252241248
HSL322°64.71%96.67%
HSB/HSV322°4.37%98.82%
CMYK0.00%4.37%1.59%
1.18%

Color #FCF1F8 in popluar number systems.

HEXFCF1F8
Decimal252241248
Binary111111001111000111111000
Octal374361370

Shades and tints

Shades of #FCF1F8

#FCF1F8
(252,241,248)
#E6DCE2
(230,220,226)
#D0C7CC
(208,199,204)
#BAB2B6
(186,178,182)
#A49DA0
(164,157,160)
#8E888A
(142,136,138)
#787374
(120,115,116)
#625E5E
(98,94,94)
#4C4948
(76,73,72)
#363432
(54,52,50)
#201F1C
(32,31,28)
#000000
(0,0,0)

Tints of #FCF1F8

#FCF1F8
(252,241,248)
#FCF2F8
(252,242,248)
#FCF3F8
(252,243,248)
#FCF4F8
(252,244,248)
#FCF5F8
(252,245,248)
#FCF6F8
(252,246,248)
#FCF7F8
(252,247,248)
#FCF8F8
(252,248,248)
#FCF9F8
(252,249,248)
#FCFAF8
(252,250,248)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF1F8; }

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

This text font color is #FCF1F8.


Background Color

.myBgColor { background-color: #FCF1F8; }

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

This div background color is #FCF1F8.


Border color

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

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

This div border color is #FCF1F8.


Opacity

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

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

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

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

This text has shadow with #FCF1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF1F8 on black background.


Color preview on white background

This text has color #FCF1F8 on white background.



Black color preview on #FCF1F8 background

This text has black color on #FCF1F8 background.


White color preview on #FCF1F8 background

This text has white color on #FCF1F8 background.