COLOR #F0EDFD

HEX: #F0EDFD
RGB: (240,237,253)

Color info

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

RGB color model

#F0EDFD color RGB value is (240,237,253).

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

RGB channels and saturation

R 240 of 255 = 94%
G 237 of 255 = 93%
B 253 of 255 = 99%

240
237
253

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

Portions of RGB colors in percentages

R + G + B =
240 + 237 + 253 = 730 (100%)
R 240 of 730 ~ 32.88%
G 237 of 730 ~ 32.47%
B 253 of 730 ~ 34.66%

%32.88
%32.47
%34.66

CMYK color model

#F0EDFD color CMYK value is (5,6,0,1).

  • cyan value is 5.14%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(5,6,0,1)
C5M6Y0K1 
(5%,6%,0%,1%)
(0.05/0.06/0.00/0.01)	

CMYK percentages

%5.14
%6.32
%0
%0.78

Codes

Color #F0EDFD in popluar color models

F0EDFD
RGB240237253
HSL251°80.00%96.08%
HSB/HSV251°6.32%99.22%
CMYK5.14%6.32%0.00%
0.78%

Color #F0EDFD in popluar number systems.

HEXF0EDFD
Decimal240237253
Binary111100001110110111111101
Octal360355375

Shades and tints

Shades of #F0EDFD

#F0EDFD
(240,237,253)
#DBD8E6
(219,216,230)
#C6C3CF
(198,195,207)
#B1AEB8
(177,174,184)
#9C99A1
(156,153,161)
#87848A
(135,132,138)
#726F73
(114,111,115)
#5D5A5C
(93,90,92)
#484545
(72,69,69)
#33302E
(51,48,46)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #F0EDFD

#F0EDFD
(240,237,253)
#F1EEFD
(241,238,253)
#F2EFFD
(242,239,253)
#F3F0FD
(243,240,253)
#F4F1FD
(244,241,253)
#F5F2FD
(245,242,253)
#F6F3FD
(246,243,253)
#F7F4FD
(247,244,253)
#F8F5FD
(248,245,253)
#F9F6FD
(249,246,253)
#FAF7FD
(250,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EDFD; }

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

This text font color is #F0EDFD.


Background Color

.myBgColor { background-color: #F0EDFD; }

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

This div background color is #F0EDFD.


Border color

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

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

This div border color is #F0EDFD.


Opacity

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

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

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

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

This text has shadow with #F0EDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EDFD on black background.


Color preview on white background

This text has color #F0EDFD on white background.



Black color preview on #F0EDFD background

This text has black color on #F0EDFD background.


White color preview on #F0EDFD background

This text has white color on #F0EDFD background.