COLOR #F8EFEB

HEX: #F8EFEB
RGB: (248,239,235)

Color info

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

RGB color model

#F8EFEB color RGB value is (248,239,235).

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

RGB channels and saturation

R 248 of 255 = 97%
G 239 of 255 = 94%
B 235 of 255 = 92%

248
239
235

R + G + B ~ 94%. #F8EFEB is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 239 + 235 = 722 (100%)
R 248 of 722 ~ 34.35%
G 239 of 722 ~ 33.1%
B 235 of 722 ~ 32.55%

%34.35
%33.1
%32.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.63%
  • yellow value is 5.24%
  • key color value is 2.75%
CMYK:
(0,4,5,3)
C0M4Y5K3 
(0%,4%,5%,3%)
(0.00/0.04/0.05/0.03)	

CMYK percentages

%0
%3.63
%5.24
%2.75

Codes

Color #F8EFEB in popluar color models

F8EFEB
RGB248239235
HSL18°48.15%94.71%
HSB/HSV18°5.24%97.25%
CMYK0.00%3.63%5.24%
2.75%

Color #F8EFEB in popluar number systems.

HEXF8EFEB
Decimal248239235
Binary111110001110111111101011
Octal370357353

Shades and tints

Shades of #F8EFEB

#F8EFEB
(248,239,235)
#E2DAD6
(226,218,214)
#CCC5C1
(204,197,193)
#B6B0AC
(182,176,172)
#A09B97
(160,155,151)
#8A8682
(138,134,130)
#74716D
(116,113,109)
#5E5C58
(94,92,88)
#484743
(72,71,67)
#32322E
(50,50,46)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #F8EFEB

#F8EFEB
(248,239,235)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EFEB; }

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

This text font color is #F8EFEB.


Background Color

.myBgColor { background-color: #F8EFEB; }

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

This div background color is #F8EFEB.


Border color

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

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

This div border color is #F8EFEB.


Opacity

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

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

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

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

This text has shadow with #F8EFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EFEB on black background.


Color preview on white background

This text has color #F8EFEB on white background.



Black color preview on #F8EFEB background

This text has black color on #F8EFEB background.


White color preview on #F8EFEB background

This text has white color on #F8EFEB background.