COLOR #F8D6ED

HEX: #F8D6ED RGB: (248,214,237)

Color info

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

RGB color model

#F8D6ED color RGB value is (248,214,237).

RGB: (248,214,237) (97%, 84%, 93%)

RGB channels and saturation

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

248
214
237

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

Portions of RGB colors in percentages

R + G + B = 248 + 214 + 237 = 699 (100%)
R 248 of 699 ~ 35.48%
G 214 of 699 ~ 30.62%
B 237 of 699 ~ 33.91'%

%35.48
%30.62
%33.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.71%
  • 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
%13.71
%4.44
%2.75

Codes

Color #F8D6ED in popluar color models

F8 D6 ED
RGB 248 214 237
HSL 319° 70.83% 90.59%
HSB/HSV 319° 13.71% 97.25%
CMYK 0.00% 13.71% 4.44%
2.75%

Color #F8D6ED in popluar number systems.

HEX F8 D6 ED
Decimal 248 214 237
Binary 11111000 11010110 11101101
Octal 370 326 355

Shades and tints

Shades of #F8D6ED

#F8D6ED
(248,214,237)
#E2C3D8
(226,195,216)
#CCB0C3
(204,176,195)
#B69DAE
(182,157,174)
#A08A99
(160,138,153)
#8A7784
(138,119,132)
#74646F
(116,100,111)
#5E515A
(94,81,90)
#483E45
(72,62,69)
#322B30
(50,43,48)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #F8D6ED

#F8D6ED
(248,214,237)
#F8D9EE
(248,217,238)
#F8DCEF
(248,220,239)
#F8DFF0
(248,223,240)
#F8E2F1
(248,226,241)
#F8E5F2
(248,229,242)
#F8E8F3
(248,232,243)
#F8EBF4
(248,235,244)
#F8EEF5
(248,238,245)
#F8F1F6
(248,241,246)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D6ED; }

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

This text font color is #F8D6ED.

Background Color

.myBgColor { background-color: #F8D6ED; }

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

This div background color is #F8D6ED.

Border color

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

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

This div border color is #F8D6ED.

Opacity

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

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

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

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

This text has shadow with #F8D6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D6ED.

Preview

Color preview on black background

This text has color #F8D6ED on black background.


Color preview on white background

This text has color #F8D6ED on white background.


Black color preview on #F8D6ED background

This text has black color on #F8D6ED background.


White color preview on #F8D6ED background

This text has white color on #F8D6ED background.


Related colors

Complementary color

Complementary color for #hex is #072912.


I love getcolorcode.com

Triadic colors

1 #EDF8D6 and #D6EDF8 with #F8D6ED are triadic colors.

2 #EDD6F8 and #D6F8ED with #F8D6ED are triadic colors.