COLOR #F8D3EC

HEX: #F8D3EC
RGB: (248,211,236)

Color info

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

RGB color model

#F8D3EC color RGB value is (248,211,236).

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

RGB channels and saturation

R 248 of 255 = 97%
G 211 of 255 = 83%
B 236 of 255 = 93%

248
211
236

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

Portions of RGB colors in percentages

R + G + B =
248 + 211 + 236 = 695 (100%)
R 248 of 695 ~ 35.68%
G 211 of 695 ~ 30.36%
B 236 of 695 ~ 33.96%

%35.68
%30.36
%33.96

CMYK color model

#F8D3EC color CMYK value is (0,15,5,3).

  • cyan value is 0.00%
  • magenta value is 14.92%
  • yellow value is 4.84%
  • key color value is 2.75%
CMYK:
(0,15,5,3)
C0M15Y5K3 
(0%,15%,5%,3%)
(0.00/0.15/0.05/0.03)	

CMYK percentages

%0
%14.92
%4.84
%2.75

Codes

Color #F8D3EC in popluar color models

F8D3EC
RGB248211236
HSL319°72.55%90.00%
HSB/HSV319°14.92%97.25%
CMYK0.00%14.92%4.84%
2.75%

Color #F8D3EC in popluar number systems.

HEXF8D3EC
Decimal248211236
Binary111110001101001111101100
Octal370323354

Shades and tints

Shades of #F8D3EC

#F8D3EC
(248,211,236)
#E2C0D7
(226,192,215)
#CCADC2
(204,173,194)
#B69AAD
(182,154,173)
#A08798
(160,135,152)
#8A7483
(138,116,131)
#74616E
(116,97,110)
#5E4E59
(94,78,89)
#483B44
(72,59,68)
#32282F
(50,40,47)
#1C151A
(28,21,26)
#000000
(0,0,0)

Tints of #F8D3EC

#F8D3EC
(248,211,236)
#F8D7ED
(248,215,237)
#F8DBEE
(248,219,238)
#F8DFEF
(248,223,239)
#F8E3F0
(248,227,240)
#F8E7F1
(248,231,241)
#F8EBF2
(248,235,242)
#F8EFF3
(248,239,243)
#F8F3F4
(248,243,244)
#F8F7F5
(248,247,245)
#F8FBF6
(248,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D3EC; }

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

This text font color is #F8D3EC.


Background Color

.myBgColor { background-color: #F8D3EC; }

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

This div background color is #F8D3EC.


Border color

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

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

This div border color is #F8D3EC.


Opacity

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

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

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

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

This text has shadow with #F8D3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D3EC on black background.


Color preview on white background

This text has color #F8D3EC on white background.



Black color preview on #F8D3EC background

This text has black color on #F8D3EC background.


White color preview on #F8D3EC background

This text has white color on #F8D3EC background.