COLOR #FCFDFC

HEX: #FCFDFC
RGB: (252,253,252)

Color info

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

RGB color model

#FCFDFC color RGB value is (252,253,252).

  • red value is 252;
  • green value is 253;
  • blue value is 252.
RGB:
(252,253,252)
(99%,99%,99%)

RGB channels and saturation

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

252
253
252

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

Portions of RGB colors in percentages

R + G + B =
252 + 253 + 252 = 757 (100%)
R 252 of 757 ~ 33.29%
G 253 of 757 ~ 33.42%
B 252 of 757 ~ 33.29%

%33.29
%33.42
%33.29

CMYK color model

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

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 0.78%
CMYK:
(0,0,0,1)
C0M0Y0K1 
(0%,0%,0%,1%)
(0.00/0.00/0.00/0.01)	

CMYK percentages

%0.4
%0
%0.4
%0.78

Codes

Color #FCFDFC in popluar color models

FCFDFC
RGB252253252
HSL120°20.00%99.02%
HSB/HSV120°0.40%99.22%
CMYK0.40%0.00%0.40%
0.78%

Color #FCFDFC in popluar number systems.

HEXFCFDFC
Decimal252253252
Binary111111001111110111111100
Octal374375374

Shades and tints

Shades of #FCFDFC

#FCFDFC
(252,253,252)
#E6E6E6
(230,230,230)
#D0CFD0
(208,207,208)
#BAB8BA
(186,184,186)
#A4A1A4
(164,161,164)
#8E8A8E
(142,138,142)
#787378
(120,115,120)
#625C62
(98,92,98)
#4C454C
(76,69,76)
#362E36
(54,46,54)
#201720
(32,23,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFDFC; }

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

This text font color is #FCFDFC.


Background Color

.myBgColor { background-color: #FCFDFC; }

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

This div background color is #FCFDFC.


Border color

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

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

This div border color is #FCFDFC.


Opacity

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

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

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

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

This text has shadow with #FCFDFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFDFC on black background.


Color preview on white background

This text has color #FCFDFC on white background.



Black color preview on #FCFDFC background

This text has black color on #FCFDFC background.


White color preview on #FCFDFC background

This text has white color on #FCFDFC background.