COLOR #F8E6DD

HEX: #F8E6DD
RGB: (248,230,221)

Color info

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

RGB color model

#F8E6DD color RGB value is (248,230,221).

  • red value is 248;
  • green value is 230;
  • blue value is 221.
RGB: (248,230,221) (97%,90%,87%)

RGB channels and saturation

R 248 of 255 = 97%
G 230 of 255 = 90%
B 221 of 255 = 87%

248
230
221

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

Portions of RGB colors in percentages

R + G + B =
248 + 230 + 221 = 699 (100%)
R 248 of 699 ~ 35.48%
G 230 of 699 ~ 32.9%
B 221 of 699 ~ 31.62%

%35.48
%32.9
%31.62

CMYK color model

#F8E6DD color CMYK value is (0,7,11,3).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 10.89%
  • key color value is 2.75%
CMYK: (0,7,11,3) C0M7Y11K3 (0%,7%,11%,3%) (0.00/0.07/0.11/0.03)

CMYK percentages

%0
%7.26
%10.89
%2.75

Codes

Color #F8E6DD in popluar color models

F8E6DD
RGB248230221
HSL20°65.85%91.96%
HSB/HSV20°10.89%97.25%
CMYK0.00%7.26%10.89%
2.75%

Color #F8E6DD in popluar number systems.

HEXF8E6DD
Decimal248230221
Binary111110001110011011011101
Octal370346335

Shades and tints

Shades of #F8E6DD

#F8E6DD
(248,230,221)
#E2D2C9
(226,210,201)
#CCBEB5
(204,190,181)
#B6AAA1
(182,170,161)
#A0968D
(160,150,141)
#8A8279
(138,130,121)
#746E65
(116,110,101)
#5E5A51
(94,90,81)
#48463D
(72,70,61)
#323229
(50,50,41)
#1C1E15
(28,30,21)
#000000
(0,0,0)

Tints of #F8E6DD

#F8E6DD
(248,230,221)
#F8E8E0
(248,232,224)
#F8EAE3
(248,234,227)
#F8ECE6
(248,236,230)
#F8EEE9
(248,238,233)
#F8F0EC
(248,240,236)
#F8F2EF
(248,242,239)
#F8F4F2
(248,244,242)
#F8F6F5
(248,246,245)
#F8F8F8
(248,248,248)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E6DD color. Also use rgb(248,230,221) instead hex code.

Text Font Color

.myTextColor { color: #F8E6DD; }

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

This text font color is #F8E6DD.


Background Color

.myBgColor { background-color: #F8E6DD; }

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

This div background color is #F8E6DD.


Border color

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

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

This div border color is #F8E6DD.


Opacity

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

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

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

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

This text has shadow with #F8E6DD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F8E6DD on black background.


Color preview on white background

This text has color #F8E6DD on white background.



Black color preview on #F8E6DD background

This text has black color on #F8E6DD background.


White color preview on #F8E6DD background

This text has white color on #F8E6DD background.