COLOR #F8E1BB

HEX: #F8E1BB RGB: (248,225,187)

Color info

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

RGB color model

#F8E1BB color RGB value is (248,225,187).

RGB: (248,225,187) (97%, 88%, 73%)

RGB channels and saturation

R 248 of 255 = 97%
G 225 of 255 = 88%
B 187 of 255 = 73%

248
225
187

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

Portions of RGB colors in percentages

R + G + B = 248 + 225 + 187 = 660 (100%)
R 248 of 660 ~ 37.58%
G 225 of 660 ~ 34.09%
B 187 of 660 ~ 28.33'%

%37.58
%34.09
%28.33

CMYK color model

#F8E1BB color CMYK value is (0,9,25,3).

  • cyan value is 0.00%
  • magenta value is 9.27%
  • yellow value is 24.60%
  • key color value is 2.75%

CMYK: (0,9,25,3)
C0M9Y25K3 (0%, 9%, 25%, 3%)
(0.00 / 0.09 / 0.25 / 0.03)

CMYK percentages

%0
%9.27
%24.6
%2.75

Codes

Color #F8E1BB in popluar color models

F8 E1 BB
RGB 248 225 187
HSL 37° 81.33% 85.29%
HSB/HSV 37° 24.60% 97.25%
CMYK 0.00% 9.27% 24.60%
2.75%

Color #F8E1BB in popluar number systems.

HEX F8 E1 BB
Decimal 248 225 187
Binary 11111000 11100001 10111011
Octal 370 341 273

Shades and tints

Shades of #F8E1BB

#F8E1BB
(248,225,187)
#E2CDAA
(226,205,170)
#CCB999
(204,185,153)
#B6A588
(182,165,136)
#A09177
(160,145,119)
#8A7D66
(138,125,102)
#746955
(116,105,85)
#5E5544
(94,85,68)
#484133
(72,65,51)
#322D22
(50,45,34)
#1C1911
(28,25,17)
#000000
(0,0,0)

Tints of #F8E1BB

#F8E1BB
(248,225,187)
#F8E3C1
(248,227,193)
#F8E5C7
(248,229,199)
#F8E7CD
(248,231,205)
#F8E9D3
(248,233,211)
#F8EBD9
(248,235,217)
#F8EDDF
(248,237,223)
#F8EFE5
(248,239,229)
#F8F1EB
(248,241,235)
#F8F3F1
(248,243,241)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E1BB color. Also use rgb(248,225,187) instead hex code.

Text Font Color

.myTextColor { color: #F8E1BB; }

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

This text font color is #F8E1BB.

Background Color

.myBgColor { background-color: #F8E1BB; }

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

This div background color is #F8E1BB.

Border color

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

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

This div border color is #F8E1BB.

Opacity

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

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

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

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

This text has shadow with #F8E1BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8E1BB.

Preview

Color preview on black background

This text has color #F8E1BB on black background.


Color preview on white background

This text has color #F8E1BB on white background.


Black color preview on #F8E1BB background

This text has black color on #F8E1BB background.


White color preview on #F8E1BB background

This text has white color on #F8E1BB background.


Related colors

Complementary color

Complementary color for #hex is #071E44.


I love getcolorcode.com

Triadic colors

1 #BBF8E1 and #E1BBF8 with #F8E1BB are triadic colors.

2 #BBE1F8 and #E1F8BB with #F8E1BB are triadic colors.