COLOR #F8F3EB

HEX: #F8F3EB
RGB: (248,243,235)

Color info

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

RGB color model

#F8F3EB color RGB value is (248,243,235).

  • red value is 248;
  • green value is 243;
  • blue value is 235.
RGB:
(248,243,235)
(97%,95%,92%)

RGB channels and saturation

R 248 of 255 = 97%
G 243 of 255 = 95%
B 235 of 255 = 92%

248
243
235

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

Portions of RGB colors in percentages

R + G + B =
248 + 243 + 235 = 726 (100%)
R 248 of 726 ~ 34.16%
G 243 of 726 ~ 33.47%
B 235 of 726 ~ 32.37%

%34.16
%33.47
%32.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 5.24%
  • key color value is 2.75%
CMYK:
(0,2,5,3)
C0M2Y5K3 
(0%,2%,5%,3%)
(0.00/0.02/0.05/0.03)	

CMYK percentages

%0
%2.02
%5.24
%2.75

Codes

Color #F8F3EB in popluar color models

F8F3EB
RGB248243235
HSL37°48.15%94.71%
HSB/HSV37°5.24%97.25%
CMYK0.00%2.02%5.24%
2.75%

Color #F8F3EB in popluar number systems.

HEXF8F3EB
Decimal248243235
Binary111110001111001111101011
Octal370363353

Shades and tints

Shades of #F8F3EB

#F8F3EB
(248,243,235)
#E2DDD6
(226,221,214)
#CCC7C1
(204,199,193)
#B6B1AC
(182,177,172)
#A09B97
(160,155,151)
#8A8582
(138,133,130)
#746F6D
(116,111,109)
#5E5958
(94,89,88)
#484343
(72,67,67)
#322D2E
(50,45,46)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #F8F3EB

#F8F3EB
(248,243,235)
#F8F4EC
(248,244,236)
#F8F5ED
(248,245,237)
#F8F6EE
(248,246,238)
#F8F7EF
(248,247,239)
#F8F8F0
(248,248,240)
#F8F9F1
(248,249,241)
#F8FAF2
(248,250,242)
#F8FBF3
(248,251,243)
#F8FCF4
(248,252,244)
#F8FDF5
(248,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8F3EB; }

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

This text font color is #F8F3EB.


Background Color

.myBgColor { background-color: #F8F3EB; }

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

This div background color is #F8F3EB.


Border color

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

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

This div border color is #F8F3EB.


Opacity

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

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

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

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

This text has shadow with #F8F3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8F3EB on black background.


Color preview on white background

This text has color #F8F3EB on white background.



Black color preview on #F8F3EB background

This text has black color on #F8F3EB background.


White color preview on #F8F3EB background

This text has white color on #F8F3EB background.