COLOR #F8E5B8

HEX: #F8E5B8 RGB: (248,229,184)

Color info

#F8E5B8 contains mainly red and green colors. Web safe color of #F8E5B8 is #FFCCCC (or #FCC).

RGB color model

#F8E5B8 color RGB value is (248,229,184).

RGB: (248,229,184) (97%, 90%, 72%)

RGB channels and saturation

R 248 of 255 = 97%
G 229 of 255 = 90%
B 184 of 255 = 72%

248
229
184

R + G + B ~ 86%. #F8E5B8 is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 229 + 184 = 661 (100%)
R 248 of 661 ~ 37.52%
G 229 of 661 ~ 34.64%
B 184 of 661 ~ 27.84'%

%37.52
%34.64
%27.84

CMYK color model

#F8E5B8 color CMYK value is (0,8,26,3).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 25.81%
  • key color value is 2.75%
CMYK: (0,8,26,3) C0M8Y26K3 (0%,8%,26%,3%) (0.00/0.08/0.26/0.03) 

CMYK percentages

%0
%7.66
%25.81
%2.75

Codes

Color #F8E5B8 in popluar color models

F8 E5 B8
RGB 248 229 184
HSL 42° 82.05% 84.71%
HSB/HSV 42° 25.81% 97.25%
CMYK 0.00% 7.66% 25.81%
2.75%

Color #F8E5B8 in popluar number systems.

HEX F8 E5 B8
Decimal 248 229 184
Binary 11111000 11100101 10111000
Octal 370 345 270

Shades and tints

Shades of #F8E5B8

#F8E5B8
(248,229,184)
#E2D1A8
(226,209,168)
#CCBD98
(204,189,152)
#B6A988
(182,169,136)
#A09578
(160,149,120)
#8A8168
(138,129,104)
#746D58
(116,109,88)
#5E5948
(94,89,72)
#484538
(72,69,56)
#323128
(50,49,40)
#1C1D18
(28,29,24)
#000000
(0,0,0)

Tints of #F8E5B8

#F8E5B8
(248,229,184)
#F8E7BE
(248,231,190)
#F8E9C4
(248,233,196)
#F8EBCA
(248,235,202)
#F8EDD0
(248,237,208)
#F8EFD6
(248,239,214)
#F8F1DC
(248,241,220)
#F8F3E2
(248,243,226)
#F8F5E8
(248,245,232)
#F8F7EE
(248,247,238)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E5B8 color. Also use rgb(248,229,184) instead hex code.

Text Font Color

.myTextColor { color: #F8E5B8; }

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

This text font color is #F8E5B8.

Background Color

.myBgColor { background-color: #F8E5B8; }

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

This div background color is #F8E5B8.

Border color

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

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

This div border color is #F8E5B8.

Opacity

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

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

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

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

This text has shadow with #F8E5B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8E5B8.

Preview

Color preview on black background

This text has color #F8E5B8 on black background.


Color preview on white background

This text has color #F8E5B8 on white background.


Black color preview on #F8E5B8 background

This text has black color on #F8E5B8 background.


White color preview on #F8E5B8 background

This text has white color on #F8E5B8 background.


Related colors

Complementary color

Complementary color for #hex is #071A47.


I love getcolorcode.com

Triadic colors

1 #B8F8E5 and #E5B8F8 with #F8E5B8 are triadic colors.

2 #B8E5F8 and #E5F8B8 with #F8E5B8 are triadic colors.