COLOR #FCF3E3

HEX: #FCF3E3 RGB: (252,243,227)

Color info

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

RGB color model

#FCF3E3 color RGB value is (252,243,227).

RGB: (252,243,227) (99%, 95%, 89%)

RGB channels and saturation

R 252 of 255 = 99%
G 243 of 255 = 95%
B 227 of 255 = 89%

252
243
227

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

Portions of RGB colors in percentages

R + G + B = 252 + 243 + 227 = 722 (100%)
R 252 of 722 ~ 34.9%
G 243 of 722 ~ 33.66%
B 227 of 722 ~ 31.44'%

%34.9
%33.66
%31.44

CMYK color model

#FCF3E3 color CMYK value is (0,4,10,1).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 9.92%
  • key color value is 1.18%

CMYK: (0,4,10,1)
C0M4Y10K1 (0%, 4%, 10%, 1%)
(0.00 / 0.04 / 0.10 / 0.01)

CMYK percentages

%0
%3.57
%9.92
%1.18

Codes

Color #FCF3E3 in popluar color models

FC F3 E3
RGB 252 243 227
HSL 38° 80.65% 93.92%
HSB/HSV 38° 9.92% 98.82%
CMYK 0.00% 3.57% 9.92%
1.18%

Color #FCF3E3 in popluar number systems.

HEX FC F3 E3
Decimal 252 243 227
Binary 11111100 11110011 11100011
Octal 374 363 343

Shades and tints

Shades of #FCF3E3

#FCF3E3
(252,243,227)
#E6DDCF
(230,221,207)
#D0C7BB
(208,199,187)
#BAB1A7
(186,177,167)
#A49B93
(164,155,147)
#8E857F
(142,133,127)
#786F6B
(120,111,107)
#625957
(98,89,87)
#4C4343
(76,67,67)
#362D2F
(54,45,47)
#20171B
(32,23,27)
#000000
(0,0,0)

Tints of #FCF3E3

#FCF3E3
(252,243,227)
#FCF4E5
(252,244,229)
#FCF5E7
(252,245,231)
#FCF6E9
(252,246,233)
#FCF7EB
(252,247,235)
#FCF8ED
(252,248,237)
#FCF9EF
(252,249,239)
#FCFAF1
(252,250,241)
#FCFBF3
(252,251,243)
#FCFCF5
(252,252,245)
#FCFDF7
(252,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF3E3; }

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

This text font color is #FCF3E3.

Background Color

.myBgColor { background-color: #FCF3E3; }

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

This div background color is #FCF3E3.

Border color

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

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

This div border color is #FCF3E3.

Opacity

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

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

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

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

This text has shadow with #FCF3E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF3E3.

Preview

Color preview on black background

This text has color #FCF3E3 on black background.


Color preview on white background

This text has color #FCF3E3 on white background.


Black color preview on #FCF3E3 background

This text has black color on #FCF3E3 background.


White color preview on #FCF3E3 background

This text has white color on #FCF3E3 background.


Related colors

Complementary color

Complementary color for #hex is #030C1C.


I love getcolorcode.com

Triadic colors

1 #E3FCF3 and #F3E3FC with #FCF3E3 are triadic colors.

2 #E3F3FC and #F3FCE3 with #FCF3E3 are triadic colors.