COLOR #FAEAE9

HEX: #FAEAE9
RGB: (250,234,233)

Color info

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

RGB color model

#FAEAE9 color RGB value is (250,234,233).

  • red value is 250;
  • green value is 234;
  • blue value is 233.
RGB:
(250,234,233)
(98%,92%,91%)

RGB channels and saturation

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

250
234
233

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

Portions of RGB colors in percentages

R + G + B =
250 + 234 + 233 = 717 (100%)
R 250 of 717 ~ 34.87%
G 234 of 717 ~ 32.64%
B 233 of 717 ~ 32.5%

%34.87
%32.64
%32.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 6.80%
  • 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
%6.4
%6.8
%1.96

Codes

Color #FAEAE9 in popluar color models

FAEAE9
RGB250234233
HSL62.96%94.71%
HSB/HSV6.80%98.04%
CMYK0.00%6.40%6.80%
1.96%

Color #FAEAE9 in popluar number systems.

HEXFAEAE9
Decimal250234233
Binary111110101110101011101001
Octal372352351

Shades and tints

Shades of #FAEAE9

#FAEAE9
(250,234,233)
#E4D5D4
(228,213,212)
#CEC0BF
(206,192,191)
#B8ABAA
(184,171,170)
#A29695
(162,150,149)
#8C8180
(140,129,128)
#766C6B
(118,108,107)
#605756
(96,87,86)
#4A4241
(74,66,65)
#342D2C
(52,45,44)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #FAEAE9

#FAEAE9
(250,234,233)
#FAEBEB
(250,235,235)
#FAECED
(250,236,237)
#FAEDEF
(250,237,239)
#FAEEF1
(250,238,241)
#FAEFF3
(250,239,243)
#FAF0F5
(250,240,245)
#FAF1F7
(250,241,247)
#FAF2F9
(250,242,249)
#FAF3FB
(250,243,251)
#FAF4FD
(250,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEAE9; }

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

This text font color is #FAEAE9.


Background Color

.myBgColor { background-color: #FAEAE9; }

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

This div background color is #FAEAE9.


Border color

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

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

This div border color is #FAEAE9.


Opacity

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

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

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

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

This text has shadow with #FAEAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEAE9 on black background.


Color preview on white background

This text has color #FAEAE9 on white background.



Black color preview on #FAEAE9 background

This text has black color on #FAEAE9 background.


White color preview on #FAEAE9 background

This text has white color on #FAEAE9 background.