COLOR #FCF8FC

HEX: #FCF8FC
RGB: (252,248,252)

Color info

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

RGB color model

#FCF8FC color RGB value is (252,248,252).

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

RGB channels and saturation

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

252
248
252

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

Portions of RGB colors in percentages

R + G + B =
252 + 248 + 252 = 752 (100%)
R 252 of 752 ~ 33.51%
G 248 of 752 ~ 32.98%
B 252 of 752 ~ 33.51%

%33.51
%32.98
%33.51

CMYK color model

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

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

CMYK percentages

%0
%1.59
%0
%1.18

Codes

Color #FCF8FC in popluar color models

FCF8FC
RGB252248252
HSL300°40.00%98.04%
HSB/HSV300°1.59%98.82%
CMYK0.00%1.59%0.00%
1.18%

Color #FCF8FC in popluar number systems.

HEXFCF8FC
Decimal252248252
Binary111111001111100011111100
Octal374370374

Shades and tints

Shades of #FCF8FC

#FCF8FC
(252,248,252)
#E6E2E6
(230,226,230)
#D0CCD0
(208,204,208)
#BAB6BA
(186,182,186)
#A4A0A4
(164,160,164)
#8E8A8E
(142,138,142)
#787478
(120,116,120)
#625E62
(98,94,98)
#4C484C
(76,72,76)
#363236
(54,50,54)
#201C20
(32,28,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF8FC; }

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

This text font color is #FCF8FC.


Background Color

.myBgColor { background-color: #FCF8FC; }

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

This div background color is #FCF8FC.


Border color

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

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

This div border color is #FCF8FC.


Opacity

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

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

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

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

This text has shadow with #FCF8FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF8FC on black background.


Color preview on white background

This text has color #FCF8FC on white background.



Black color preview on #FCF8FC background

This text has black color on #FCF8FC background.


White color preview on #FCF8FC background

This text has white color on #FCF8FC background.