COLOR #F8E1CB

HEX: #F8E1CB
RGB: (248,225,203)

Color info

#F8E1CB contains red, green and blue colors in about the same proportion. Web safe color of #F8E1CB is #FFCCCC (or #FCC).

RGB color model

#F8E1CB color RGB value is (248,225,203).

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

RGB channels and saturation

R 248 of 255 = 97%
G 225 of 255 = 88%
B 203 of 255 = 80%

248
225
203

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

Portions of RGB colors in percentages

R + G + B =
248 + 225 + 203 = 676 (100%)
R 248 of 676 ~ 36.69%
G 225 of 676 ~ 33.28%
B 203 of 676 ~ 30.03%

%36.69
%33.28
%30.03

CMYK color model

#F8E1CB color CMYK value is (0,9,18,3).

  • cyan value is 0.00%
  • magenta value is 9.27%
  • yellow value is 18.15%
  • key color value is 2.75%
CMYK:
(0,9,18,3)
C0M9Y18K3 
(0%,9%,18%,3%)
(0.00/0.09/0.18/0.03)	

CMYK percentages

%0
%9.27
%18.15
%2.75

Codes

Color #F8E1CB in popluar color models

F8E1CB
RGB248225203
HSL29°76.27%88.43%
HSB/HSV29°18.15%97.25%
CMYK0.00%9.27%18.15%
2.75%

Color #F8E1CB in popluar number systems.

HEXF8E1CB
Decimal248225203
Binary111110001110000111001011
Octal370341313

Shades and tints

Shades of #F8E1CB

#F8E1CB
(248,225,203)
#E2CDB9
(226,205,185)
#CCB9A7
(204,185,167)
#B6A595
(182,165,149)
#A09183
(160,145,131)
#8A7D71
(138,125,113)
#74695F
(116,105,95)
#5E554D
(94,85,77)
#48413B
(72,65,59)
#322D29
(50,45,41)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #F8E1CB

#F8E1CB
(248,225,203)
#F8E3CF
(248,227,207)
#F8E5D3
(248,229,211)
#F8E7D7
(248,231,215)
#F8E9DB
(248,233,219)
#F8EBDF
(248,235,223)
#F8EDE3
(248,237,227)
#F8EFE7
(248,239,231)
#F8F1EB
(248,241,235)
#F8F3EF
(248,243,239)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E1CB; }

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

This text font color is #F8E1CB.


Background Color

.myBgColor { background-color: #F8E1CB; }

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

This div background color is #F8E1CB.


Border color

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

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

This div border color is #F8E1CB.


Opacity

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

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

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

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

This text has shadow with #F8E1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E1CB on black background.


Color preview on white background

This text has color #F8E1CB on white background.



Black color preview on #F8E1CB background

This text has black color on #F8E1CB background.


White color preview on #F8E1CB background

This text has white color on #F8E1CB background.