COLOR #FCFBFE

HEX: #FCFBFE
RGB: (252,251,254)

Color info

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

RGB color model

#FCFBFE color RGB value is (252,251,254).

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

RGB channels and saturation

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

252
251
254

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

Portions of RGB colors in percentages

R + G + B =
252 + 251 + 254 = 757 (100%)
R 252 of 757 ~ 33.29%
G 251 of 757 ~ 33.16%
B 254 of 757 ~ 33.55%

%33.29
%33.16
%33.55

CMYK color model

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

  • cyan value is 0.79%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,1,0,0)
C1M1Y0K0 
(1%,1%,0%,0%)
(0.01/0.01/0.00/0.00)	

CMYK percentages

%0.79
%1.18
%0
%0.39

Codes

Color #FCFBFE in popluar color models

FCFBFE
RGB252251254
HSL260°60.00%99.02%
HSB/HSV260°1.18%99.61%
CMYK0.79%1.18%0.00%
0.39%

Color #FCFBFE in popluar number systems.

HEXFCFBFE
Decimal252251254
Binary111111001111101111111110
Octal374373376

Shades and tints

Shades of #FCFBFE

#FCFBFE
(252,251,254)
#E6E5E7
(230,229,231)
#D0CFD0
(208,207,208)
#BAB9B9
(186,185,185)
#A4A3A2
(164,163,162)
#8E8D8B
(142,141,139)
#787774
(120,119,116)
#62615D
(98,97,93)
#4C4B46
(76,75,70)
#36352F
(54,53,47)
#201F18
(32,31,24)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFBFE; }

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

This text font color is #FCFBFE.


Background Color

.myBgColor { background-color: #FCFBFE; }

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

This div background color is #FCFBFE.


Border color

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

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

This div border color is #FCFBFE.


Opacity

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

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

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

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

This text has shadow with #FCFBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFBFE on black background.


Color preview on white background

This text has color #FCFBFE on white background.



Black color preview on #FCFBFE background

This text has black color on #FCFBFE background.


White color preview on #FCFBFE background

This text has white color on #FCFBFE background.