COLOR #FCF3DA

HEX: #FCF3DA
RGB: (252,243,218)

Color info

#FCF3DA contains red, green and blue colors in about the same proportion. Web safe color of #FCF3DA is #FFFFCC (or #FFC).

RGB color model

#FCF3DA color RGB value is (252,243,218).

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

RGB channels and saturation

R 252 of 255 = 99%
G 243 of 255 = 95%
B 218 of 255 = 85%

252
243
218

R + G + B ~ 93%. #FCF3DA is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 243 + 218 = 713 (100%)
R 252 of 713 ~ 35.34%
G 243 of 713 ~ 34.08%
B 218 of 713 ~ 30.58%

%35.34
%34.08
%30.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 13.49%
  • key color value is 1.18%
CMYK:
(0,4,13,1)
C0M4Y13K1 
(0%,4%,13%,1%)
(0.00/0.04/0.13/0.01)	

CMYK percentages

%0
%3.57
%13.49
%1.18

Codes

Color #FCF3DA in popluar color models

FCF3DA
RGB252243218
HSL44°85.00%92.16%
HSB/HSV44°13.49%98.82%
CMYK0.00%3.57%13.49%
1.18%

Color #FCF3DA in popluar number systems.

HEXFCF3DA
Decimal252243218
Binary111111001111001111011010
Octal374363332

Shades and tints

Shades of #FCF3DA

#FCF3DA
(252,243,218)
#E6DDC7
(230,221,199)
#D0C7B4
(208,199,180)
#BAB1A1
(186,177,161)
#A49B8E
(164,155,142)
#8E857B
(142,133,123)
#786F68
(120,111,104)
#625955
(98,89,85)
#4C4342
(76,67,66)
#362D2F
(54,45,47)
#20171C
(32,23,28)
#000000
(0,0,0)

Tints of #FCF3DA

#FCF3DA
(252,243,218)
#FCF4DD
(252,244,221)
#FCF5E0
(252,245,224)
#FCF6E3
(252,246,227)
#FCF7E6
(252,247,230)
#FCF8E9
(252,248,233)
#FCF9EC
(252,249,236)
#FCFAEF
(252,250,239)
#FCFBF2
(252,251,242)
#FCFCF5
(252,252,245)
#FCFDF8
(252,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF3DA; }

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

This text font color is #FCF3DA.


Background Color

.myBgColor { background-color: #FCF3DA; }

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

This div background color is #FCF3DA.


Border color

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

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

This div border color is #FCF3DA.


Opacity

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

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

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

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

This text has shadow with #FCF3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF3DA on black background.


Color preview on white background

This text has color #FCF3DA on white background.



Black color preview on #FCF3DA background

This text has black color on #FCF3DA background.


White color preview on #FCF3DA background

This text has white color on #FCF3DA background.