COLOR #FCFAE8

HEX: #FCFAE8 RGB: (252,250,232)

Color info

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

RGB color model

#FCFAE8 color RGB value is (252,250,232).

RGB: (252,250,232) (99%, 98%, 91%)

RGB channels and saturation

R 252 of 255 = 99%
G 250 of 255 = 98%
B 232 of 255 = 91%

252
250
232

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

Portions of RGB colors in percentages

R + G + B = 252 + 250 + 232 = 734 (100%)
R 252 of 734 ~ 34.33%
G 250 of 734 ~ 34.06%
B 232 of 734 ~ 31.61'%

%34.33
%34.06
%31.61

CMYK color model

#FCFAE8 color CMYK value is (0,1,8,1).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 7.94%
  • key color value is 1.18%

CMYK: (0,1,8,1)
C0M1Y8K1 (0%, 1%, 8%, 1%)
(0.00 / 0.01 / 0.08 / 0.01)

CMYK percentages

%0
%0.79
%7.94
%1.18

Codes

Color #FCFAE8 in popluar color models

FC FA E8
RGB 252 250 232
HSL 54° 76.92% 94.90%
HSB/HSV 54° 7.94% 98.82%
CMYK 0.00% 0.79% 7.94%
1.18%

Color #FCFAE8 in popluar number systems.

HEX FC FA E8
Decimal 252 250 232
Binary 11111100 11111010 11101000
Octal 374 372 350

Shades and tints

Shades of #FCFAE8

#FCFAE8
(252,250,232)
#E6E4D3
(230,228,211)
#D0CEBE
(208,206,190)
#BAB8A9
(186,184,169)
#A4A294
(164,162,148)
#8E8C7F
(142,140,127)
#78766A
(120,118,106)
#626055
(98,96,85)
#4C4A40
(76,74,64)
#36342B
(54,52,43)
#201E16
(32,30,22)
#000000
(0,0,0)

Tints of #FCFAE8

#FCFAE8
(252,250,232)
#FCFAEA
(252,250,234)
#FCFAEC
(252,250,236)
#FCFAEE
(252,250,238)
#FCFAF0
(252,250,240)
#FCFAF2
(252,250,242)
#FCFAF4
(252,250,244)
#FCFAF6
(252,250,246)
#FCFAF8
(252,250,248)
#FCFAFA
(252,250,250)
#FCFAFC
(252,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCFAE8 color. Also use rgb(252,250,232) instead hex code.

Text Font Color

.myTextColor { color: #FCFAE8; }

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

This text font color is #FCFAE8.

Background Color

.myBgColor { background-color: #FCFAE8; }

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

This div background color is #FCFAE8.

Border color

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

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

This div border color is #FCFAE8.

Opacity

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

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

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

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

This text has shadow with #FCFAE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFAE8.

Preview

Color preview on black background

This text has color #FCFAE8 on black background.


Color preview on white background

This text has color #FCFAE8 on white background.


Black color preview on #FCFAE8 background

This text has black color on #FCFAE8 background.


White color preview on #FCFAE8 background

This text has white color on #FCFAE8 background.


Related colors

Complementary color

Complementary color for #hex is #030517.


I love getcolorcode.com

Triadic colors

1 #E8FCFA and #FAE8FC with #FCFAE8 are triadic colors.

2 #E8FAFC and #FAFCE8 with #FCFAE8 are triadic colors.