COLOR #FAECE8

HEX: #FAECE8 RGB: (250,236,232)

Color info

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

RGB color model

#FAECE8 color RGB value is (250,236,232).

RGB: (250,236,232) (98%, 93%, 91%)

RGB channels and saturation

R 250 of 255 = 98%
G 236 of 255 = 93%
B 232 of 255 = 91%

250
236
232

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

Portions of RGB colors in percentages

R + G + B = 250 + 236 + 232 = 718 (100%)
R 250 of 718 ~ 34.82%
G 236 of 718 ~ 32.87%
B 232 of 718 ~ 32.31'%

%34.82
%32.87
%32.31

CMYK color model

#FAECE8 color CMYK value is (0,6,7,2).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 7.20%
  • key color value is 1.96%

CMYK: (0,6,7,2)
C0M6Y7K2 (0%, 6%, 7%, 2%)
(0.00 / 0.06 / 0.07 / 0.02)

CMYK percentages

%0
%5.6
%7.2
%1.96

Codes

Color #FAECE8 in popluar color models

FA EC E8
RGB 250 236 232
HSL 13° 64.29% 94.51%
HSB/HSV 13° 7.20% 98.04%
CMYK 0.00% 5.60% 7.20%
1.96%

Color #FAECE8 in popluar number systems.

HEX FA EC E8
Decimal 250 236 232
Binary 11111010 11101100 11101000
Octal 372 354 350

Shades and tints

Shades of #FAECE8

#FAECE8
(250,236,232)
#E4D7D3
(228,215,211)
#CEC2BE
(206,194,190)
#B8ADA9
(184,173,169)
#A29894
(162,152,148)
#8C837F
(140,131,127)
#766E6A
(118,110,106)
#605955
(96,89,85)
#4A4440
(74,68,64)
#342F2B
(52,47,43)
#1E1A16
(30,26,22)
#000000
(0,0,0)

Tints of #FAECE8

#FAECE8
(250,236,232)
#FAEDEA
(250,237,234)
#FAEEEC
(250,238,236)
#FAEFEE
(250,239,238)
#FAF0F0
(250,240,240)
#FAF1F2
(250,241,242)
#FAF2F4
(250,242,244)
#FAF3F6
(250,243,246)
#FAF4F8
(250,244,248)
#FAF5FA
(250,245,250)
#FAF6FC
(250,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAECE8; }

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

This text font color is #FAECE8.

Background Color

.myBgColor { background-color: #FAECE8; }

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

This div background color is #FAECE8.

Border color

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

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

This div border color is #FAECE8.

Opacity

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

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

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

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

This text has shadow with #FAECE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAECE8.

Preview

Color preview on black background

This text has color #FAECE8 on black background.


Color preview on white background

This text has color #FAECE8 on white background.


Black color preview on #FAECE8 background

This text has black color on #FAECE8 background.


White color preview on #FAECE8 background

This text has white color on #FAECE8 background.


Related colors

Complementary color

Complementary color for #hex is #051317.


I love getcolorcode.com

Triadic colors

1 #E8FAEC and #ECE8FA with #FAECE8 are triadic colors.

2 #E8ECFA and #ECFAE8 with #FAECE8 are triadic colors.