COLOR #FAEBA7

HEX: #FAEBA7
RGB: (250,235,167)

Color info

#FAEBA7 contains mainly red and green colors. Web safe color of #FAEBA7 is #FFFF99 (or #FF9).

RGB color model

#FAEBA7 color RGB value is (250,235,167).

  • red value is 250;
  • green value is 235;
  • blue value is 167.
RGB:
(250,235,167)
(98%,92%,65%)

RGB channels and saturation

R 250 of 255 = 98%
G 235 of 255 = 92%
B 167 of 255 = 65%

250
235
167

R + G + B ~ 85%. #FAEBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 235 + 167 = 652 (100%)
R 250 of 652 ~ 38.34%
G 235 of 652 ~ 36.04%
B 167 of 652 ~ 25.61%

%38.34
%36.04
%25.61

CMYK color model

#FAEBA7 color CMYK value is (0,6,33,2).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 33.20%
  • key color value is 1.96%
CMYK:
(0,6,33,2)
C0M6Y33K2 
(0%,6%,33%,2%)
(0.00/0.06/0.33/0.02)	

CMYK percentages

%0
%6
%33.2
%1.96

Codes

Color #FAEBA7 in popluar color models

FAEBA7
RGB250235167
HSL49°89.25%81.76%
HSB/HSV49°33.20%98.04%
CMYK0.00%6.00%33.20%
1.96%

Color #FAEBA7 in popluar number systems.

HEXFAEBA7
Decimal250235167
Binary111110101110101110100111
Octal372353247

Shades and tints

Shades of #FAEBA7

#FAEBA7
(250,235,167)
#E4D698
(228,214,152)
#CEC189
(206,193,137)
#B8AC7A
(184,172,122)
#A2976B
(162,151,107)
#8C825C
(140,130,92)
#766D4D
(118,109,77)
#60583E
(96,88,62)
#4A432F
(74,67,47)
#342E20
(52,46,32)
#1E1911
(30,25,17)
#000000
(0,0,0)

Tints of #FAEBA7

#FAEBA7
(250,235,167)
#FAECAF
(250,236,175)
#FAEDB7
(250,237,183)
#FAEEBF
(250,238,191)
#FAEFC7
(250,239,199)
#FAF0CF
(250,240,207)
#FAF1D7
(250,241,215)
#FAF2DF
(250,242,223)
#FAF3E7
(250,243,231)
#FAF4EF
(250,244,239)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEBA7 color. Also use rgb(250,235,167) instead hex code.

Text Font Color

.myTextColor { color: #FAEBA7; }

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

This text font color is #FAEBA7.


Background Color

.myBgColor { background-color: #FAEBA7; }

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

This div background color is #FAEBA7.


Border color

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

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

This div border color is #FAEBA7.


Opacity

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

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

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

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

This text has shadow with #FAEBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEBA7 on black background.


Color preview on white background

This text has color #FAEBA7 on white background.



Black color preview on #FAEBA7 background

This text has black color on #FAEBA7 background.


White color preview on #FAEBA7 background

This text has white color on #FAEBA7 background.