COLOR #FCF4EB

HEX: #FCF4EB
RGB: (252,244,235)

Color info

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

RGB color model

#FCF4EB color RGB value is (252,244,235).

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

RGB channels and saturation

R 252 of 255 = 99%
G 244 of 255 = 96%
B 235 of 255 = 92%

252
244
235

R + G + B ~ 96%. #FCF4EB is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 244 + 235 = 731 (100%)
R 252 of 731 ~ 34.47%
G 244 of 731 ~ 33.38%
B 235 of 731 ~ 32.15%

%34.47
%33.38
%32.15

CMYK color model

#FCF4EB color CMYK value is (0,3,7,1).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 6.75%
  • key color value is 1.18%
CMYK:
(0,3,7,1)
C0M3Y7K1 
(0%,3%,7%,1%)
(0.00/0.03/0.07/0.01)	

CMYK percentages

%0
%3.17
%6.75
%1.18

Codes

Color #FCF4EB in popluar color models

FCF4EB
RGB252244235
HSL32°73.91%95.49%
HSB/HSV32°6.75%98.82%
CMYK0.00%3.17%6.75%
1.18%

Color #FCF4EB in popluar number systems.

HEXFCF4EB
Decimal252244235
Binary111111001111010011101011
Octal374364353

Shades and tints

Shades of #FCF4EB

#FCF4EB
(252,244,235)
#E6DED6
(230,222,214)
#D0C8C1
(208,200,193)
#BAB2AC
(186,178,172)
#A49C97
(164,156,151)
#8E8682
(142,134,130)
#78706D
(120,112,109)
#625A58
(98,90,88)
#4C4443
(76,68,67)
#362E2E
(54,46,46)
#201819
(32,24,25)
#000000
(0,0,0)

Tints of #FCF4EB

#FCF4EB
(252,244,235)
#FCF5EC
(252,245,236)
#FCF6ED
(252,246,237)
#FCF7EE
(252,247,238)
#FCF8EF
(252,248,239)
#FCF9F0
(252,249,240)
#FCFAF1
(252,250,241)
#FCFBF2
(252,251,242)
#FCFCF3
(252,252,243)
#FCFDF4
(252,253,244)
#FCFEF5
(252,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF4EB; }

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

This text font color is #FCF4EB.


Background Color

.myBgColor { background-color: #FCF4EB; }

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

This div background color is #FCF4EB.


Border color

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

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

This div border color is #FCF4EB.


Opacity

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

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

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

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

This text has shadow with #FCF4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF4EB on black background.


Color preview on white background

This text has color #FCF4EB on white background.



Black color preview on #FCF4EB background

This text has black color on #FCF4EB background.


White color preview on #FCF4EB background

This text has white color on #FCF4EB background.