COLOR #F8EBEE

HEX: #F8EBEE
RGB: (248,235,238)

Color info

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

RGB color model

#F8EBEE color RGB value is (248,235,238).

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

RGB channels and saturation

R 248 of 255 = 97%
G 235 of 255 = 92%
B 238 of 255 = 93%

248
235
238

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

Portions of RGB colors in percentages

R + G + B =
248 + 235 + 238 = 721 (100%)
R 248 of 721 ~ 34.4%
G 235 of 721 ~ 32.59%
B 238 of 721 ~ 33.01%

%34.4
%32.59
%33.01

CMYK color model

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

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

CMYK percentages

%0
%5.24
%4.03
%2.75

Codes

Color #F8EBEE in popluar color models

F8EBEE
RGB248235238
HSL346°48.15%94.71%
HSB/HSV346°5.24%97.25%
CMYK0.00%5.24%4.03%
2.75%

Color #F8EBEE in popluar number systems.

HEXF8EBEE
Decimal248235238
Binary111110001110101111101110
Octal370353356

Shades and tints

Shades of #F8EBEE

#F8EBEE
(248,235,238)
#E2D6D9
(226,214,217)
#CCC1C4
(204,193,196)
#B6ACAF
(182,172,175)
#A0979A
(160,151,154)
#8A8285
(138,130,133)
#746D70
(116,109,112)
#5E585B
(94,88,91)
#484346
(72,67,70)
#322E31
(50,46,49)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #F8EBEE

#F8EBEE
(248,235,238)
#F8ECEF
(248,236,239)
#F8EDF0
(248,237,240)
#F8EEF1
(248,238,241)
#F8EFF2
(248,239,242)
#F8F0F3
(248,240,243)
#F8F1F4
(248,241,244)
#F8F2F5
(248,242,245)
#F8F3F6
(248,243,246)
#F8F4F7
(248,244,247)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EBEE; }

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

This text font color is #F8EBEE.


Background Color

.myBgColor { background-color: #F8EBEE; }

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

This div background color is #F8EBEE.


Border color

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

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

This div border color is #F8EBEE.


Opacity

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

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

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

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

This text has shadow with #F8EBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EBEE on black background.


Color preview on white background

This text has color #F8EBEE on white background.



Black color preview on #F8EBEE background

This text has black color on #F8EBEE background.


White color preview on #F8EBEE background

This text has white color on #F8EBEE background.