COLOR #F8E8CB

HEX: #F8E8CB
RGB: (248,232,203)

Color info

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

RGB color model

#F8E8CB color RGB value is (248,232,203).

  • red value is 248;
  • green value is 232;
  • blue value is 203.
RGB:
(248,232,203)
(97%,91%,80%)

RGB channels and saturation

R 248 of 255 = 97%
G 232 of 255 = 91%
B 203 of 255 = 80%

248
232
203

R + G + B ~ 89%. #F8E8CB is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 232 + 203 = 683 (100%)
R 248 of 683 ~ 36.31%
G 232 of 683 ~ 33.97%
B 203 of 683 ~ 29.72%

%36.31
%33.97
%29.72

CMYK color model

#F8E8CB color CMYK value is (0,6,18,3).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 18.15%
  • key color value is 2.75%
CMYK:
(0,6,18,3)
C0M6Y18K3 
(0%,6%,18%,3%)
(0.00/0.06/0.18/0.03)	

CMYK percentages

%0
%6.45
%18.15
%2.75

Codes

Color #F8E8CB in popluar color models

F8E8CB
RGB248232203
HSL39°76.27%88.43%
HSB/HSV39°18.15%97.25%
CMYK0.00%6.45%18.15%
2.75%

Color #F8E8CB in popluar number systems.

HEXF8E8CB
Decimal248232203
Binary111110001110100011001011
Octal370350313

Shades and tints

Shades of #F8E8CB

#F8E8CB
(248,232,203)
#E2D3B9
(226,211,185)
#CCBEA7
(204,190,167)
#B6A995
(182,169,149)
#A09483
(160,148,131)
#8A7F71
(138,127,113)
#746A5F
(116,106,95)
#5E554D
(94,85,77)
#48403B
(72,64,59)
#322B29
(50,43,41)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #F8E8CB

#F8E8CB
(248,232,203)
#F8EACF
(248,234,207)
#F8ECD3
(248,236,211)
#F8EED7
(248,238,215)
#F8F0DB
(248,240,219)
#F8F2DF
(248,242,223)
#F8F4E3
(248,244,227)
#F8F6E7
(248,246,231)
#F8F8EB
(248,248,235)
#F8FAEF
(248,250,239)
#F8FCF3
(248,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E8CB color. Also use rgb(248,232,203) instead hex code.

Text Font Color

.myTextColor { color: #F8E8CB; }

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

This text font color is #F8E8CB.


Background Color

.myBgColor { background-color: #F8E8CB; }

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

This div background color is #F8E8CB.


Border color

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

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

This div border color is #F8E8CB.


Opacity

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

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

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

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

This text has shadow with #F8E8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E8CB on black background.


Color preview on white background

This text has color #F8E8CB on white background.



Black color preview on #F8E8CB background

This text has black color on #F8E8CB background.


White color preview on #F8E8CB background

This text has white color on #F8E8CB background.