COLOR #FCFCFB

HEX: #FCFCFB
RGB: (252,252,251)

Color info

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

RGB color model

#FCFCFB color RGB value is (252,252,251).

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

RGB channels and saturation

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

252
252
251

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

Portions of RGB colors in percentages

R + G + B =
252 + 252 + 251 = 755 (100%)
R 252 of 755 ~ 33.38%
G 252 of 755 ~ 33.38%
B 251 of 755 ~ 33.25%

%33.38
%33.38
%33.25

CMYK color model

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

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

Codes

Color #FCFCFB in popluar color models

FCFCFB
RGB252252251
HSL60°14.29%98.63%
HSB/HSV60°0.40%98.82%
CMYK0.00%0.00%0.40%
1.18%

Color #FCFCFB in popluar number systems.

HEXFCFCFB
Decimal252252251
Binary111111001111110011111011
Octal374374373

Shades and tints

Shades of #FCFCFB

#FCFCFB
(252,252,251)
#E6E6E5
(230,230,229)
#D0D0CF
(208,208,207)
#BABAB9
(186,186,185)
#A4A4A3
(164,164,163)
#8E8E8D
(142,142,141)
#787877
(120,120,119)
#626261
(98,98,97)
#4C4C4B
(76,76,75)
#363635
(54,54,53)
#20201F
(32,32,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFCFB; }

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

This text font color is #FCFCFB.


Background Color

.myBgColor { background-color: #FCFCFB; }

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

This div background color is #FCFCFB.


Border color

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

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

This div border color is #FCFCFB.


Opacity

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

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

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

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

This text has shadow with #FCFCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFCFB on black background.


Color preview on white background

This text has color #FCFCFB on white background.



Black color preview on #FCFCFB background

This text has black color on #FCFCFB background.


White color preview on #FCFCFB background

This text has white color on #FCFCFB background.