COLOR #FCF3E1

HEX: #FCF3E1 RGB: (252,243,225)

Color info

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

RGB color model

#FCF3E1 color RGB value is (252,243,225).

RGB: (252,243,225) (99%, 95%, 88%)

RGB channels and saturation

R 252 of 255 = 99%
G 243 of 255 = 95%
B 225 of 255 = 88%

252
243
225

R + G + B ~ 94%. #FCF3E1 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 243 + 225 = 720 (100%)
R 252 of 720 ~ 35%
G 243 of 720 ~ 33.75%
B 225 of 720 ~ 31.25'%

%35
%33.75
%31.25

CMYK color model

#FCF3E1 color CMYK value is (0,4,11,1).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 10.71%
  • key color value is 1.18%
CMYK: (0,4,11,1) C0M4Y11K1 (0%,4%,11%,1%) (0.00/0.04/0.11/0.01) 

CMYK percentages

%0
%3.57
%10.71
%1.18

Codes

Color #FCF3E1 in popluar color models

FC F3 E1
RGB 252 243 225
HSL 40° 81.82% 93.53%
HSB/HSV 40° 10.71% 98.82%
CMYK 0.00% 3.57% 10.71%
1.18%

Color #FCF3E1 in popluar number systems.

HEX FC F3 E1
Decimal 252 243 225
Binary 11111100 11110011 11100001
Octal 374 363 341

Shades and tints

Shades of #FCF3E1

#FCF3E1
(252,243,225)
#E6DDCD
(230,221,205)
#D0C7B9
(208,199,185)
#BAB1A5
(186,177,165)
#A49B91
(164,155,145)
#8E857D
(142,133,125)
#786F69
(120,111,105)
#625955
(98,89,85)
#4C4341
(76,67,65)
#362D2D
(54,45,45)
#201719
(32,23,25)
#000000
(0,0,0)

Tints of #FCF3E1

#FCF3E1
(252,243,225)
#FCF4E3
(252,244,227)
#FCF5E5
(252,245,229)
#FCF6E7
(252,246,231)
#FCF7E9
(252,247,233)
#FCF8EB
(252,248,235)
#FCF9ED
(252,249,237)
#FCFAEF
(252,250,239)
#FCFBF1
(252,251,241)
#FCFCF3
(252,252,243)
#FCFDF5
(252,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF3E1; }

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

This text font color is #FCF3E1.

Background Color

.myBgColor { background-color: #FCF3E1; }

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

This div background color is #FCF3E1.

Border color

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

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

This div border color is #FCF3E1.

Opacity

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

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

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

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

This text has shadow with #FCF3E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF3E1.

Preview

Color preview on black background

This text has color #FCF3E1 on black background.


Color preview on white background

This text has color #FCF3E1 on white background.


Black color preview on #FCF3E1 background

This text has black color on #FCF3E1 background.


White color preview on #FCF3E1 background

This text has white color on #FCF3E1 background.


Related colors

Complementary color

Complementary color for #hex is #030C1E.


I love getcolorcode.com

Triadic colors

1 #E1FCF3 and #F3E1FC with #FCF3E1 are triadic colors.

2 #E1F3FC and #F3FCE1 with #FCF3E1 are triadic colors.