COLOR #FAEAC4

HEX: #FAEAC4
RGB: (250,234,196)

Color info

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

RGB color model

#FAEAC4 color RGB value is (250,234,196).

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

RGB channels and saturation

R 250 of 255 = 98%
G 234 of 255 = 92%
B 196 of 255 = 77%

250
234
196

R + G + B ~ 89%. #FAEAC4 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 234 + 196 = 680 (100%)
R 250 of 680 ~ 36.76%
G 234 of 680 ~ 34.41%
B 196 of 680 ~ 28.82%

%36.76
%34.41
%28.82

CMYK color model

#FAEAC4 color CMYK value is (0,6,22,2).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 21.60%
  • key color value is 1.96%
CMYK:
(0,6,22,2)
C0M6Y22K2 
(0%,6%,22%,2%)
(0.00/0.06/0.22/0.02)	

CMYK percentages

%0
%6.4
%21.6
%1.96

Codes

Color #FAEAC4 in popluar color models

FAEAC4
RGB250234196
HSL42°84.38%87.45%
HSB/HSV42°21.60%98.04%
CMYK0.00%6.40%21.60%
1.96%

Color #FAEAC4 in popluar number systems.

HEXFAEAC4
Decimal250234196
Binary111110101110101011000100
Octal372352304

Shades and tints

Shades of #FAEAC4

#FAEAC4
(250,234,196)
#E4D5B3
(228,213,179)
#CEC0A2
(206,192,162)
#B8AB91
(184,171,145)
#A29680
(162,150,128)
#8C816F
(140,129,111)
#766C5E
(118,108,94)
#60574D
(96,87,77)
#4A423C
(74,66,60)
#342D2B
(52,45,43)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #FAEAC4

#FAEAC4
(250,234,196)
#FAEBC9
(250,235,201)
#FAECCE
(250,236,206)
#FAEDD3
(250,237,211)
#FAEED8
(250,238,216)
#FAEFDD
(250,239,221)
#FAF0E2
(250,240,226)
#FAF1E7
(250,241,231)
#FAF2EC
(250,242,236)
#FAF3F1
(250,243,241)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEAC4; }

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

This text font color is #FAEAC4.


Background Color

.myBgColor { background-color: #FAEAC4; }

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

This div background color is #FAEAC4.


Border color

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

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

This div border color is #FAEAC4.


Opacity

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

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

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

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

This text has shadow with #FAEAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEAC4 on black background.


Color preview on white background

This text has color #FAEAC4 on white background.



Black color preview on #FAEAC4 background

This text has black color on #FAEAC4 background.


White color preview on #FAEAC4 background

This text has white color on #FAEAC4 background.