COLOR #F8D8EC

HEX: #F8D8EC
RGB: (248,216,236)

Color info

#F8D8EC contains red, green and blue colors in about the same proportion. Web safe color of #F8D8EC is #FFCCFF (or #FCF).

RGB color model

#F8D8EC color RGB value is (248,216,236).

  • red value is 248;
  • green value is 216;
  • blue value is 236.
RGB:
(248,216,236)
(97%,85%,93%)

RGB channels and saturation

R 248 of 255 = 97%
G 216 of 255 = 85%
B 236 of 255 = 93%

248
216
236

R + G + B ~ 92%. #F8D8EC is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 216 + 236 = 700 (100%)
R 248 of 700 ~ 35.43%
G 216 of 700 ~ 30.86%
B 236 of 700 ~ 33.71%

%35.43
%30.86
%33.71

CMYK color model

#F8D8EC color CMYK value is (0,13,5,3).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 4.84%
  • key color value is 2.75%
CMYK:
(0,13,5,3)
C0M13Y5K3 
(0%,13%,5%,3%)
(0.00/0.13/0.05/0.03)	

CMYK percentages

%0
%12.9
%4.84
%2.75

Codes

Color #F8D8EC in popluar color models

F8D8EC
RGB248216236
HSL323°69.57%90.98%
HSB/HSV323°12.90%97.25%
CMYK0.00%12.90%4.84%
2.75%

Color #F8D8EC in popluar number systems.

HEXF8D8EC
Decimal248216236
Binary111110001101100011101100
Octal370330354

Shades and tints

Shades of #F8D8EC

#F8D8EC
(248,216,236)
#E2C5D7
(226,197,215)
#CCB2C2
(204,178,194)
#B69FAD
(182,159,173)
#A08C98
(160,140,152)
#8A7983
(138,121,131)
#74666E
(116,102,110)
#5E5359
(94,83,89)
#484044
(72,64,68)
#322D2F
(50,45,47)
#1C1A1A
(28,26,26)
#000000
(0,0,0)

Tints of #F8D8EC

#F8D8EC
(248,216,236)
#F8DBED
(248,219,237)
#F8DEEE
(248,222,238)
#F8E1EF
(248,225,239)
#F8E4F0
(248,228,240)
#F8E7F1
(248,231,241)
#F8EAF2
(248,234,242)
#F8EDF3
(248,237,243)
#F8F0F4
(248,240,244)
#F8F3F5
(248,243,245)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D8EC color. Also use rgb(248,216,236) instead hex code.

Text Font Color

.myTextColor { color: #F8D8EC; }

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

This text font color is #F8D8EC.


Background Color

.myBgColor { background-color: #F8D8EC; }

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

This div background color is #F8D8EC.


Border color

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

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

This div border color is #F8D8EC.


Opacity

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

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

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

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

This text has shadow with #F8D8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D8EC on black background.


Color preview on white background

This text has color #F8D8EC on white background.



Black color preview on #F8D8EC background

This text has black color on #F8D8EC background.


White color preview on #F8D8EC background

This text has white color on #F8D8EC background.