COLOR #F8E2B4

HEX: #F8E2B4
RGB: (248,226,180)

Color info

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

RGB color model

#F8E2B4 color RGB value is (248,226,180).

  • red value is 248;
  • green value is 226;
  • blue value is 180.
RGB:
(248,226,180)
(97%,89%,71%)

RGB channels and saturation

R 248 of 255 = 97%
G 226 of 255 = 89%
B 180 of 255 = 71%

248
226
180

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

Portions of RGB colors in percentages

R + G + B =
248 + 226 + 180 = 654 (100%)
R 248 of 654 ~ 37.92%
G 226 of 654 ~ 34.56%
B 180 of 654 ~ 27.52%

%37.92
%34.56
%27.52

CMYK color model

#F8E2B4 color CMYK value is (0,9,27,3).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 27.42%
  • key color value is 2.75%
CMYK:
(0,9,27,3)
C0M9Y27K3 
(0%,9%,27%,3%)
(0.00/0.09/0.27/0.03)	

CMYK percentages

%0
%8.87
%27.42
%2.75

Codes

Color #F8E2B4 in popluar color models

F8E2B4
RGB248226180
HSL41°82.93%83.92%
HSB/HSV41°27.42%97.25%
CMYK0.00%8.87%27.42%
2.75%

Color #F8E2B4 in popluar number systems.

HEXF8E2B4
Decimal248226180
Binary111110001110001010110100
Octal370342264

Shades and tints

Shades of #F8E2B4

#F8E2B4
(248,226,180)
#E2CEA4
(226,206,164)
#CCBA94
(204,186,148)
#B6A684
(182,166,132)
#A09274
(160,146,116)
#8A7E64
(138,126,100)
#746A54
(116,106,84)
#5E5644
(94,86,68)
#484234
(72,66,52)
#322E24
(50,46,36)
#1C1A14
(28,26,20)
#000000
(0,0,0)

Tints of #F8E2B4

#F8E2B4
(248,226,180)
#F8E4BA
(248,228,186)
#F8E6C0
(248,230,192)
#F8E8C6
(248,232,198)
#F8EACC
(248,234,204)
#F8ECD2
(248,236,210)
#F8EED8
(248,238,216)
#F8F0DE
(248,240,222)
#F8F2E4
(248,242,228)
#F8F4EA
(248,244,234)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E2B4 color. Also use rgb(248,226,180) instead hex code.

Text Font Color

.myTextColor { color: #F8E2B4; }

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

This text font color is #F8E2B4.


Background Color

.myBgColor { background-color: #F8E2B4; }

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

This div background color is #F8E2B4.


Border color

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

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

This div border color is #F8E2B4.


Opacity

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

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

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

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

This text has shadow with #F8E2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E2B4 on black background.


Color preview on white background

This text has color #F8E2B4 on white background.



Black color preview on #F8E2B4 background

This text has black color on #F8E2B4 background.


White color preview on #F8E2B4 background

This text has white color on #F8E2B4 background.