COLOR #FCFCFD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

252
252
253

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

Portions of RGB colors in percentages

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

%33.29
%33.29
%33.42

CMYK color model

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

  • cyan value is 0.40%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • 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.4
%0
%0.78

Codes

Color #FCFCFD in popluar color models

FC FC FD
RGB 252 252 253
HSL 240° 20.00% 99.02%
HSB/HSV 240° 0.40% 99.22%
CMYK 0.40% 0.40% 0.00%
0.78%

Color #FCFCFD in popluar number systems.

HEX FC FC FD
Decimal 252 252 253
Binary 11111100 11111100 11111101
Octal 374 374 375

Shades and tints

Shades of #FCFCFD

#FCFCFD
(252,252,253)
#E6E6E6
(230,230,230)
#D0D0CF
(208,208,207)
#BABAB8
(186,186,184)
#A4A4A1
(164,164,161)
#8E8E8A
(142,142,138)
#787873
(120,120,115)
#62625C
(98,98,92)
#4C4C45
(76,76,69)
#36362E
(54,54,46)
#202017
(32,32,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFCFD; }

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

This text font color is #FCFCFD.

Background Color

.myBgColor { background-color: #FCFCFD; }

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

This div background color is #FCFCFD.

Border color

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

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

This div border color is #FCFCFD.

Opacity

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

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

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

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

This text has shadow with #FCFCFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFCFD.

Preview

Color preview on black background

This text has color #FCFCFD on black background.


Color preview on white background

This text has color #FCFCFD on white background.


Black color preview on #FCFCFD background

This text has black color on #FCFCFD background.


White color preview on #FCFCFD background

This text has white color on #FCFCFD background.


Related colors

Complementary color

Complementary color for #hex is #030302.


I love getcolorcode.com