COLOR #FCFEFA

HEX: #FCFEFA
RGB: (252,254,250)

Color info

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

RGB color model

#FCFEFA color RGB value is (252,254,250).

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

RGB channels and saturation

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

252
254
250

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

Portions of RGB colors in percentages

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

%33.33
%33.6
%33.07

CMYK color model

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

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

CMYK percentages

%0.79
%0
%1.57
%0.39

Codes

Color #FCFEFA in popluar color models

FCFEFA
RGB252254250
HSL90°66.67%98.82%
HSB/HSV90°1.57%99.61%
CMYK0.79%0.00%1.57%
0.39%

Color #FCFEFA in popluar number systems.

HEXFCFEFA
Decimal252254250
Binary111111001111111011111010
Octal374376372

Shades and tints

Shades of #FCFEFA

#FCFEFA
(252,254,250)
#E6E7E4
(230,231,228)
#D0D0CE
(208,208,206)
#BAB9B8
(186,185,184)
#A4A2A2
(164,162,162)
#8E8B8C
(142,139,140)
#787476
(120,116,118)
#625D60
(98,93,96)
#4C464A
(76,70,74)
#362F34
(54,47,52)
#20181E
(32,24,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFEFA; }

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

This text font color is #FCFEFA.


Background Color

.myBgColor { background-color: #FCFEFA; }

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

This div background color is #FCFEFA.


Border color

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

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

This div border color is #FCFEFA.


Opacity

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

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

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

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

This text has shadow with #FCFEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFEFA on black background.


Color preview on white background

This text has color #FCFEFA on white background.



Black color preview on #FCFEFA background

This text has black color on #FCFEFA background.


White color preview on #FCFEFA background

This text has white color on #FCFEFA background.