COLOR #F8D6E8

HEX: #F8D6E8
RGB: (248,214,232)

Color info

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

RGB color model

#F8D6E8 color RGB value is (248,214,232).

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

RGB channels and saturation

R 248 of 255 = 97%
G 214 of 255 = 84%
B 232 of 255 = 91%

248
214
232

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

Portions of RGB colors in percentages

R + G + B =
248 + 214 + 232 = 694 (100%)
R 248 of 694 ~ 35.73%
G 214 of 694 ~ 30.84%
B 232 of 694 ~ 33.43%

%35.73
%30.84
%33.43

CMYK color model

#F8D6E8 color CMYK value is (0,14,6,3).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 6.45%
  • key color value is 2.75%
CMYK:
(0,14,6,3)
C0M14Y6K3 
(0%,14%,6%,3%)
(0.00/0.14/0.06/0.03)	

CMYK percentages

%0
%13.71
%6.45
%2.75

Codes

Color #F8D6E8 in popluar color models

F8D6E8
RGB248214232
HSL328°70.83%90.59%
HSB/HSV328°13.71%97.25%
CMYK0.00%13.71%6.45%
2.75%

Color #F8D6E8 in popluar number systems.

HEXF8D6E8
Decimal248214232
Binary111110001101011011101000
Octal370326350

Shades and tints

Shades of #F8D6E8

#F8D6E8
(248,214,232)
#E2C3D3
(226,195,211)
#CCB0BE
(204,176,190)
#B69DA9
(182,157,169)
#A08A94
(160,138,148)
#8A777F
(138,119,127)
#74646A
(116,100,106)
#5E5155
(94,81,85)
#483E40
(72,62,64)
#322B2B
(50,43,43)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #F8D6E8

#F8D6E8
(248,214,232)
#F8D9EA
(248,217,234)
#F8DCEC
(248,220,236)
#F8DFEE
(248,223,238)
#F8E2F0
(248,226,240)
#F8E5F2
(248,229,242)
#F8E8F4
(248,232,244)
#F8EBF6
(248,235,246)
#F8EEF8
(248,238,248)
#F8F1FA
(248,241,250)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D6E8; }

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

This text font color is #F8D6E8.


Background Color

.myBgColor { background-color: #F8D6E8; }

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

This div background color is #F8D6E8.


Border color

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

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

This div border color is #F8D6E8.


Opacity

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

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

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

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

This text has shadow with #F8D6E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D6E8 on black background.


Color preview on white background

This text has color #F8D6E8 on white background.



Black color preview on #F8D6E8 background

This text has black color on #F8D6E8 background.


White color preview on #F8D6E8 background

This text has white color on #F8D6E8 background.