COLOR #F0E5FF

HEX: #F0E5FF RGB: (240,229,255)

Color info

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

RGB color model

#F0E5FF color RGB value is (240,229,255).

RGB: (240,229,255) (94%, 90%, 100%)

RGB channels and saturation

R 240 of 255 = 94%
G 229 of 255 = 90%
B 255 of 255 = 100%

240
229
255

R + G + B ~ 95%. #F0E5FF is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 229 + 255 = 724 (100%)
R 240 of 724 ~ 33.15%
G 229 of 724 ~ 31.63%
B 255 of 724 ~ 35.22'%

%33.15
%31.63
%35.22

CMYK color model

#F0E5FF color CMYK value is (6,10,0,0).

  • cyan value is 5.88%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (6,10,0,0) C6M10Y0K0 (6%,10%,0%,0%) (0.06/0.10/0.00/0.00) 

CMYK percentages

%5.88
%10.2
%0
%0

Codes

Color #F0E5FF in popluar color models

F0 E5 FF
RGB 240 229 255
HSL 265° 100.00% 94.90%
HSB/HSV 265° 10.20% 100.00%
CMYK 5.88% 10.20% 0.00%
0.00%

Color #F0E5FF in popluar number systems.

HEX F0 E5 FF
Decimal 240 229 255
Binary 11110000 11100101 11111111
Octal 360 345 377

Shades and tints

Shades of #F0E5FF

#F0E5FF
(240,229,255)
#DBD1E8
(219,209,232)
#C6BDD1
(198,189,209)
#B1A9BA
(177,169,186)
#9C95A3
(156,149,163)
#87818C
(135,129,140)
#726D75
(114,109,117)
#5D595E
(93,89,94)
#484547
(72,69,71)
#333130
(51,49,48)
#1E1D19
(30,29,25)
#000000
(0,0,0)

Tints of #F0E5FF

#F0E5FF
(240,229,255)
#F1E7FF
(241,231,255)
#F2E9FF
(242,233,255)
#F3EBFF
(243,235,255)
#F4EDFF
(244,237,255)
#F5EFFF
(245,239,255)
#F6F1FF
(246,241,255)
#F7F3FF
(247,243,255)
#F8F5FF
(248,245,255)
#F9F7FF
(249,247,255)
#FAF9FF
(250,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E5FF color. Also use rgb(240,229,255) instead hex code.

Text Font Color

.myTextColor { color: #F0E5FF; }

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

This text font color is #F0E5FF.

Background Color

.myBgColor { background-color: #F0E5FF; }

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

This div background color is #F0E5FF.

Border color

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

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

This div border color is #F0E5FF.

Opacity

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

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

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

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

This text has shadow with #F0E5FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E5FF.

Preview

Color preview on black background

This text has color #F0E5FF on black background.


Color preview on white background

This text has color #F0E5FF on white background.


Black color preview on #F0E5FF background

This text has black color on #F0E5FF background.


White color preview on #F0E5FF background

This text has white color on #F0E5FF background.


Related colors

Complementary color

Complementary color for #hex is #0F1A00.


I love getcolorcode.com

Triadic colors

1 #FFF0E5 and #E5FFF0 with #F0E5FF are triadic colors.

2 #FFE5F0 and #E5F0FF with #F0E5FF are triadic colors.