COLOR #FAEDBA

HEX: #FAEDBA
RGB: (250,237,186)

Color info

#FAEDBA contains mainly red and green colors. Web safe color of #FAEDBA is #FFFFCC (or #FFC).

RGB color model

#FAEDBA color RGB value is (250,237,186).

  • red value is 250;
  • green value is 237;
  • blue value is 186.
RGB:
(250,237,186)
(98%,93%,73%)

RGB channels and saturation

R 250 of 255 = 98%
G 237 of 255 = 93%
B 186 of 255 = 73%

250
237
186

R + G + B ~ 88%. #FAEDBA is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 237 + 186 = 673 (100%)
R 250 of 673 ~ 37.15%
G 237 of 673 ~ 35.22%
B 186 of 673 ~ 27.64%

%37.15
%35.22
%27.64

CMYK color model

#FAEDBA color CMYK value is (0,5,26,2).

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 25.60%
  • key color value is 1.96%
CMYK:
(0,5,26,2)
C0M5Y26K2 
(0%,5%,26%,2%)
(0.00/0.05/0.26/0.02)	

CMYK percentages

%0
%5.2
%25.6
%1.96

Codes

Color #FAEDBA in popluar color models

FAEDBA
RGB250237186
HSL48°86.49%85.49%
HSB/HSV48°25.60%98.04%
CMYK0.00%5.20%25.60%
1.96%

Color #FAEDBA in popluar number systems.

HEXFAEDBA
Decimal250237186
Binary111110101110110110111010
Octal372355272

Shades and tints

Shades of #FAEDBA

#FAEDBA
(250,237,186)
#E4D8AA
(228,216,170)
#CEC39A
(206,195,154)
#B8AE8A
(184,174,138)
#A2997A
(162,153,122)
#8C846A
(140,132,106)
#766F5A
(118,111,90)
#605A4A
(96,90,74)
#4A453A
(74,69,58)
#34302A
(52,48,42)
#1E1B1A
(30,27,26)
#000000
(0,0,0)

Tints of #FAEDBA

#FAEDBA
(250,237,186)
#FAEEC0
(250,238,192)
#FAEFC6
(250,239,198)
#FAF0CC
(250,240,204)
#FAF1D2
(250,241,210)
#FAF2D8
(250,242,216)
#FAF3DE
(250,243,222)
#FAF4E4
(250,244,228)
#FAF5EA
(250,245,234)
#FAF6F0
(250,246,240)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEDBA color. Also use rgb(250,237,186) instead hex code.

Text Font Color

.myTextColor { color: #FAEDBA; }

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

This text font color is #FAEDBA.


Background Color

.myBgColor { background-color: #FAEDBA; }

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

This div background color is #FAEDBA.


Border color

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

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

This div border color is #FAEDBA.


Opacity

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

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

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

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

This text has shadow with #FAEDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEDBA on black background.


Color preview on white background

This text has color #FAEDBA on white background.



Black color preview on #FAEDBA background

This text has black color on #FAEDBA background.


White color preview on #FAEDBA background

This text has white color on #FAEDBA background.