COLOR #F8D7EC

HEX: #F8D7EC RGB: (248,215,236)

Color info

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

RGB color model

#F8D7EC color RGB value is (248,215,236).

RGB: (248,215,236) (97%, 84%, 93%)

RGB channels and saturation

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

248
215
236

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

Portions of RGB colors in percentages

R + G + B = 248 + 215 + 236 = 699 (100%)
R 248 of 699 ~ 35.48%
G 215 of 699 ~ 30.76%
B 236 of 699 ~ 33.76'%

%35.48
%30.76
%33.76

CMYK color model

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

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

Codes

Color #F8D7EC in popluar color models

F8 D7 EC
RGB 248 215 236
HSL 322° 70.21% 90.78%
HSB/HSV 322° 13.31% 97.25%
CMYK 0.00% 13.31% 4.84%
2.75%

Color #F8D7EC in popluar number systems.

HEX F8 D7 EC
Decimal 248 215 236
Binary 11111000 11010111 11101100
Octal 370 327 354

Shades and tints

Shades of #F8D7EC

#F8D7EC
(248,215,236)
#E2C4D7
(226,196,215)
#CCB1C2
(204,177,194)
#B69EAD
(182,158,173)
#A08B98
(160,139,152)
#8A7883
(138,120,131)
#74656E
(116,101,110)
#5E5259
(94,82,89)
#483F44
(72,63,68)
#322C2F
(50,44,47)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #F8D7EC

#F8D7EC
(248,215,236)
#F8DAED
(248,218,237)
#F8DDEE
(248,221,238)
#F8E0EF
(248,224,239)
#F8E3F0
(248,227,240)
#F8E6F1
(248,230,241)
#F8E9F2
(248,233,242)
#F8ECF3
(248,236,243)
#F8EFF4
(248,239,244)
#F8F2F5
(248,242,245)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D7EC; }

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

This text font color is #F8D7EC.

Background Color

.myBgColor { background-color: #F8D7EC; }

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

This div background color is #F8D7EC.

Border color

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

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

This div border color is #F8D7EC.

Opacity

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

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

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

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

This text has shadow with #F8D7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D7EC.

Preview

Color preview on black background

This text has color #F8D7EC on black background.


Color preview on white background

This text has color #F8D7EC on white background.


Black color preview on #F8D7EC background

This text has black color on #F8D7EC background.


White color preview on #F8D7EC background

This text has white color on #F8D7EC background.


Related colors

Complementary color

Complementary color for #hex is #072813.


I love getcolorcode.com

Triadic colors

1 #ECF8D7 and #D7ECF8 with #F8D7EC are triadic colors.

2 #ECD7F8 and #D7F8EC with #F8D7EC are triadic colors.