COLOR #F8F3ED

HEX: #F8F3ED RGB: (248,243,237)

Color info

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

RGB color model

#F8F3ED color RGB value is (248,243,237).

RGB: (248,243,237) (97%, 95%, 93%)

RGB channels and saturation

R 248 of 255 = 97%
G 243 of 255 = 95%
B 237 of 255 = 93%

248
243
237

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

Portions of RGB colors in percentages

R + G + B = 248 + 243 + 237 = 728 (100%)
R 248 of 728 ~ 34.07%
G 243 of 728 ~ 33.38%
B 237 of 728 ~ 32.55'%

%34.07
%33.38
%32.55

CMYK color model

#F8F3ED color CMYK value is (0,2,4,3).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 4.44%
  • key color value is 2.75%

CMYK: (0,2,4,3)
C0M2Y4K3 (0%, 2%, 4%, 3%)
(0.00 / 0.02 / 0.04 / 0.03)

CMYK percentages

%0
%2.02
%4.44
%2.75

Codes

Color #F8F3ED in popluar color models

F8 F3 ED
RGB 248 243 237
HSL 33° 44.00% 95.10%
HSB/HSV 33° 4.44% 97.25%
CMYK 0.00% 2.02% 4.44%
2.75%

Color #F8F3ED in popluar number systems.

HEX F8 F3 ED
Decimal 248 243 237
Binary 11111000 11110011 11101101
Octal 370 363 355

Shades and tints

Shades of #F8F3ED

#F8F3ED
(248,243,237)
#E2DDD8
(226,221,216)
#CCC7C3
(204,199,195)
#B6B1AE
(182,177,174)
#A09B99
(160,155,153)
#8A8584
(138,133,132)
#746F6F
(116,111,111)
#5E595A
(94,89,90)
#484345
(72,67,69)
#322D30
(50,45,48)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #F8F3ED

#F8F3ED
(248,243,237)
#F8F4EE
(248,244,238)
#F8F5EF
(248,245,239)
#F8F6F0
(248,246,240)
#F8F7F1
(248,247,241)
#F8F8F2
(248,248,242)
#F8F9F3
(248,249,243)
#F8FAF4
(248,250,244)
#F8FBF5
(248,251,245)
#F8FCF6
(248,252,246)
#F8FDF7
(248,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8F3ED color. Also use rgb(248,243,237) instead hex code.

Text Font Color

.myTextColor { color: #F8F3ED; }

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

This text font color is #F8F3ED.

Background Color

.myBgColor { background-color: #F8F3ED; }

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

This div background color is #F8F3ED.

Border color

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

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

This div border color is #F8F3ED.

Opacity

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

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

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

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

This text has shadow with #F8F3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8F3ED.

Preview

Color preview on black background

This text has color #F8F3ED on black background.


Color preview on white background

This text has color #F8F3ED on white background.


Black color preview on #F8F3ED background

This text has black color on #F8F3ED background.


White color preview on #F8F3ED background

This text has white color on #F8F3ED background.


Related colors

Complementary color

Complementary color for #hex is #070C12.


I love getcolorcode.com

Triadic colors

1 #EDF8F3 and #F3EDF8 with #F8F3ED are triadic colors.

2 #EDF3F8 and #F3F8ED with #F8F3ED are triadic colors.