COLOR #FAEFE3

HEX: #FAEFE3
RGB: (250,239,227)

Color info

#FAEFE3 contains red, green and blue colors in about the same proportion. Web safe color of #FAEFE3 is #FFFFCC (or #FFC).

RGB color model

#FAEFE3 color RGB value is (250,239,227).

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

RGB channels and saturation

R 250 of 255 = 98%
G 239 of 255 = 94%
B 227 of 255 = 89%

250
239
227

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

Portions of RGB colors in percentages

R + G + B =
250 + 239 + 227 = 716 (100%)
R 250 of 716 ~ 34.92%
G 239 of 716 ~ 33.38%
B 227 of 716 ~ 31.7%

%34.92
%33.38
%31.7

CMYK color model

#FAEFE3 color CMYK value is (0,4,9,2).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 9.20%
  • key color value is 1.96%
CMYK:
(0,4,9,2)
C0M4Y9K2 
(0%,4%,9%,2%)
(0.00/0.04/0.09/0.02)	

CMYK percentages

%0
%4.4
%9.2
%1.96

Codes

Color #FAEFE3 in popluar color models

FAEFE3
RGB250239227
HSL31°69.70%93.53%
HSB/HSV31°9.20%98.04%
CMYK0.00%4.40%9.20%
1.96%

Color #FAEFE3 in popluar number systems.

HEXFAEFE3
Decimal250239227
Binary111110101110111111100011
Octal372357343

Shades and tints

Shades of #FAEFE3

#FAEFE3
(250,239,227)
#E4DACF
(228,218,207)
#CEC5BB
(206,197,187)
#B8B0A7
(184,176,167)
#A29B93
(162,155,147)
#8C867F
(140,134,127)
#76716B
(118,113,107)
#605C57
(96,92,87)
#4A4743
(74,71,67)
#34322F
(52,50,47)
#1E1D1B
(30,29,27)
#000000
(0,0,0)

Tints of #FAEFE3

#FAEFE3
(250,239,227)
#FAF0E5
(250,240,229)
#FAF1E7
(250,241,231)
#FAF2E9
(250,242,233)
#FAF3EB
(250,243,235)
#FAF4ED
(250,244,237)
#FAF5EF
(250,245,239)
#FAF6F1
(250,246,241)
#FAF7F3
(250,247,243)
#FAF8F5
(250,248,245)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEFE3; }

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

This text font color is #FAEFE3.


Background Color

.myBgColor { background-color: #FAEFE3; }

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

This div background color is #FAEFE3.


Border color

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

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

This div border color is #FAEFE3.


Opacity

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

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

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

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

This text has shadow with #FAEFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEFE3 on black background.


Color preview on white background

This text has color #FAEFE3 on white background.



Black color preview on #FAEFE3 background

This text has black color on #FAEFE3 background.


White color preview on #FAEFE3 background

This text has white color on #FAEFE3 background.