COLOR #F8E0F5

HEX: #F8E0F5
RGB: (248,224,245)

Color info

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

RGB color model

#F8E0F5 color RGB value is (248,224,245).

  • red value is 248;
  • green value is 224;
  • blue value is 245.
RGB:
(248,224,245)
(97%,88%,96%)

RGB channels and saturation

R 248 of 255 = 97%
G 224 of 255 = 88%
B 245 of 255 = 96%

248
224
245

R + G + B ~ 94%. #F8E0F5 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 224 + 245 = 717 (100%)
R 248 of 717 ~ 34.59%
G 224 of 717 ~ 31.24%
B 245 of 717 ~ 34.17%

%34.59
%31.24
%34.17

CMYK color model

#F8E0F5 color CMYK value is (0,10,1,3).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 1.21%
  • key color value is 2.75%
CMYK:
(0,10,1,3)
C0M10Y1K3 
(0%,10%,1%,3%)
(0.00/0.10/0.01/0.03)	

CMYK percentages

%0
%9.68
%1.21
%2.75

Codes

Color #F8E0F5 in popluar color models

F8E0F5
RGB248224245
HSL308°63.16%92.55%
HSB/HSV308°9.68%97.25%
CMYK0.00%9.68%1.21%
2.75%

Color #F8E0F5 in popluar number systems.

HEXF8E0F5
Decimal248224245
Binary111110001110000011110101
Octal370340365

Shades and tints

Shades of #F8E0F5

#F8E0F5
(248,224,245)
#E2CCDF
(226,204,223)
#CCB8C9
(204,184,201)
#B6A4B3
(182,164,179)
#A0909D
(160,144,157)
#8A7C87
(138,124,135)
#746871
(116,104,113)
#5E545B
(94,84,91)
#484045
(72,64,69)
#322C2F
(50,44,47)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #F8E0F5

#F8E0F5
(248,224,245)
#F8E2F5
(248,226,245)
#F8E4F5
(248,228,245)
#F8E6F5
(248,230,245)
#F8E8F5
(248,232,245)
#F8EAF5
(248,234,245)
#F8ECF5
(248,236,245)
#F8EEF5
(248,238,245)
#F8F0F5
(248,240,245)
#F8F2F5
(248,242,245)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E0F5 color. Also use rgb(248,224,245) instead hex code.

Text Font Color

.myTextColor { color: #F8E0F5; }

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

This text font color is #F8E0F5.


Background Color

.myBgColor { background-color: #F8E0F5; }

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

This div background color is #F8E0F5.


Border color

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

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

This div border color is #F8E0F5.


Opacity

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

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

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

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

This text has shadow with #F8E0F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E0F5 on black background.


Color preview on white background

This text has color #F8E0F5 on white background.



Black color preview on #F8E0F5 background

This text has black color on #F8E0F5 background.


White color preview on #F8E0F5 background

This text has white color on #F8E0F5 background.