COLOR #F8EEDB

HEX: #F8EEDB RGB: (248,238,219)

Color info

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

RGB color model

#F8EEDB color RGB value is (248,238,219).

RGB: (248,238,219) (97%, 93%, 86%)

RGB channels and saturation

R 248 of 255 = 97%
G 238 of 255 = 93%
B 219 of 255 = 86%

248
238
219

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

Portions of RGB colors in percentages

R + G + B = 248 + 238 + 219 = 705 (100%)
R 248 of 705 ~ 35.18%
G 238 of 705 ~ 33.76%
B 219 of 705 ~ 31.06'%

%35.18
%33.76
%31.06

CMYK color model

#F8EEDB color CMYK value is (0,4,12,3).

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

CMYK: (0,4,12,3)
C0M4Y12K3 (0%, 4%, 12%, 3%)
(0.00 / 0.04 / 0.12 / 0.03)

CMYK percentages

%0
%4.03
%11.69
%2.75

Codes

Color #F8EEDB in popluar color models

F8 EE DB
RGB 248 238 219
HSL 39° 67.44% 91.57%
HSB/HSV 39° 11.69% 97.25%
CMYK 0.00% 4.03% 11.69%
2.75%

Color #F8EEDB in popluar number systems.

HEX F8 EE DB
Decimal 248 238 219
Binary 11111000 11101110 11011011
Octal 370 356 333

Shades and tints

Shades of #F8EEDB

#F8EEDB
(248,238,219)
#E2D9C8
(226,217,200)
#CCC4B5
(204,196,181)
#B6AFA2
(182,175,162)
#A09A8F
(160,154,143)
#8A857C
(138,133,124)
#747069
(116,112,105)
#5E5B56
(94,91,86)
#484643
(72,70,67)
#323130
(50,49,48)
#1C1C1D
(28,28,29)
#000000
(0,0,0)

Tints of #F8EEDB

#F8EEDB
(248,238,219)
#F8EFDE
(248,239,222)
#F8F0E1
(248,240,225)
#F8F1E4
(248,241,228)
#F8F2E7
(248,242,231)
#F8F3EA
(248,243,234)
#F8F4ED
(248,244,237)
#F8F5F0
(248,245,240)
#F8F6F3
(248,246,243)
#F8F7F6
(248,247,246)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EEDB; }

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

This text font color is #F8EEDB.

Background Color

.myBgColor { background-color: #F8EEDB; }

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

This div background color is #F8EEDB.

Border color

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

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

This div border color is #F8EEDB.

Opacity

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

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

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

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

This text has shadow with #F8EEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8EEDB.

Preview

Color preview on black background

This text has color #F8EEDB on black background.


Color preview on white background

This text has color #F8EEDB on white background.


Black color preview on #F8EEDB background

This text has black color on #F8EEDB background.


White color preview on #F8EEDB background

This text has white color on #F8EEDB background.


Related colors

Complementary color

Complementary color for #hex is #071124.


I love getcolorcode.com

Triadic colors

1 #DBF8EE and #EEDBF8 with #F8EEDB are triadic colors.

2 #DBEEF8 and #EEF8DB with #F8EEDB are triadic colors.