COLOR #FAEDA5

HEX: #FAEDA5
RGB: (250,237,165)

Color info

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

RGB color model

#FAEDA5 color RGB value is (250,237,165).

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

RGB channels and saturation

R 250 of 255 = 98%
G 237 of 255 = 93%
B 165 of 255 = 65%

250
237
165

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

Portions of RGB colors in percentages

R + G + B =
250 + 237 + 165 = 652 (100%)
R 250 of 652 ~ 38.34%
G 237 of 652 ~ 36.35%
B 165 of 652 ~ 25.31%

%38.34
%36.35
%25.31

CMYK color model

#FAEDA5 color CMYK value is (0,5,34,2).

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 34.00%
  • key color value is 1.96%
CMYK:
(0,5,34,2)
C0M5Y34K2 
(0%,5%,34%,2%)
(0.00/0.05/0.34/0.02)	

CMYK percentages

%0
%5.2
%34
%1.96

Codes

Color #FAEDA5 in popluar color models

FAEDA5
RGB250237165
HSL51°89.47%81.37%
HSB/HSV51°34.00%98.04%
CMYK0.00%5.20%34.00%
1.96%

Color #FAEDA5 in popluar number systems.

HEXFAEDA5
Decimal250237165
Binary111110101110110110100101
Octal372355245

Shades and tints

Shades of #FAEDA5

#FAEDA5
(250,237,165)
#E4D896
(228,216,150)
#CEC387
(206,195,135)
#B8AE78
(184,174,120)
#A29969
(162,153,105)
#8C845A
(140,132,90)
#766F4B
(118,111,75)
#605A3C
(96,90,60)
#4A452D
(74,69,45)
#34301E
(52,48,30)
#1E1B0F
(30,27,15)
#000000
(0,0,0)

Tints of #FAEDA5

#FAEDA5
(250,237,165)
#FAEEAD
(250,238,173)
#FAEFB5
(250,239,181)
#FAF0BD
(250,240,189)
#FAF1C5
(250,241,197)
#FAF2CD
(250,242,205)
#FAF3D5
(250,243,213)
#FAF4DD
(250,244,221)
#FAF5E5
(250,245,229)
#FAF6ED
(250,246,237)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEDA5; }

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

This text font color is #FAEDA5.


Background Color

.myBgColor { background-color: #FAEDA5; }

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

This div background color is #FAEDA5.


Border color

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

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

This div border color is #FAEDA5.


Opacity

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

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

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

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

This text has shadow with #FAEDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEDA5 on black background.


Color preview on white background

This text has color #FAEDA5 on white background.



Black color preview on #FAEDA5 background

This text has black color on #FAEDA5 background.


White color preview on #FAEDA5 background

This text has white color on #FAEDA5 background.