COLOR #FCFBFC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

252
251
252

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

Portions of RGB colors in percentages

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

%33.38
%33.25
%33.38

CMYK color model

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

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

Codes

Color #FCFBFC in popluar color models

FC FB FC
RGB 252 251 252
HSL 300° 14.29% 98.63%
HSB/HSV 300° 0.40% 98.82%
CMYK 0.00% 0.40% 0.00%
1.18%

Color #FCFBFC in popluar number systems.

HEX FC FB FC
Decimal 252 251 252
Binary 11111100 11111011 11111100
Octal 374 373 374

Shades and tints

Shades of #FCFBFC

#FCFBFC
(252,251,252)
#E6E5E6
(230,229,230)
#D0CFD0
(208,207,208)
#BAB9BA
(186,185,186)
#A4A3A4
(164,163,164)
#8E8D8E
(142,141,142)
#787778
(120,119,120)
#626162
(98,97,98)
#4C4B4C
(76,75,76)
#363536
(54,53,54)
#201F20
(32,31,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFBFC; }

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

This text font color is #FCFBFC.

Background Color

.myBgColor { background-color: #FCFBFC; }

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

This div background color is #FCFBFC.

Border color

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

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

This div border color is #FCFBFC.

Opacity

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

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

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

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

This text has shadow with #FCFBFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFBFC.

Preview

Color preview on black background

This text has color #FCFBFC on black background.


Color preview on white background

This text has color #FCFBFC on white background.


Black color preview on #FCFBFC background

This text has black color on #FCFBFC background.


White color preview on #FCFBFC background

This text has white color on #FCFBFC background.


Related colors

Complementary color

Complementary color for #hex is #030403.


I love getcolorcode.com

Triadic colors

1 #FCFCFB and #FBFCFC with #FCFBFC are triadic colors.

2 #FCFBFC and #FBFCFC with #FCFBFC are triadic colors.