COLOR #F8EBBB

HEX: #F8EBBB
RGB: (248,235,187)

Color info

#F8EBBB contains mainly red and green colors. Web safe color of #F8EBBB is #FFFFCC (or #FFC).

RGB color model

#F8EBBB color RGB value is (248,235,187).

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

RGB channels and saturation

R 248 of 255 = 97%
G 235 of 255 = 92%
B 187 of 255 = 73%

248
235
187

R + G + B ~ 87%. #F8EBBB is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 235 + 187 = 670 (100%)
R 248 of 670 ~ 37.01%
G 235 of 670 ~ 35.07%
B 187 of 670 ~ 27.91%

%37.01
%35.07
%27.91

CMYK color model

#F8EBBB color CMYK value is (0,5,25,3).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 24.60%
  • key color value is 2.75%
CMYK:
(0,5,25,3)
C0M5Y25K3 
(0%,5%,25%,3%)
(0.00/0.05/0.25/0.03)	

CMYK percentages

%0
%5.24
%24.6
%2.75

Codes

Color #F8EBBB in popluar color models

F8EBBB
RGB248235187
HSL47°81.33%85.29%
HSB/HSV47°24.60%97.25%
CMYK0.00%5.24%24.60%
2.75%

Color #F8EBBB in popluar number systems.

HEXF8EBBB
Decimal248235187
Binary111110001110101110111011
Octal370353273

Shades and tints

Shades of #F8EBBB

#F8EBBB
(248,235,187)
#E2D6AA
(226,214,170)
#CCC199
(204,193,153)
#B6AC88
(182,172,136)
#A09777
(160,151,119)
#8A8266
(138,130,102)
#746D55
(116,109,85)
#5E5844
(94,88,68)
#484333
(72,67,51)
#322E22
(50,46,34)
#1C1911
(28,25,17)
#000000
(0,0,0)

Tints of #F8EBBB

#F8EBBB
(248,235,187)
#F8ECC1
(248,236,193)
#F8EDC7
(248,237,199)
#F8EECD
(248,238,205)
#F8EFD3
(248,239,211)
#F8F0D9
(248,240,217)
#F8F1DF
(248,241,223)
#F8F2E5
(248,242,229)
#F8F3EB
(248,243,235)
#F8F4F1
(248,244,241)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EBBB; }

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

This text font color is #F8EBBB.


Background Color

.myBgColor { background-color: #F8EBBB; }

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

This div background color is #F8EBBB.


Border color

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

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

This div border color is #F8EBBB.


Opacity

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

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

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

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

This text has shadow with #F8EBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EBBB on black background.


Color preview on white background

This text has color #F8EBBB on white background.



Black color preview on #F8EBBB background

This text has black color on #F8EBBB background.


White color preview on #F8EBBB background

This text has white color on #F8EBBB background.