COLOR #FAEFEA

HEX: #FAEFEA
RGB: (250,239,234)

Color info

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

RGB color model

#FAEFEA color RGB value is (250,239,234).

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

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 234 of 255 = 92%

250
239
234

R + G + B ~ 95%. #FAEFEA is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 239 + 234 = 723 (100%)
R 250 of 723 ~ 34.58%
G 239 of 723 ~ 33.06%
B 234 of 723 ~ 32.37%

%34.58
%33.06
%32.37

CMYK color model

#FAEFEA color CMYK value is (0,4,6,2).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 6.40%
  • key color value is 1.96%
CMYK:
(0,4,6,2)
C0M4Y6K2 
(0%,4%,6%,2%)
(0.00/0.04/0.06/0.02)	

CMYK percentages

%0
%4.4
%6.4
%1.96

Codes

Color #FAEFEA in popluar color models

FAEFEA
RGB250239234
HSL19°61.54%94.90%
HSB/HSV19°6.40%98.04%
CMYK0.00%4.40%6.40%
1.96%

Color #FAEFEA in popluar number systems.

HEXFAEFEA
Decimal250239234
Binary111110101110111111101010
Octal372357352

Shades and tints

Shades of #FAEFEA

#FAEFEA
(250,239,234)
#E4DAD5
(228,218,213)
#CEC5C0
(206,197,192)
#B8B0AB
(184,176,171)
#A29B96
(162,155,150)
#8C8681
(140,134,129)
#76716C
(118,113,108)
#605C57
(96,92,87)
#4A4742
(74,71,66)
#34322D
(52,50,45)
#1E1D18
(30,29,24)
#000000
(0,0,0)

Tints of #FAEFEA

#FAEFEA
(250,239,234)
#FAF0EB
(250,240,235)
#FAF1EC
(250,241,236)
#FAF2ED
(250,242,237)
#FAF3EE
(250,243,238)
#FAF4EF
(250,244,239)
#FAF5F0
(250,245,240)
#FAF6F1
(250,246,241)
#FAF7F2
(250,247,242)
#FAF8F3
(250,248,243)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEFEA; }

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

This text font color is #FAEFEA.


Background Color

.myBgColor { background-color: #FAEFEA; }

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

This div background color is #FAEFEA.


Border color

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

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

This div border color is #FAEFEA.


Opacity

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

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

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

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

This text has shadow with #FAEFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEFEA on black background.


Color preview on white background

This text has color #FAEFEA on white background.



Black color preview on #FAEFEA background

This text has black color on #FAEFEA background.


White color preview on #FAEFEA background

This text has white color on #FAEFEA background.