COLOR #FCF8F3

HEX: #FCF8F3 RGB: (252,248,243)

Color info

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

RGB color model

#FCF8F3 color RGB value is (252,248,243).

RGB: (252,248,243) (99%, 97%, 95%)

RGB channels and saturation

R 252 of 255 = 99%
G 248 of 255 = 97%
B 243 of 255 = 95%

252
248
243

R + G + B ~ 97%. #FCF8F3 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 248 + 243 = 743 (100%)
R 252 of 743 ~ 33.92%
G 248 of 743 ~ 33.38%
B 243 of 743 ~ 32.71'%

%33.92
%33.38
%32.71

CMYK color model

#FCF8F3 color CMYK value is (0,2,4,1).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 3.57%
  • key color value is 1.18%
CMYK: (0,2,4,1) C0M2Y4K1 (0%,2%,4%,1%) (0.00/0.02/0.04/0.01) 

CMYK percentages

%0
%1.59
%3.57
%1.18

Codes

Color #FCF8F3 in popluar color models

FC F8 F3
RGB 252 248 243
HSL 33° 60.00% 97.06%
HSB/HSV 33° 3.57% 98.82%
CMYK 0.00% 1.59% 3.57%
1.18%

Color #FCF8F3 in popluar number systems.

HEX FC F8 F3
Decimal 252 248 243
Binary 11111100 11111000 11110011
Octal 374 370 363

Shades and tints

Shades of #FCF8F3

#FCF8F3
(252,248,243)
#E6E2DD
(230,226,221)
#D0CCC7
(208,204,199)
#BAB6B1
(186,182,177)
#A4A09B
(164,160,155)
#8E8A85
(142,138,133)
#78746F
(120,116,111)
#625E59
(98,94,89)
#4C4843
(76,72,67)
#36322D
(54,50,45)
#201C17
(32,28,23)
#000000
(0,0,0)

Tints of #FCF8F3

#FCF8F3
(252,248,243)
#FCF8F4
(252,248,244)
#FCF8F5
(252,248,245)
#FCF8F6
(252,248,246)
#FCF8F7
(252,248,247)
#FCF8F8
(252,248,248)
#FCF8F9
(252,248,249)
#FCF8FA
(252,248,250)
#FCF8FB
(252,248,251)
#FCF8FC
(252,248,252)
#FCF8FD
(252,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF8F3; }

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

This text font color is #FCF8F3.

Background Color

.myBgColor { background-color: #FCF8F3; }

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

This div background color is #FCF8F3.

Border color

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

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

This div border color is #FCF8F3.

Opacity

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

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

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

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

This text has shadow with #FCF8F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF8F3.

Preview

Color preview on black background

This text has color #FCF8F3 on black background.


Color preview on white background

This text has color #FCF8F3 on white background.


Black color preview on #FCF8F3 background

This text has black color on #FCF8F3 background.


White color preview on #FCF8F3 background

This text has white color on #FCF8F3 background.


Related colors

Complementary color

Complementary color for #hex is #03070C.


I love getcolorcode.com

Triadic colors

1 #F3FCF8 and #F8F3FC with #FCF8F3 are triadic colors.

2 #F3F8FC and #F8FCF3 with #FCF8F3 are triadic colors.