COLOR #F8EED6

HEX: #F8EED6 RGB: (248,238,214)

Color info

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

RGB color model

#F8EED6 color RGB value is (248,238,214).

RGB: (248,238,214) (97%, 93%, 84%)

RGB channels and saturation

R 248 of 255 = 97%
G 238 of 255 = 93%
B 214 of 255 = 84%

248
238
214

R + G + B ~ 91%. #F8EED6 is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 238 + 214 = 700 (100%)
R 248 of 700 ~ 35.43%
G 238 of 700 ~ 34%
B 214 of 700 ~ 30.57'%

%35.43
%34
%30.57

CMYK color model

#F8EED6 color CMYK value is (0,4,14,3).

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

CMYK: (0,4,14,3)
C0M4Y14K3 (0%, 4%, 14%, 3%)
(0.00 / 0.04 / 0.14 / 0.03)

CMYK percentages

%0
%4.03
%13.71
%2.75

Codes

Color #F8EED6 in popluar color models

F8 EE D6
RGB 248 238 214
HSL 42° 70.83% 90.59%
HSB/HSV 42° 13.71% 97.25%
CMYK 0.00% 4.03% 13.71%
2.75%

Color #F8EED6 in popluar number systems.

HEX F8 EE D6
Decimal 248 238 214
Binary 11111000 11101110 11010110
Octal 370 356 326

Shades and tints

Shades of #F8EED6

#F8EED6
(248,238,214)
#E2D9C3
(226,217,195)
#CCC4B0
(204,196,176)
#B6AF9D
(182,175,157)
#A09A8A
(160,154,138)
#8A8577
(138,133,119)
#747064
(116,112,100)
#5E5B51
(94,91,81)
#48463E
(72,70,62)
#32312B
(50,49,43)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #F8EED6

#F8EED6
(248,238,214)
#F8EFD9
(248,239,217)
#F8F0DC
(248,240,220)
#F8F1DF
(248,241,223)
#F8F2E2
(248,242,226)
#F8F3E5
(248,243,229)
#F8F4E8
(248,244,232)
#F8F5EB
(248,245,235)
#F8F6EE
(248,246,238)
#F8F7F1
(248,247,241)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EED6; }

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

This text font color is #F8EED6.

Background Color

.myBgColor { background-color: #F8EED6; }

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

This div background color is #F8EED6.

Border color

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

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

This div border color is #F8EED6.

Opacity

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

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

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

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

This text has shadow with #F8EED6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8EED6.

Preview

Color preview on black background

This text has color #F8EED6 on black background.


Color preview on white background

This text has color #F8EED6 on white background.


Black color preview on #F8EED6 background

This text has black color on #F8EED6 background.


White color preview on #F8EED6 background

This text has white color on #F8EED6 background.


Related colors

Complementary color

Complementary color for #hex is #071129.


I love getcolorcode.com

Triadic colors

1 #D6F8EE and #EED6F8 with #F8EED6 are triadic colors.

2 #D6EEF8 and #EEF8D6 with #F8EED6 are triadic colors.