COLOR #FCF3EF

HEX: #FCF3EF
RGB: (252,243,239)

Color info

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

RGB color model

#FCF3EF color RGB value is (252,243,239).

  • red value is 252;
  • green value is 243;
  • blue value is 239.
RGB:
(252,243,239)
(99%,95%,94%)

RGB channels and saturation

R 252 of 255 = 99%
G 243 of 255 = 95%
B 239 of 255 = 94%

252
243
239

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

Portions of RGB colors in percentages

R + G + B =
252 + 243 + 239 = 734 (100%)
R 252 of 734 ~ 34.33%
G 243 of 734 ~ 33.11%
B 239 of 734 ~ 32.56%

%34.33
%33.11
%32.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 5.16%
  • key color value is 1.18%
CMYK:
(0,4,5,1)
C0M4Y5K1 
(0%,4%,5%,1%)
(0.00/0.04/0.05/0.01)	

CMYK percentages

%0
%3.57
%5.16
%1.18

Codes

Color #FCF3EF in popluar color models

FCF3EF
RGB252243239
HSL18°68.42%96.27%
HSB/HSV18°5.16%98.82%
CMYK0.00%3.57%5.16%
1.18%

Color #FCF3EF in popluar number systems.

HEXFCF3EF
Decimal252243239
Binary111111001111001111101111
Octal374363357

Shades and tints

Shades of #FCF3EF

#FCF3EF
(252,243,239)
#E6DDDA
(230,221,218)
#D0C7C5
(208,199,197)
#BAB1B0
(186,177,176)
#A49B9B
(164,155,155)
#8E8586
(142,133,134)
#786F71
(120,111,113)
#62595C
(98,89,92)
#4C4347
(76,67,71)
#362D32
(54,45,50)
#20171D
(32,23,29)
#000000
(0,0,0)

Tints of #FCF3EF

#FCF3EF
(252,243,239)
#FCF4F0
(252,244,240)
#FCF5F1
(252,245,241)
#FCF6F2
(252,246,242)
#FCF7F3
(252,247,243)
#FCF8F4
(252,248,244)
#FCF9F5
(252,249,245)
#FCFAF6
(252,250,246)
#FCFBF7
(252,251,247)
#FCFCF8
(252,252,248)
#FCFDF9
(252,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF3EF color. Also use rgb(252,243,239) instead hex code.

Text Font Color

.myTextColor { color: #FCF3EF; }

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

This text font color is #FCF3EF.


Background Color

.myBgColor { background-color: #FCF3EF; }

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

This div background color is #FCF3EF.


Border color

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

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

This div border color is #FCF3EF.


Opacity

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

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

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

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

This text has shadow with #FCF3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF3EF on black background.


Color preview on white background

This text has color #FCF3EF on white background.



Black color preview on #FCF3EF background

This text has black color on #FCF3EF background.


White color preview on #FCF3EF background

This text has white color on #FCF3EF background.