COLOR #FCFBF1

HEX: #FCFBF1
RGB: (252,251,241)

Color info

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

RGB color model

#FCFBF1 color RGB value is (252,251,241).

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

RGB channels and saturation

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

252
251
241

R + G + B ~ 97%. #FCFBF1 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 251 + 241 = 744 (100%)
R 252 of 744 ~ 33.87%
G 251 of 744 ~ 33.74%
B 241 of 744 ~ 32.39%

%33.87
%33.74
%32.39

CMYK color model

#FCFBF1 color CMYK value is (0,0,4,1).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 4.37%
  • key color value is 1.18%
CMYK:
(0,0,4,1)
C0M0Y4K1 
(0%,0%,4%,1%)
(0.00/0.00/0.04/0.01)	

CMYK percentages

%0
%0.4
%4.37
%1.18

Codes

Color #FCFBF1 in popluar color models

FCFBF1
RGB252251241
HSL55°64.71%96.67%
HSB/HSV55°4.37%98.82%
CMYK0.00%0.40%4.37%
1.18%

Color #FCFBF1 in popluar number systems.

HEXFCFBF1
Decimal252251241
Binary111111001111101111110001
Octal374373361

Shades and tints

Shades of #FCFBF1

#FCFBF1
(252,251,241)
#E6E5DC
(230,229,220)
#D0CFC7
(208,207,199)
#BAB9B2
(186,185,178)
#A4A39D
(164,163,157)
#8E8D88
(142,141,136)
#787773
(120,119,115)
#62615E
(98,97,94)
#4C4B49
(76,75,73)
#363534
(54,53,52)
#201F1F
(32,31,31)
#000000
(0,0,0)

Tints of #FCFBF1

#FCFBF1
(252,251,241)
#FCFBF2
(252,251,242)
#FCFBF3
(252,251,243)
#FCFBF4
(252,251,244)
#FCFBF5
(252,251,245)
#FCFBF6
(252,251,246)
#FCFBF7
(252,251,247)
#FCFBF8
(252,251,248)
#FCFBF9
(252,251,249)
#FCFBFA
(252,251,250)
#FCFBFB
(252,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFBF1; }

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

This text font color is #FCFBF1.


Background Color

.myBgColor { background-color: #FCFBF1; }

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

This div background color is #FCFBF1.


Border color

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

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

This div border color is #FCFBF1.


Opacity

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

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

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

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

This text has shadow with #FCFBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFBF1 on black background.


Color preview on white background

This text has color #FCFBF1 on white background.



Black color preview on #FCFBF1 background

This text has black color on #FCFBF1 background.


White color preview on #FCFBF1 background

This text has white color on #FCFBF1 background.