COLOR #F8D5ED

HEX: #F8D5ED
RGB: (248,213,237)

Color info

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

RGB color model

#F8D5ED color RGB value is (248,213,237).

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

RGB channels and saturation

R 248 of 255 = 97%
G 213 of 255 = 84%
B 237 of 255 = 93%

248
213
237

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

Portions of RGB colors in percentages

R + G + B =
248 + 213 + 237 = 698 (100%)
R 248 of 698 ~ 35.53%
G 213 of 698 ~ 30.52%
B 237 of 698 ~ 33.95%

%35.53
%30.52
%33.95

CMYK color model

#F8D5ED color CMYK value is (0,14,4,3).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 4.44%
  • key color value is 2.75%
CMYK:
(0,14,4,3)
C0M14Y4K3 
(0%,14%,4%,3%)
(0.00/0.14/0.04/0.03)	

CMYK percentages

%0
%14.11
%4.44
%2.75

Codes

Color #F8D5ED in popluar color models

F8D5ED
RGB248213237
HSL319°71.43%90.39%
HSB/HSV319°14.11%97.25%
CMYK0.00%14.11%4.44%
2.75%

Color #F8D5ED in popluar number systems.

HEXF8D5ED
Decimal248213237
Binary111110001101010111101101
Octal370325355

Shades and tints

Shades of #F8D5ED

#F8D5ED
(248,213,237)
#E2C2D8
(226,194,216)
#CCAFC3
(204,175,195)
#B69CAE
(182,156,174)
#A08999
(160,137,153)
#8A7684
(138,118,132)
#74636F
(116,99,111)
#5E505A
(94,80,90)
#483D45
(72,61,69)
#322A30
(50,42,48)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #F8D5ED

#F8D5ED
(248,213,237)
#F8D8EE
(248,216,238)
#F8DBEF
(248,219,239)
#F8DEF0
(248,222,240)
#F8E1F1
(248,225,241)
#F8E4F2
(248,228,242)
#F8E7F3
(248,231,243)
#F8EAF4
(248,234,244)
#F8EDF5
(248,237,245)
#F8F0F6
(248,240,246)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D5ED color. Also use rgb(248,213,237) instead hex code.

Text Font Color

.myTextColor { color: #F8D5ED; }

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

This text font color is #F8D5ED.


Background Color

.myBgColor { background-color: #F8D5ED; }

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

This div background color is #F8D5ED.


Border color

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

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

This div border color is #F8D5ED.


Opacity

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

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

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

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

This text has shadow with #F8D5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D5ED on black background.


Color preview on white background

This text has color #F8D5ED on white background.



Black color preview on #F8D5ED background

This text has black color on #F8D5ED background.


White color preview on #F8D5ED background

This text has white color on #F8D5ED background.