COLOR #FAEAE7

HEX: #FAEAE7 RGB: (250,234,231)

Color info

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

RGB color model

#FAEAE7 color RGB value is (250,234,231).

RGB: (250,234,231) (98%, 92%, 91%)

RGB channels and saturation

R 250 of 255 = 98%
G 234 of 255 = 92%
B 231 of 255 = 91%

250
234
231

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

Portions of RGB colors in percentages

R + G + B = 250 + 234 + 231 = 715 (100%)
R 250 of 715 ~ 34.97%
G 234 of 715 ~ 32.73%
B 231 of 715 ~ 32.31'%

%34.97
%32.73
%32.31

CMYK color model

#FAEAE7 color CMYK value is (0,6,8,2).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 7.60%
  • key color value is 1.96%

CMYK: (0,6,8,2)
C0M6Y8K2 (0%, 6%, 8%, 2%)
(0.00 / 0.06 / 0.08 / 0.02)

CMYK percentages

%0
%6.4
%7.6
%1.96

Codes

Color #FAEAE7 in popluar color models

FA EA E7
RGB 250 234 231
HSL 65.52% 94.31%
HSB/HSV 7.60% 98.04%
CMYK 0.00% 6.40% 7.60%
1.96%

Color #FAEAE7 in popluar number systems.

HEX FA EA E7
Decimal 250 234 231
Binary 11111010 11101010 11100111
Octal 372 352 347

Shades and tints

Shades of #FAEAE7

#FAEAE7
(250,234,231)
#E4D5D2
(228,213,210)
#CEC0BD
(206,192,189)
#B8ABA8
(184,171,168)
#A29693
(162,150,147)
#8C817E
(140,129,126)
#766C69
(118,108,105)
#605754
(96,87,84)
#4A423F
(74,66,63)
#342D2A
(52,45,42)
#1E1815
(30,24,21)
#000000
(0,0,0)

Tints of #FAEAE7

#FAEAE7
(250,234,231)
#FAEBE9
(250,235,233)
#FAECEB
(250,236,235)
#FAEDED
(250,237,237)
#FAEEEF
(250,238,239)
#FAEFF1
(250,239,241)
#FAF0F3
(250,240,243)
#FAF1F5
(250,241,245)
#FAF2F7
(250,242,247)
#FAF3F9
(250,243,249)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEAE7 color. Also use rgb(250,234,231) instead hex code.

Text Font Color

.myTextColor { color: #FAEAE7; }

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

This text font color is #FAEAE7.

Background Color

.myBgColor { background-color: #FAEAE7; }

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

This div background color is #FAEAE7.

Border color

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

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

This div border color is #FAEAE7.

Opacity

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

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

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

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

This text has shadow with #FAEAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEAE7.

Preview

Color preview on black background

This text has color #FAEAE7 on black background.


Color preview on white background

This text has color #FAEAE7 on white background.


Black color preview on #FAEAE7 background

This text has black color on #FAEAE7 background.


White color preview on #FAEAE7 background

This text has white color on #FAEAE7 background.


Related colors

Complementary color

Complementary color for #hex is #051518.


I love getcolorcode.com

Triadic colors

1 #E7FAEA and #EAE7FA with #FAEAE7 are triadic colors.

2 #E7EAFA and #EAFAE7 with #FAEAE7 are triadic colors.