COLOR #FCF8FA

HEX: #FCF8FA
RGB: (252,248,250)

Color info

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

RGB color model

#FCF8FA color RGB value is (252,248,250).

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

RGB channels and saturation

R 252 of 255 = 99%
G 248 of 255 = 97%
B 250 of 255 = 98%

252
248
250

R + G + B ~ 98%. #FCF8FA is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 248 + 250 = 750 (100%)
R 252 of 750 ~ 33.6%
G 248 of 750 ~ 33.07%
B 250 of 750 ~ 33.33%

%33.6
%33.07
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 0.79%
  • key color value is 1.18%
CMYK:
(0,2,1,1)
C0M2Y1K1 
(0%,2%,1%,1%)
(0.00/0.02/0.01/0.01)	

CMYK percentages

%0
%1.59
%0.79
%1.18

Codes

Color #FCF8FA in popluar color models

FCF8FA
RGB252248250
HSL330°40.00%98.04%
HSB/HSV330°1.59%98.82%
CMYK0.00%1.59%0.79%
1.18%

Color #FCF8FA in popluar number systems.

HEXFCF8FA
Decimal252248250
Binary111111001111100011111010
Octal374370372

Shades and tints

Shades of #FCF8FA

#FCF8FA
(252,248,250)
#E6E2E4
(230,226,228)
#D0CCCE
(208,204,206)
#BAB6B8
(186,182,184)
#A4A0A2
(164,160,162)
#8E8A8C
(142,138,140)
#787476
(120,116,118)
#625E60
(98,94,96)
#4C484A
(76,72,74)
#363234
(54,50,52)
#201C1E
(32,28,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF8FA; }

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

This text font color is #FCF8FA.


Background Color

.myBgColor { background-color: #FCF8FA; }

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

This div background color is #FCF8FA.


Border color

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

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

This div border color is #FCF8FA.


Opacity

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

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

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

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

This text has shadow with #FCF8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF8FA on black background.


Color preview on white background

This text has color #FCF8FA on white background.



Black color preview on #FCF8FA background

This text has black color on #FCF8FA background.


White color preview on #FCF8FA background

This text has white color on #FCF8FA background.