COLOR #FCF3ED

HEX: #FCF3ED RGB: (252,243,237)

Color info

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

RGB color model

#FCF3ED color RGB value is (252,243,237).

RGB: (252,243,237) (99%, 95%, 93%)

RGB channels and saturation

R 252 of 255 = 99%
G 243 of 255 = 95%
B 237 of 255 = 93%

252
243
237

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

Portions of RGB colors in percentages

R + G + B = 252 + 243 + 237 = 732 (100%)
R 252 of 732 ~ 34.43%
G 243 of 732 ~ 33.2%
B 237 of 732 ~ 32.38'%

%34.43
%33.2
%32.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 5.95%
  • key color value is 1.18%
CMYK: (0,4,6,1) C0M4Y6K1 (0%,4%,6%,1%) (0.00/0.04/0.06/0.01) 

CMYK percentages

%0
%3.57
%5.95
%1.18

Codes

Color #FCF3ED in popluar color models

FC F3 ED
RGB 252 243 237
HSL 24° 71.43% 95.88%
HSB/HSV 24° 5.95% 98.82%
CMYK 0.00% 3.57% 5.95%
1.18%

Color #FCF3ED in popluar number systems.

HEX FC F3 ED
Decimal 252 243 237
Binary 11111100 11110011 11101101
Octal 374 363 355

Shades and tints

Shades of #FCF3ED

#FCF3ED
(252,243,237)
#E6DDD8
(230,221,216)
#D0C7C3
(208,199,195)
#BAB1AE
(186,177,174)
#A49B99
(164,155,153)
#8E8584
(142,133,132)
#786F6F
(120,111,111)
#62595A
(98,89,90)
#4C4345
(76,67,69)
#362D30
(54,45,48)
#20171B
(32,23,27)
#000000
(0,0,0)

Tints of #FCF3ED

#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)
#FCFCF6
(252,252,246)
#FCFDF7
(252,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF3ED; }

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

This text font color is #FCF3ED.

Background Color

.myBgColor { background-color: #FCF3ED; }

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

This div background color is #FCF3ED.

Border color

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

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

This div border color is #FCF3ED.

Opacity

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

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

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

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

This text has shadow with #FCF3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF3ED.

Preview

Color preview on black background

This text has color #FCF3ED on black background.


Color preview on white background

This text has color #FCF3ED on white background.


Black color preview on #FCF3ED background

This text has black color on #FCF3ED background.


White color preview on #FCF3ED background

This text has white color on #FCF3ED background.


Related colors

Complementary color

Complementary color for #hex is #030C12.


I love getcolorcode.com

Triadic colors

1 #EDFCF3 and #F3EDFC with #FCF3ED are triadic colors.

2 #EDF3FC and #F3FCED with #FCF3ED are triadic colors.