COLOR #F0EDFF

HEX: #F0EDFF
RGB: (240,237,255)

Color info

#F0EDFF contains red, green and blue colors in about the same proportion. Web safe color of #F0EDFF is #FFFFFF (or #FFF).

RGB color model

#F0EDFF color RGB value is (240,237,255).

  • red value is 240;
  • green value is 237;
  • blue value is 255.
RGB:
(240,237,255)
(94%,93%,100%)

RGB channels and saturation

R 240 of 255 = 94%
G 237 of 255 = 93%
B 255 of 255 = 100%

240
237
255

R + G + B ~ 96%. #F0EDFF is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 237 + 255 = 732 (100%)
R 240 of 732 ~ 32.79%
G 237 of 732 ~ 32.38%
B 255 of 732 ~ 34.84%

%32.79
%32.38
%34.84

CMYK color model

#F0EDFF color CMYK value is (6,7,0,0).

  • cyan value is 5.88%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(6,7,0,0)
C6M7Y0K0 
(6%,7%,0%,0%)
(0.06/0.07/0.00/0.00)	

CMYK percentages

%5.88
%7.06
%0
%0

Codes

Color #F0EDFF in popluar color models

F0EDFF
RGB240237255
HSL250°100.00%96.47%
HSB/HSV250°7.06%100.00%
CMYK5.88%7.06%0.00%
0.00%

Color #F0EDFF in popluar number systems.

HEXF0EDFF
Decimal240237255
Binary111100001110110111111111
Octal360355377

Shades and tints

Shades of #F0EDFF

#F0EDFF
(240,237,255)
#DBD8E8
(219,216,232)
#C6C3D1
(198,195,209)
#B1AEBA
(177,174,186)
#9C99A3
(156,153,163)
#87848C
(135,132,140)
#726F75
(114,111,117)
#5D5A5E
(93,90,94)
#484547
(72,69,71)
#333030
(51,48,48)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #F0EDFF

#F0EDFF
(240,237,255)
#F1EEFF
(241,238,255)
#F2EFFF
(242,239,255)
#F3F0FF
(243,240,255)
#F4F1FF
(244,241,255)
#F5F2FF
(245,242,255)
#F6F3FF
(246,243,255)
#F7F4FF
(247,244,255)
#F8F5FF
(248,245,255)
#F9F6FF
(249,246,255)
#FAF7FF
(250,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EDFF; }

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

This text font color is #F0EDFF.


Background Color

.myBgColor { background-color: #F0EDFF; }

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

This div background color is #F0EDFF.


Border color

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

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

This div border color is #F0EDFF.


Opacity

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

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

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

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

This text has shadow with #F0EDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EDFF on black background.


Color preview on white background

This text has color #F0EDFF on white background.



Black color preview on #F0EDFF background

This text has black color on #F0EDFF background.


White color preview on #F0EDFF background

This text has white color on #F0EDFF background.