COLOR #F8EADB

HEX: #F8EADB RGB: (248,234,219)

Color info

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

RGB color model

#F8EADB color RGB value is (248,234,219).

RGB: (248,234,219) (97%, 92%, 86%)

RGB channels and saturation

R 248 of 255 = 97%
G 234 of 255 = 92%
B 219 of 255 = 86%

248
234
219

R + G + B ~ 92%. #F8EADB is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 234 + 219 = 701 (100%)
R 248 of 701 ~ 35.38%
G 234 of 701 ~ 33.38%
B 219 of 701 ~ 31.24'%

%35.38
%33.38
%31.24

CMYK color model

#F8EADB color CMYK value is (0,6,12,3).

  • cyan value is 0.00%
  • magenta value is 5.65%
  • yellow value is 11.69%
  • key color value is 2.75%

CMYK: (0,6,12,3)
C0M6Y12K3 (0%, 6%, 12%, 3%)
(0.00 / 0.06 / 0.12 / 0.03)

CMYK percentages

%0
%5.65
%11.69
%2.75

Codes

Color #F8EADB in popluar color models

F8 EA DB
RGB 248 234 219
HSL 31° 67.44% 91.57%
HSB/HSV 31° 11.69% 97.25%
CMYK 0.00% 5.65% 11.69%
2.75%

Color #F8EADB in popluar number systems.

HEX F8 EA DB
Decimal 248 234 219
Binary 11111000 11101010 11011011
Octal 370 352 333

Shades and tints

Shades of #F8EADB

#F8EADB
(248,234,219)
#E2D5C8
(226,213,200)
#CCC0B5
(204,192,181)
#B6ABA2
(182,171,162)
#A0968F
(160,150,143)
#8A817C
(138,129,124)
#746C69
(116,108,105)
#5E5756
(94,87,86)
#484243
(72,66,67)
#322D30
(50,45,48)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #F8EADB

#F8EADB
(248,234,219)
#F8EBDE
(248,235,222)
#F8ECE1
(248,236,225)
#F8EDE4
(248,237,228)
#F8EEE7
(248,238,231)
#F8EFEA
(248,239,234)
#F8F0ED
(248,240,237)
#F8F1F0
(248,241,240)
#F8F2F3
(248,242,243)
#F8F3F6
(248,243,246)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EADB; }

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

This text font color is #F8EADB.

Background Color

.myBgColor { background-color: #F8EADB; }

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

This div background color is #F8EADB.

Border color

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

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

This div border color is #F8EADB.

Opacity

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

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

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

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

This text has shadow with #F8EADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8EADB.

Preview

Color preview on black background

This text has color #F8EADB on black background.


Color preview on white background

This text has color #F8EADB on white background.


Black color preview on #F8EADB background

This text has black color on #F8EADB background.


White color preview on #F8EADB background

This text has white color on #F8EADB background.


Related colors

Complementary color

Complementary color for #hex is #071524.


I love getcolorcode.com

Triadic colors

1 #DBF8EA and #EADBF8 with #F8EADB are triadic colors.

2 #DBEAF8 and #EAF8DB with #F8EADB are triadic colors.