COLOR #FCFCFC

HEX: #FCFCFC RGB: (252,252,252)

Color info

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

RGB color model

#FCFCFC color RGB value is (252,252,252).

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

RGB channels and saturation

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

252
252
252

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

Portions of RGB colors in percentages

R + G + B = 252 + 252 + 252 = 756 (100%)
R 252 of 756 ~ 33.33%
G 252 of 756 ~ 33.33%
B 252 of 756 ~ 33.33'%

%33.33
%33.33
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (0,0,0,1)
C0M0Y0K1 (0%, 0%, 0%, 1%)
(0.00 / 0.00 / 0.00 / 0.01)

CMYK percentages

%0
%0
%0
%1.18

Codes

Color #FCFCFC in popluar color models

FC FC FC
RGB 252 252 252
HSL 0.00% 0.99%
HSB/HSV 0.00% 0.99%
CMYK 0.00% 0.00% 0.00%
1.18%

Color #FCFCFC in popluar number systems.

HEX FC FC FC
Decimal 252 252 252
Binary 11111100 11111100 11111100
Octal 374 374 374

Shades and tints

Shades of #FCFCFC

#FCFCFC
(252,252,252)
#E6E6E6
(230,230,230)
#D0D0D0
(208,208,208)
#BABABA
(186,186,186)
#A4A4A4
(164,164,164)
#8E8E8E
(142,142,142)
#787878
(120,120,120)
#626262
(98,98,98)
#4C4C4C
(76,76,76)
#363636
(54,54,54)
#202020
(32,32,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFCFC; }

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

This text font color is #FCFCFC.

Background Color

.myBgColor { background-color: #FCFCFC; }

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

This div background color is #FCFCFC.

Border color

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

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

This div border color is #FCFCFC.

Opacity

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

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

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

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

This text has shadow with #FCFCFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFCFC.

Preview

Color preview on black background

This text has color #FCFCFC on black background.


Color preview on white background

This text has color #FCFCFC on white background.


Black color preview on #FCFCFC background

This text has black color on #FCFCFC background.


White color preview on #FCFCFC background

This text has white color on #FCFCFC background.


Related colors

Complementary color

Complementary color for #hex is #030303.


I love getcolorcode.com