COLOR #FAEBD3

HEX: #FAEBD3
RGB: (250,235,211)

Color info

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

RGB color model

#FAEBD3 color RGB value is (250,235,211).

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

RGB channels and saturation

R 250 of 255 = 98%
G 235 of 255 = 92%
B 211 of 255 = 83%

250
235
211

R + G + B ~ 91%. #FAEBD3 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 235 + 211 = 696 (100%)
R 250 of 696 ~ 35.92%
G 235 of 696 ~ 33.76%
B 211 of 696 ~ 30.32%

%35.92
%33.76
%30.32

CMYK color model

#FAEBD3 color CMYK value is (0,6,16,2).

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 15.60%
  • key color value is 1.96%
CMYK:
(0,6,16,2)
C0M6Y16K2 
(0%,6%,16%,2%)
(0.00/0.06/0.16/0.02)	

CMYK percentages

%0
%6
%15.6
%1.96

Codes

Color #FAEBD3 in popluar color models

FAEBD3
RGB250235211
HSL37°79.59%90.39%
HSB/HSV37°15.60%98.04%
CMYK0.00%6.00%15.60%
1.96%

Color #FAEBD3 in popluar number systems.

HEXFAEBD3
Decimal250235211
Binary111110101110101111010011
Octal372353323

Shades and tints

Shades of #FAEBD3

#FAEBD3
(250,235,211)
#E4D6C0
(228,214,192)
#CEC1AD
(206,193,173)
#B8AC9A
(184,172,154)
#A29787
(162,151,135)
#8C8274
(140,130,116)
#766D61
(118,109,97)
#60584E
(96,88,78)
#4A433B
(74,67,59)
#342E28
(52,46,40)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #FAEBD3

#FAEBD3
(250,235,211)
#FAECD7
(250,236,215)
#FAEDDB
(250,237,219)
#FAEEDF
(250,238,223)
#FAEFE3
(250,239,227)
#FAF0E7
(250,240,231)
#FAF1EB
(250,241,235)
#FAF2EF
(250,242,239)
#FAF3F3
(250,243,243)
#FAF4F7
(250,244,247)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEBD3; }

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

This text font color is #FAEBD3.


Background Color

.myBgColor { background-color: #FAEBD3; }

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

This div background color is #FAEBD3.


Border color

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

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

This div border color is #FAEBD3.


Opacity

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

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

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

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

This text has shadow with #FAEBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEBD3 on black background.


Color preview on white background

This text has color #FAEBD3 on white background.



Black color preview on #FAEBD3 background

This text has black color on #FAEBD3 background.


White color preview on #FAEBD3 background

This text has white color on #FAEBD3 background.