COLOR #FCF3EA

HEX: #FCF3EA RGB: (252,243,234)

Color info

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

RGB color model

#FCF3EA color RGB value is (252,243,234).

RGB: (252,243,234) (99%, 95%, 92%)

RGB channels and saturation

R 252 of 255 = 99%
G 243 of 255 = 95%
B 234 of 255 = 92%

252
243
234

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

Portions of RGB colors in percentages

R + G + B = 252 + 243 + 234 = 729 (100%)
R 252 of 729 ~ 34.57%
G 243 of 729 ~ 33.33%
B 234 of 729 ~ 32.1'%

%34.57
%33.33
%32.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 7.14%
  • 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
%3.57
%7.14
%1.18

Codes

Color #FCF3EA in popluar color models

FC F3 EA
RGB 252 243 234
HSL 30° 75.00% 95.29%
HSB/HSV 30° 7.14% 98.82%
CMYK 0.00% 3.57% 7.14%
1.18%

Color #FCF3EA in popluar number systems.

HEX FC F3 EA
Decimal 252 243 234
Binary 11111100 11110011 11101010
Octal 374 363 352

Shades and tints

Shades of #FCF3EA

#FCF3EA
(252,243,234)
#E6DDD5
(230,221,213)
#D0C7C0
(208,199,192)
#BAB1AB
(186,177,171)
#A49B96
(164,155,150)
#8E8581
(142,133,129)
#786F6C
(120,111,108)
#625957
(98,89,87)
#4C4342
(76,67,66)
#362D2D
(54,45,45)
#201718
(32,23,24)
#000000
(0,0,0)

Tints of #FCF3EA

#FCF3EA
(252,243,234)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF3EA; }

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

This text font color is #FCF3EA.

Background Color

.myBgColor { background-color: #FCF3EA; }

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

This div background color is #FCF3EA.

Border color

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

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

This div border color is #FCF3EA.

Opacity

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

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

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

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

This text has shadow with #FCF3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF3EA.

Preview

Color preview on black background

This text has color #FCF3EA on black background.


Color preview on white background

This text has color #FCF3EA on white background.


Black color preview on #FCF3EA background

This text has black color on #FCF3EA background.


White color preview on #FCF3EA background

This text has white color on #FCF3EA background.


Related colors

Complementary color

Complementary color for #hex is #030C15.


I love getcolorcode.com

Triadic colors

1 #EAFCF3 and #F3EAFC with #FCF3EA are triadic colors.

2 #EAF3FC and #F3FCEA with #FCF3EA are triadic colors.