COLOR #FCFBF6

HEX: #FCFBF6
RGB: (252,251,246)

Color info

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

RGB color model

#FCFBF6 color RGB value is (252,251,246).

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

RGB channels and saturation

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

252
251
246

R + G + B ~ 98%. #FCFBF6 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 251 + 246 = 749 (100%)
R 252 of 749 ~ 33.64%
G 251 of 749 ~ 33.51%
B 246 of 749 ~ 32.84%

%33.64
%33.51
%32.84

CMYK color model

#FCFBF6 color CMYK value is (0,0,2,1).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 2.38%
  • key color value is 1.18%
CMYK:
(0,0,2,1)
C0M0Y2K1 
(0%,0%,2%,1%)
(0.00/0.00/0.02/0.01)	

CMYK percentages

%0
%0.4
%2.38
%1.18

Codes

Color #FCFBF6 in popluar color models

FCFBF6
RGB252251246
HSL50°50.00%97.65%
HSB/HSV50°2.38%98.82%
CMYK0.00%0.40%2.38%
1.18%

Color #FCFBF6 in popluar number systems.

HEXFCFBF6
Decimal252251246
Binary111111001111101111110110
Octal374373366

Shades and tints

Shades of #FCFBF6

#FCFBF6
(252,251,246)
#E6E5E0
(230,229,224)
#D0CFCA
(208,207,202)
#BAB9B4
(186,185,180)
#A4A39E
(164,163,158)
#8E8D88
(142,141,136)
#787772
(120,119,114)
#62615C
(98,97,92)
#4C4B46
(76,75,70)
#363530
(54,53,48)
#201F1A
(32,31,26)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFBF6; }

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

This text font color is #FCFBF6.


Background Color

.myBgColor { background-color: #FCFBF6; }

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

This div background color is #FCFBF6.


Border color

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

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

This div border color is #FCFBF6.


Opacity

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

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

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

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

This text has shadow with #FCFBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFBF6 on black background.


Color preview on white background

This text has color #FCFBF6 on white background.



Black color preview on #FCFBF6 background

This text has black color on #FCFBF6 background.


White color preview on #FCFBF6 background

This text has white color on #FCFBF6 background.