COLOR #F8E1EC

HEX: #F8E1EC
RGB: (248,225,236)

Color info

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

RGB color model

#F8E1EC color RGB value is (248,225,236).

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

RGB channels and saturation

R 248 of 255 = 97%
G 225 of 255 = 88%
B 236 of 255 = 93%

248
225
236

R + G + B ~ 93%. #F8E1EC is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 225 + 236 = 709 (100%)
R 248 of 709 ~ 34.98%
G 225 of 709 ~ 31.73%
B 236 of 709 ~ 33.29%

%34.98
%31.73
%33.29

CMYK color model

#F8E1EC color CMYK value is (0,9,5,3).

  • cyan value is 0.00%
  • magenta value is 9.27%
  • yellow value is 4.84%
  • key color value is 2.75%
CMYK:
(0,9,5,3)
C0M9Y5K3 
(0%,9%,5%,3%)
(0.00/0.09/0.05/0.03)	

CMYK percentages

%0
%9.27
%4.84
%2.75

Codes

Color #F8E1EC in popluar color models

F8E1EC
RGB248225236
HSL331°62.16%92.75%
HSB/HSV331°9.27%97.25%
CMYK0.00%9.27%4.84%
2.75%

Color #F8E1EC in popluar number systems.

HEXF8E1EC
Decimal248225236
Binary111110001110000111101100
Octal370341354

Shades and tints

Shades of #F8E1EC

#F8E1EC
(248,225,236)
#E2CDD7
(226,205,215)
#CCB9C2
(204,185,194)
#B6A5AD
(182,165,173)
#A09198
(160,145,152)
#8A7D83
(138,125,131)
#74696E
(116,105,110)
#5E5559
(94,85,89)
#484144
(72,65,68)
#322D2F
(50,45,47)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #F8E1EC

#F8E1EC
(248,225,236)
#F8E3ED
(248,227,237)
#F8E5EE
(248,229,238)
#F8E7EF
(248,231,239)
#F8E9F0
(248,233,240)
#F8EBF1
(248,235,241)
#F8EDF2
(248,237,242)
#F8EFF3
(248,239,243)
#F8F1F4
(248,241,244)
#F8F3F5
(248,243,245)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E1EC; }

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

This text font color is #F8E1EC.


Background Color

.myBgColor { background-color: #F8E1EC; }

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

This div background color is #F8E1EC.


Border color

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

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

This div border color is #F8E1EC.


Opacity

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

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

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

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

This text has shadow with #F8E1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E1EC on black background.


Color preview on white background

This text has color #F8E1EC on white background.



Black color preview on #F8E1EC background

This text has black color on #F8E1EC background.


White color preview on #F8E1EC background

This text has white color on #F8E1EC background.