COLOR #F8E4A5

HEX: #F8E4A5
RGB: (248,228,165)

Color info

#F8E4A5 contains mainly red and green colors. Web safe color of #F8E4A5 is #FFCC99 (or #FC9).

RGB color model

#F8E4A5 color RGB value is (248,228,165).

  • red value is 248;
  • green value is 228;
  • blue value is 165.
RGB:
(248,228,165)
(97%,89%,65%)

RGB channels and saturation

R 248 of 255 = 97%
G 228 of 255 = 89%
B 165 of 255 = 65%

248
228
165

R + G + B ~ 84%. #F8E4A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 228 + 165 = 641 (100%)
R 248 of 641 ~ 38.69%
G 228 of 641 ~ 35.57%
B 165 of 641 ~ 25.74%

%38.69
%35.57
%25.74

CMYK color model

#F8E4A5 color CMYK value is (0,8,33,3).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 33.47%
  • key color value is 2.75%
CMYK:
(0,8,33,3)
C0M8Y33K3 
(0%,8%,33%,3%)
(0.00/0.08/0.33/0.03)	

CMYK percentages

%0
%8.06
%33.47
%2.75

Codes

Color #F8E4A5 in popluar color models

F8E4A5
RGB248228165
HSL46°85.57%80.98%
HSB/HSV46°33.47%97.25%
CMYK0.00%8.06%33.47%
2.75%

Color #F8E4A5 in popluar number systems.

HEXF8E4A5
Decimal248228165
Binary111110001110010010100101
Octal370344245

Shades and tints

Shades of #F8E4A5

#F8E4A5
(248,228,165)
#E2D096
(226,208,150)
#CCBC87
(204,188,135)
#B6A878
(182,168,120)
#A09469
(160,148,105)
#8A805A
(138,128,90)
#746C4B
(116,108,75)
#5E583C
(94,88,60)
#48442D
(72,68,45)
#32301E
(50,48,30)
#1C1C0F
(28,28,15)
#000000
(0,0,0)

Tints of #F8E4A5

#F8E4A5
(248,228,165)
#F8E6AD
(248,230,173)
#F8E8B5
(248,232,181)
#F8EABD
(248,234,189)
#F8ECC5
(248,236,197)
#F8EECD
(248,238,205)
#F8F0D5
(248,240,213)
#F8F2DD
(248,242,221)
#F8F4E5
(248,244,229)
#F8F6ED
(248,246,237)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E4A5 color. Also use rgb(248,228,165) instead hex code.

Text Font Color

.myTextColor { color: #F8E4A5; }

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

This text font color is #F8E4A5.


Background Color

.myBgColor { background-color: #F8E4A5; }

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

This div background color is #F8E4A5.


Border color

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

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

This div border color is #F8E4A5.


Opacity

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

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

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

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

This text has shadow with #F8E4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E4A5 on black background.


Color preview on white background

This text has color #F8E4A5 on white background.



Black color preview on #F8E4A5 background

This text has black color on #F8E4A5 background.


White color preview on #F8E4A5 background

This text has white color on #F8E4A5 background.