COLOR #F8EBBF

HEX: #F8EBBF
RGB: (248,235,191)

Color info

#F8EBBF contains red, green and blue colors in about the same proportion. Web safe color of #F8EBBF is #FFFFCC (or #FFC).

RGB color model

#F8EBBF color RGB value is (248,235,191).

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

RGB channels and saturation

R 248 of 255 = 97%
G 235 of 255 = 92%
B 191 of 255 = 75%

248
235
191

R + G + B ~ 88%. #F8EBBF is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 235 + 191 = 674 (100%)
R 248 of 674 ~ 36.8%
G 235 of 674 ~ 34.87%
B 191 of 674 ~ 28.34%

%36.8
%34.87
%28.34

CMYK color model

#F8EBBF color CMYK value is (0,5,23,3).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 22.98%
  • key color value is 2.75%
CMYK:
(0,5,23,3)
C0M5Y23K3 
(0%,5%,23%,3%)
(0.00/0.05/0.23/0.03)	

CMYK percentages

%0
%5.24
%22.98
%2.75

Codes

Color #F8EBBF in popluar color models

F8EBBF
RGB248235191
HSL46°80.28%86.08%
HSB/HSV46°22.98%97.25%
CMYK0.00%5.24%22.98%
2.75%

Color #F8EBBF in popluar number systems.

HEXF8EBBF
Decimal248235191
Binary111110001110101110111111
Octal370353277

Shades and tints

Shades of #F8EBBF

#F8EBBF
(248,235,191)
#E2D6AE
(226,214,174)
#CCC19D
(204,193,157)
#B6AC8C
(182,172,140)
#A0977B
(160,151,123)
#8A826A
(138,130,106)
#746D59
(116,109,89)
#5E5848
(94,88,72)
#484337
(72,67,55)
#322E26
(50,46,38)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #F8EBBF

#F8EBBF
(248,235,191)
#F8ECC4
(248,236,196)
#F8EDC9
(248,237,201)
#F8EECE
(248,238,206)
#F8EFD3
(248,239,211)
#F8F0D8
(248,240,216)
#F8F1DD
(248,241,221)
#F8F2E2
(248,242,226)
#F8F3E7
(248,243,231)
#F8F4EC
(248,244,236)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EBBF; }

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

This text font color is #F8EBBF.


Background Color

.myBgColor { background-color: #F8EBBF; }

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

This div background color is #F8EBBF.


Border color

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

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

This div border color is #F8EBBF.


Opacity

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

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

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

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

This text has shadow with #F8EBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EBBF on black background.


Color preview on white background

This text has color #F8EBBF on white background.



Black color preview on #F8EBBF background

This text has black color on #F8EBBF background.


White color preview on #F8EBBF background

This text has white color on #F8EBBF background.