COLOR #F8F0EC

HEX: #F8F0EC RGB: (248,240,236)

Color info

#F8F0EC contains red, green and blue colors in about the same proportion. Web safe color of #F8F0EC is #FFFFFF (or #FFF).

RGB color model

#F8F0EC color RGB value is (248,240,236).

RGB: (248,240,236) (97%, 94%, 93%)

RGB channels and saturation

R 248 of 255 = 97%
G 240 of 255 = 94%
B 236 of 255 = 93%

248
240
236

R + G + B ~ 95%. #F8F0EC is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 240 + 236 = 724 (100%)
R 248 of 724 ~ 34.25%
G 240 of 724 ~ 33.15%
B 236 of 724 ~ 32.6'%

%34.25
%33.15
%32.6

CMYK color model

#F8F0EC color CMYK value is (0,3,5,3).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 4.84%
  • key color value is 2.75%

CMYK: (0,3,5,3)
C0M3Y5K3 (0%, 3%, 5%, 3%)
(0.00 / 0.03 / 0.05 / 0.03)

CMYK percentages

%0
%3.23
%4.84
%2.75

Codes

Color #F8F0EC in popluar color models

F8 F0 EC
RGB 248 240 236
HSL 20° 46.15% 94.90%
HSB/HSV 20° 4.84% 97.25%
CMYK 0.00% 3.23% 4.84%
2.75%

Color #F8F0EC in popluar number systems.

HEX F8 F0 EC
Decimal 248 240 236
Binary 11111000 11110000 11101100
Octal 370 360 354

Shades and tints

Shades of #F8F0EC

#F8F0EC
(248,240,236)
#E2DBD7
(226,219,215)
#CCC6C2
(204,198,194)
#B6B1AD
(182,177,173)
#A09C98
(160,156,152)
#8A8783
(138,135,131)
#74726E
(116,114,110)
#5E5D59
(94,93,89)
#484844
(72,72,68)
#32332F
(50,51,47)
#1C1E1A
(28,30,26)
#000000
(0,0,0)

Tints of #F8F0EC

#F8F0EC
(248,240,236)
#F8F1ED
(248,241,237)
#F8F2EE
(248,242,238)
#F8F3EF
(248,243,239)
#F8F4F0
(248,244,240)
#F8F5F1
(248,245,241)
#F8F6F2
(248,246,242)
#F8F7F3
(248,247,243)
#F8F8F4
(248,248,244)
#F8F9F5
(248,249,245)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8F0EC color. Also use rgb(248,240,236) instead hex code.

Text Font Color

.myTextColor { color: #F8F0EC; }

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

This text font color is #F8F0EC.

Background Color

.myBgColor { background-color: #F8F0EC; }

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

This div background color is #F8F0EC.

Border color

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

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

This div border color is #F8F0EC.

Opacity

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

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

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

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

This text has shadow with #F8F0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8F0EC.

Preview

Color preview on black background

This text has color #F8F0EC on black background.


Color preview on white background

This text has color #F8F0EC on white background.


Black color preview on #F8F0EC background

This text has black color on #F8F0EC background.


White color preview on #F8F0EC background

This text has white color on #F8F0EC background.


Related colors

Complementary color

Complementary color for #hex is #070F13.


I love getcolorcode.com

Triadic colors

1 #ECF8F0 and #F0ECF8 with #F8F0EC are triadic colors.

2 #ECF0F8 and #F0F8EC with #F8F0EC are triadic colors.