COLOR #FAEBD2

HEX: #FAEBD2
RGB: (250,235,210)

Color info

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

RGB color model

#FAEBD2 color RGB value is (250,235,210).

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

RGB channels and saturation

R 250 of 255 = 98%
G 235 of 255 = 92%
B 210 of 255 = 82%

250
235
210

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

Portions of RGB colors in percentages

R + G + B =
250 + 235 + 210 = 695 (100%)
R 250 of 695 ~ 35.97%
G 235 of 695 ~ 33.81%
B 210 of 695 ~ 30.22%

%35.97
%33.81
%30.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.00%
  • yellow value is 16.00%
  • 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
%16
%1.96

Codes

Color #FAEBD2 in popluar color models

FAEBD2
RGB250235210
HSL38°80.00%90.20%
HSB/HSV38°16.00%98.04%
CMYK0.00%6.00%16.00%
1.96%

Color #FAEBD2 in popluar number systems.

HEXFAEBD2
Decimal250235210
Binary111110101110101111010010
Octal372353322

Shades and tints

Shades of #FAEBD2

#FAEBD2
(250,235,210)
#E4D6BF
(228,214,191)
#CEC1AC
(206,193,172)
#B8AC99
(184,172,153)
#A29786
(162,151,134)
#8C8273
(140,130,115)
#766D60
(118,109,96)
#60584D
(96,88,77)
#4A433A
(74,67,58)
#342E27
(52,46,39)
#1E1914
(30,25,20)
#000000
(0,0,0)

Tints of #FAEBD2

#FAEBD2
(250,235,210)
#FAECD6
(250,236,214)
#FAEDDA
(250,237,218)
#FAEEDE
(250,238,222)
#FAEFE2
(250,239,226)
#FAF0E6
(250,240,230)
#FAF1EA
(250,241,234)
#FAF2EE
(250,242,238)
#FAF3F2
(250,243,242)
#FAF4F6
(250,244,246)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEBD2; }

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

This text font color is #FAEBD2.


Background Color

.myBgColor { background-color: #FAEBD2; }

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

This div background color is #FAEBD2.


Border color

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

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

This div border color is #FAEBD2.


Opacity

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

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

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

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

This text has shadow with #FAEBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEBD2 on black background.


Color preview on white background

This text has color #FAEBD2 on white background.



Black color preview on #FAEBD2 background

This text has black color on #FAEBD2 background.


White color preview on #FAEBD2 background

This text has white color on #FAEBD2 background.