COLOR #F8D6EC

HEX: #F8D6EC
RGB: (248,214,236)

Color info

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

RGB color model

#F8D6EC color RGB value is (248,214,236).

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

RGB channels and saturation

R 248 of 255 = 97%
G 214 of 255 = 84%
B 236 of 255 = 93%

248
214
236

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

Portions of RGB colors in percentages

R + G + B =
248 + 214 + 236 = 698 (100%)
R 248 of 698 ~ 35.53%
G 214 of 698 ~ 30.66%
B 236 of 698 ~ 33.81%

%35.53
%30.66
%33.81

CMYK color model

#F8D6EC color CMYK value is (0,14,5,3).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 4.84%
  • key color value is 2.75%
CMYK:
(0,14,5,3)
C0M14Y5K3 
(0%,14%,5%,3%)
(0.00/0.14/0.05/0.03)	

CMYK percentages

%0
%13.71
%4.84
%2.75

Codes

Color #F8D6EC in popluar color models

F8D6EC
RGB248214236
HSL321°70.83%90.59%
HSB/HSV321°13.71%97.25%
CMYK0.00%13.71%4.84%
2.75%

Color #F8D6EC in popluar number systems.

HEXF8D6EC
Decimal248214236
Binary111110001101011011101100
Octal370326354

Shades and tints

Shades of #F8D6EC

#F8D6EC
(248,214,236)
#E2C3D7
(226,195,215)
#CCB0C2
(204,176,194)
#B69DAD
(182,157,173)
#A08A98
(160,138,152)
#8A7783
(138,119,131)
#74646E
(116,100,110)
#5E5159
(94,81,89)
#483E44
(72,62,68)
#322B2F
(50,43,47)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #F8D6EC

#F8D6EC
(248,214,236)
#F8D9ED
(248,217,237)
#F8DCEE
(248,220,238)
#F8DFEF
(248,223,239)
#F8E2F0
(248,226,240)
#F8E5F1
(248,229,241)
#F8E8F2
(248,232,242)
#F8EBF3
(248,235,243)
#F8EEF4
(248,238,244)
#F8F1F5
(248,241,245)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D6EC; }

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

This text font color is #F8D6EC.


Background Color

.myBgColor { background-color: #F8D6EC; }

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

This div background color is #F8D6EC.


Border color

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

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

This div border color is #F8D6EC.


Opacity

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

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

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

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

This text has shadow with #F8D6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D6EC on black background.


Color preview on white background

This text has color #F8D6EC on white background.



Black color preview on #F8D6EC background

This text has black color on #F8D6EC background.


White color preview on #F8D6EC background

This text has white color on #F8D6EC background.