COLOR #F8E2B2

HEX: #F8E2B2
RGB: (248,226,178)

Color info

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

RGB color model

#F8E2B2 color RGB value is (248,226,178).

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

RGB channels and saturation

R 248 of 255 = 97%
G 226 of 255 = 89%
B 178 of 255 = 70%

248
226
178

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

Portions of RGB colors in percentages

R + G + B =
248 + 226 + 178 = 652 (100%)
R 248 of 652 ~ 38.04%
G 226 of 652 ~ 34.66%
B 178 of 652 ~ 27.3%

%38.04
%34.66
%27.3

CMYK color model

#F8E2B2 color CMYK value is (0,9,28,3).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 28.23%
  • key color value is 2.75%
CMYK:
(0,9,28,3)
C0M9Y28K3 
(0%,9%,28%,3%)
(0.00/0.09/0.28/0.03)	

CMYK percentages

%0
%8.87
%28.23
%2.75

Codes

Color #F8E2B2 in popluar color models

F8E2B2
RGB248226178
HSL41°83.33%83.53%
HSB/HSV41°28.23%97.25%
CMYK0.00%8.87%28.23%
2.75%

Color #F8E2B2 in popluar number systems.

HEXF8E2B2
Decimal248226178
Binary111110001110001010110010
Octal370342262

Shades and tints

Shades of #F8E2B2

#F8E2B2
(248,226,178)
#E2CEA2
(226,206,162)
#CCBA92
(204,186,146)
#B6A682
(182,166,130)
#A09272
(160,146,114)
#8A7E62
(138,126,98)
#746A52
(116,106,82)
#5E5642
(94,86,66)
#484232
(72,66,50)
#322E22
(50,46,34)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #F8E2B2

#F8E2B2
(248,226,178)
#F8E4B9
(248,228,185)
#F8E6C0
(248,230,192)
#F8E8C7
(248,232,199)
#F8EACE
(248,234,206)
#F8ECD5
(248,236,213)
#F8EEDC
(248,238,220)
#F8F0E3
(248,240,227)
#F8F2EA
(248,242,234)
#F8F4F1
(248,244,241)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E2B2; }

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

This text font color is #F8E2B2.


Background Color

.myBgColor { background-color: #F8E2B2; }

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

This div background color is #F8E2B2.


Border color

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

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

This div border color is #F8E2B2.


Opacity

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

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

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

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

This text has shadow with #F8E2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E2B2 on black background.


Color preview on white background

This text has color #F8E2B2 on white background.



Black color preview on #F8E2B2 background

This text has black color on #F8E2B2 background.


White color preview on #F8E2B2 background

This text has white color on #F8E2B2 background.