COLOR #FCFFFA

HEX: #FCFFFA
RGB: (252,255,250)

Color info

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

RGB color model

#FCFFFA color RGB value is (252,255,250).

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

RGB channels and saturation

R 252 of 255 = 99%
G 255 of 255 = 100%
B 250 of 255 = 98%

252
255
250

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

Portions of RGB colors in percentages

R + G + B =
252 + 255 + 250 = 757 (100%)
R 252 of 757 ~ 33.29%
G 255 of 757 ~ 33.69%
B 250 of 757 ~ 33.03%

%33.29
%33.69
%33.03

CMYK color model

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

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

CMYK percentages

%1.18
%0
%1.96
%0

Codes

Color #FCFFFA in popluar color models

FCFFFA
RGB252255250
HSL96°100.00%99.02%
HSB/HSV96°1.96%100.00%
CMYK1.18%0.00%1.96%
0.00%

Color #FCFFFA in popluar number systems.

HEXFCFFFA
Decimal252255250
Binary111111001111111111111010
Octal374377372

Shades and tints

Shades of #FCFFFA

#FCFFFA
(252,255,250)
#E6E8E4
(230,232,228)
#D0D1CE
(208,209,206)
#BABAB8
(186,186,184)
#A4A3A2
(164,163,162)
#8E8C8C
(142,140,140)
#787576
(120,117,118)
#625E60
(98,94,96)
#4C474A
(76,71,74)
#363034
(54,48,52)
#20191E
(32,25,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFFFA; }

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

This text font color is #FCFFFA.


Background Color

.myBgColor { background-color: #FCFFFA; }

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

This div background color is #FCFFFA.


Border color

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

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

This div border color is #FCFFFA.


Opacity

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

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

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

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

This text has shadow with #FCFFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFFFA on black background.


Color preview on white background

This text has color #FCFFFA on white background.



Black color preview on #FCFFFA background

This text has black color on #FCFFFA background.


White color preview on #FCFFFA background

This text has white color on #FCFFFA background.