COLOR #F0DFFE

HEX: #F0DFFE
RGB: (240,223,254)

Color info

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

RGB color model

#F0DFFE color RGB value is (240,223,254).

  • red value is 240;
  • green value is 223;
  • blue value is 254.
RGB:
(240,223,254)
(94%,87%,100%)

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 254 of 255 = 100%

240
223
254

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

Portions of RGB colors in percentages

R + G + B =
240 + 223 + 254 = 717 (100%)
R 240 of 717 ~ 33.47%
G 223 of 717 ~ 31.1%
B 254 of 717 ~ 35.43%

%33.47
%31.1
%35.43

CMYK color model

#F0DFFE color CMYK value is (6,12,0,0).

  • cyan value is 5.51%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(6,12,0,0)
C6M12Y0K0 
(6%,12%,0%,0%)
(0.06/0.12/0.00/0.00)	

CMYK percentages

%5.51
%12.2
%0
%0.39

Codes

Color #F0DFFE in popluar color models

F0DFFE
RGB240223254
HSL273°93.94%93.53%
HSB/HSV273°12.20%99.61%
CMYK5.51%12.20%0.00%
0.39%

Color #F0DFFE in popluar number systems.

HEXF0DFFE
Decimal240223254
Binary111100001101111111111110
Octal360337376

Shades and tints

Shades of #F0DFFE

#F0DFFE
(240,223,254)
#DBCBE7
(219,203,231)
#C6B7D0
(198,183,208)
#B1A3B9
(177,163,185)
#9C8FA2
(156,143,162)
#877B8B
(135,123,139)
#726774
(114,103,116)
#5D535D
(93,83,93)
#483F46
(72,63,70)
#332B2F
(51,43,47)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #F0DFFE

#F0DFFE
(240,223,254)
#F1E1FE
(241,225,254)
#F2E3FE
(242,227,254)
#F3E5FE
(243,229,254)
#F4E7FE
(244,231,254)
#F5E9FE
(245,233,254)
#F6EBFE
(246,235,254)
#F7EDFE
(247,237,254)
#F8EFFE
(248,239,254)
#F9F1FE
(249,241,254)
#FAF3FE
(250,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DFFE color. Also use rgb(240,223,254) instead hex code.

Text Font Color

.myTextColor { color: #F0DFFE; }

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

This text font color is #F0DFFE.


Background Color

.myBgColor { background-color: #F0DFFE; }

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

This div background color is #F0DFFE.


Border color

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

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

This div border color is #F0DFFE.


Opacity

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

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

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

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

This text has shadow with #F0DFFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DFFE on black background.


Color preview on white background

This text has color #F0DFFE on white background.



Black color preview on #F0DFFE background

This text has black color on #F0DFFE background.


White color preview on #F0DFFE background

This text has white color on #F0DFFE background.