COLOR #F8E2DB

HEX: #F8E2DB
RGB: (248,226,219)

Color info

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

RGB color model

#F8E2DB color RGB value is (248,226,219).

  • red value is 248;
  • green value is 226;
  • blue value is 219.
RGB:
(248,226,219)
(97%,89%,86%)

RGB channels and saturation

R 248 of 255 = 97%
G 226 of 255 = 89%
B 219 of 255 = 86%

248
226
219

R + G + B ~ 91%. #F8E2DB is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 226 + 219 = 693 (100%)
R 248 of 693 ~ 35.79%
G 226 of 693 ~ 32.61%
B 219 of 693 ~ 31.6%

%35.79
%32.61
%31.6

CMYK color model

#F8E2DB color CMYK value is (0,9,12,3).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK:
(0,9,12,3)
C0M9Y12K3 
(0%,9%,12%,3%)
(0.00/0.09/0.12/0.03)	

CMYK percentages

%0
%8.87
%11.69
%2.75

Codes

Color #F8E2DB in popluar color models

F8E2DB
RGB248226219
HSL14°67.44%91.57%
HSB/HSV14°11.69%97.25%
CMYK0.00%8.87%11.69%
2.75%

Color #F8E2DB in popluar number systems.

HEXF8E2DB
Decimal248226219
Binary111110001110001011011011
Octal370342333

Shades and tints

Shades of #F8E2DB

#F8E2DB
(248,226,219)
#E2CEC8
(226,206,200)
#CCBAB5
(204,186,181)
#B6A6A2
(182,166,162)
#A0928F
(160,146,143)
#8A7E7C
(138,126,124)
#746A69
(116,106,105)
#5E5656
(94,86,86)
#484243
(72,66,67)
#322E30
(50,46,48)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #F8E2DB

#F8E2DB
(248,226,219)
#F8E4DE
(248,228,222)
#F8E6E1
(248,230,225)
#F8E8E4
(248,232,228)
#F8EAE7
(248,234,231)
#F8ECEA
(248,236,234)
#F8EEED
(248,238,237)
#F8F0F0
(248,240,240)
#F8F2F3
(248,242,243)
#F8F4F6
(248,244,246)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E2DB color. Also use rgb(248,226,219) instead hex code.

Text Font Color

.myTextColor { color: #F8E2DB; }

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

This text font color is #F8E2DB.


Background Color

.myBgColor { background-color: #F8E2DB; }

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

This div background color is #F8E2DB.


Border color

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

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

This div border color is #F8E2DB.


Opacity

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

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

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

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

This text has shadow with #F8E2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E2DB on black background.


Color preview on white background

This text has color #F8E2DB on white background.



Black color preview on #F8E2DB background

This text has black color on #F8E2DB background.


White color preview on #F8E2DB background

This text has white color on #F8E2DB background.