COLOR #FCF8FF

HEX: #FCF8FF
RGB: (252,248,255)

Color info

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

RGB color model

#FCF8FF color RGB value is (252,248,255).

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

RGB channels and saturation

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

252
248
255

R + G + B ~ 99%. #FCF8FF is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 248 + 255 = 755 (100%)
R 252 of 755 ~ 33.38%
G 248 of 755 ~ 32.85%
B 255 of 755 ~ 33.77%

%33.38
%32.85
%33.77

CMYK color model

#FCF8FF color CMYK value is (1,3,0,0).

  • cyan value is 1.18%
  • magenta value is 2.75%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(1,3,0,0)
C1M3Y0K0 
(1%,3%,0%,0%)
(0.01/0.03/0.00/0.00)	

CMYK percentages

%1.18
%2.75
%0
%0

Codes

Color #FCF8FF in popluar color models

FCF8FF
RGB252248255
HSL274°100.00%98.63%
HSB/HSV274°2.75%100.00%
CMYK1.18%2.75%0.00%
0.00%

Color #FCF8FF in popluar number systems.

HEXFCF8FF
Decimal252248255
Binary111111001111100011111111
Octal374370377

Shades and tints

Shades of #FCF8FF

#FCF8FF
(252,248,255)
#E6E2E8
(230,226,232)
#D0CCD1
(208,204,209)
#BAB6BA
(186,182,186)
#A4A0A3
(164,160,163)
#8E8A8C
(142,138,140)
#787475
(120,116,117)
#625E5E
(98,94,94)
#4C4847
(76,72,71)
#363230
(54,50,48)
#201C19
(32,28,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF8FF; }

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

This text font color is #FCF8FF.


Background Color

.myBgColor { background-color: #FCF8FF; }

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

This div background color is #FCF8FF.


Border color

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

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

This div border color is #FCF8FF.


Opacity

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

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

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

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

This text has shadow with #FCF8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF8FF on black background.


Color preview on white background

This text has color #FCF8FF on white background.



Black color preview on #FCF8FF background

This text has black color on #FCF8FF background.


White color preview on #FCF8FF background

This text has white color on #FCF8FF background.