COLOR #FCFAFA

HEX: #FCFAFA RGB: (252,250,250)

Color info

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

RGB color model

#FCFAFA color RGB value is (252,250,250).

RGB: (252,250,250) (99%, 98%, 98%)

RGB channels and saturation

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

252
250
250

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

Portions of RGB colors in percentages

R + G + B = 252 + 250 + 250 = 752 (100%)
R 252 of 752 ~ 33.51%
G 250 of 752 ~ 33.24%
B 250 of 752 ~ 33.24'%

%33.51
%33.24
%33.24

CMYK color model

#FCFAFA color CMYK value is (0,1,1,1).

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

CMYK percentages

%0
%0.79
%0.79
%1.18

Codes

Color #FCFAFA in popluar color models

FC FA FA
RGB 252 250 250
HSL 25.00% 98.43%
HSB/HSV 0.79% 98.82%
CMYK 0.00% 0.79% 0.79%
1.18%

Color #FCFAFA in popluar number systems.

HEX FC FA FA
Decimal 252 250 250
Binary 11111100 11111010 11111010
Octal 374 372 372

Shades and tints

Shades of #FCFAFA

#FCFAFA
(252,250,250)
#E6E4E4
(230,228,228)
#D0CECE
(208,206,206)
#BAB8B8
(186,184,184)
#A4A2A2
(164,162,162)
#8E8C8C
(142,140,140)
#787676
(120,118,118)
#626060
(98,96,96)
#4C4A4A
(76,74,74)
#363434
(54,52,52)
#201E1E
(32,30,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFAFA; }

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

This text font color is #FCFAFA.

Background Color

.myBgColor { background-color: #FCFAFA; }

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

This div background color is #FCFAFA.

Border color

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

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

This div border color is #FCFAFA.

Opacity

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

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

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

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

This text has shadow with #FCFAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFAFA.

Preview

Color preview on black background

This text has color #FCFAFA on black background.


Color preview on white background

This text has color #FCFAFA on white background.


Black color preview on #FCFAFA background

This text has black color on #FCFAFA background.


White color preview on #FCFAFA background

This text has white color on #FCFAFA background.


Related colors

Complementary color

Complementary color for #hex is #030505.


I love getcolorcode.com