COLOR #F8F3EE

HEX: #F8F3EE RGB: (248,243,238)

Color info

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

RGB color model

#F8F3EE color RGB value is (248,243,238).

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

RGB channels and saturation

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

248
243
238

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

Portions of RGB colors in percentages

R + G + B = 248 + 243 + 238 = 729 (100%)
R 248 of 729 ~ 34.02%
G 243 of 729 ~ 33.33%
B 238 of 729 ~ 32.65'%

%34.02
%33.33
%32.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 4.03%
  • 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.03
%2.75

Codes

Color #F8F3EE in popluar color models

F8 F3 EE
RGB 248 243 238
HSL 30° 41.67% 95.29%
HSB/HSV 30° 4.03% 97.25%
CMYK 0.00% 2.02% 4.03%
2.75%

Color #F8F3EE in popluar number systems.

HEX F8 F3 EE
Decimal 248 243 238
Binary 11111000 11110011 11101110
Octal 370 363 356

Shades and tints

Shades of #F8F3EE

#F8F3EE
(248,243,238)
#E2DDD9
(226,221,217)
#CCC7C4
(204,199,196)
#B6B1AF
(182,177,175)
#A09B9A
(160,155,154)
#8A8585
(138,133,133)
#746F70
(116,111,112)
#5E595B
(94,89,91)
#484346
(72,67,70)
#322D31
(50,45,49)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #F8F3EE

#F8F3EE
(248,243,238)
#F8F4EF
(248,244,239)
#F8F5F0
(248,245,240)
#F8F6F1
(248,246,241)
#F8F7F2
(248,247,242)
#F8F8F3
(248,248,243)
#F8F9F4
(248,249,244)
#F8FAF5
(248,250,245)
#F8FBF6
(248,251,246)
#F8FCF7
(248,252,247)
#F8FDF8
(248,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8F3EE; }

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

This text font color is #F8F3EE.

Background Color

.myBgColor { background-color: #F8F3EE; }

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

This div background color is #F8F3EE.

Border color

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

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

This div border color is #F8F3EE.

Opacity

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

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

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

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

This text has shadow with #F8F3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8F3EE.

Preview

Color preview on black background

This text has color #F8F3EE on black background.


Color preview on white background

This text has color #F8F3EE on white background.


Black color preview on #F8F3EE background

This text has black color on #F8F3EE background.


White color preview on #F8F3EE background

This text has white color on #F8F3EE background.


Related colors

Complementary color

Complementary color for #hex is #070C11.


I love getcolorcode.com

Triadic colors

1 #EEF8F3 and #F3EEF8 with #F8F3EE are triadic colors.

2 #EEF3F8 and #F3F8EE with #F8F3EE are triadic colors.