COLOR #F8EABF

HEX: #F8EABF
RGB: (248,234,191)

Color info

#F8EABF contains red, green and blue colors in about the same proportion. Web safe color of #F8EABF is #FFFFCC (or #FFC).

RGB color model

#F8EABF color RGB value is (248,234,191).

  • red value is 248;
  • green value is 234;
  • blue value is 191.
RGB:
(248,234,191)
(97%,92%,75%)

RGB channels and saturation

R 248 of 255 = 97%
G 234 of 255 = 92%
B 191 of 255 = 75%

248
234
191

R + G + B ~ 88%. #F8EABF is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 234 + 191 = 673 (100%)
R 248 of 673 ~ 36.85%
G 234 of 673 ~ 34.77%
B 191 of 673 ~ 28.38%

%36.85
%34.77
%28.38

CMYK color model

#F8EABF color CMYK value is (0,6,23,3).

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 22.98%
  • key color value is 2.75%
CMYK:
(0,6,23,3)
C0M6Y23K3 
(0%,6%,23%,3%)
(0.00/0.06/0.23/0.03)	

CMYK percentages

%0
%5.65
%22.98
%2.75

Codes

Color #F8EABF in popluar color models

F8EABF
RGB248234191
HSL45°80.28%86.08%
HSB/HSV45°22.98%97.25%
CMYK0.00%5.65%22.98%
2.75%

Color #F8EABF in popluar number systems.

HEXF8EABF
Decimal248234191
Binary111110001110101010111111
Octal370352277

Shades and tints

Shades of #F8EABF

#F8EABF
(248,234,191)
#E2D5AE
(226,213,174)
#CCC09D
(204,192,157)
#B6AB8C
(182,171,140)
#A0967B
(160,150,123)
#8A816A
(138,129,106)
#746C59
(116,108,89)
#5E5748
(94,87,72)
#484237
(72,66,55)
#322D26
(50,45,38)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #F8EABF

#F8EABF
(248,234,191)
#F8EBC4
(248,235,196)
#F8ECC9
(248,236,201)
#F8EDCE
(248,237,206)
#F8EED3
(248,238,211)
#F8EFD8
(248,239,216)
#F8F0DD
(248,240,221)
#F8F1E2
(248,241,226)
#F8F2E7
(248,242,231)
#F8F3EC
(248,243,236)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8EABF color. Also use rgb(248,234,191) instead hex code.

Text Font Color

.myTextColor { color: #F8EABF; }

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

This text font color is #F8EABF.


Background Color

.myBgColor { background-color: #F8EABF; }

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

This div background color is #F8EABF.


Border color

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

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

This div border color is #F8EABF.


Opacity

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

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

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

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

This text has shadow with #F8EABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EABF on black background.


Color preview on white background

This text has color #F8EABF on white background.



Black color preview on #F8EABF background

This text has black color on #F8EABF background.


White color preview on #F8EABF background

This text has white color on #F8EABF background.