COLOR #FCF1EB

HEX: #FCF1EB
RGB: (252,241,235)

Color info

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

RGB color model

#FCF1EB color RGB value is (252,241,235).

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

RGB channels and saturation

R 252 of 255 = 99%
G 241 of 255 = 95%
B 235 of 255 = 92%

252
241
235

R + G + B ~ 95%. #FCF1EB is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 241 + 235 = 728 (100%)
R 252 of 728 ~ 34.62%
G 241 of 728 ~ 33.1%
B 235 of 728 ~ 32.28%

%34.62
%33.1
%32.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 6.75%
  • key color value is 1.18%
CMYK:
(0,4,7,1)
C0M4Y7K1 
(0%,4%,7%,1%)
(0.00/0.04/0.07/0.01)	

CMYK percentages

%0
%4.37
%6.75
%1.18

Codes

Color #FCF1EB in popluar color models

FCF1EB
RGB252241235
HSL21°73.91%95.49%
HSB/HSV21°6.75%98.82%
CMYK0.00%4.37%6.75%
1.18%

Color #FCF1EB in popluar number systems.

HEXFCF1EB
Decimal252241235
Binary111111001111000111101011
Octal374361353

Shades and tints

Shades of #FCF1EB

#FCF1EB
(252,241,235)
#E6DCD6
(230,220,214)
#D0C7C1
(208,199,193)
#BAB2AC
(186,178,172)
#A49D97
(164,157,151)
#8E8882
(142,136,130)
#78736D
(120,115,109)
#625E58
(98,94,88)
#4C4943
(76,73,67)
#36342E
(54,52,46)
#201F19
(32,31,25)
#000000
(0,0,0)

Tints of #FCF1EB

#FCF1EB
(252,241,235)
#FCF2EC
(252,242,236)
#FCF3ED
(252,243,237)
#FCF4EE
(252,244,238)
#FCF5EF
(252,245,239)
#FCF6F0
(252,246,240)
#FCF7F1
(252,247,241)
#FCF8F2
(252,248,242)
#FCF9F3
(252,249,243)
#FCFAF4
(252,250,244)
#FCFBF5
(252,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF1EB; }

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

This text font color is #FCF1EB.


Background Color

.myBgColor { background-color: #FCF1EB; }

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

This div background color is #FCF1EB.


Border color

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

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

This div border color is #FCF1EB.


Opacity

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

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

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

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

This text has shadow with #FCF1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF1EB on black background.


Color preview on white background

This text has color #FCF1EB on white background.



Black color preview on #FCF1EB background

This text has black color on #FCF1EB background.


White color preview on #FCF1EB background

This text has white color on #FCF1EB background.