COLOR #F0DAF6

HEX: #F0DAF6
RGB: (240,218,246)

Color info

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

RGB color model

#F0DAF6 color RGB value is (240,218,246).

  • red value is 240;
  • green value is 218;
  • blue value is 246.
RGB:
(240,218,246)
(94%,85%,96%)

RGB channels and saturation

R 240 of 255 = 94%
G 218 of 255 = 85%
B 246 of 255 = 96%

240
218
246

R + G + B ~ 92%. #F0DAF6 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 218 + 246 = 704 (100%)
R 240 of 704 ~ 34.09%
G 218 of 704 ~ 30.97%
B 246 of 704 ~ 34.94%

%34.09
%30.97
%34.94

CMYK color model

#F0DAF6 color CMYK value is (2,11,0,4).

  • cyan value is 2.44%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(2,11,0,4)
C2M11Y0K4 
(2%,11%,0%,4%)
(0.02/0.11/0.00/0.04)	

CMYK percentages

%2.44
%11.38
%0
%3.53

Codes

Color #F0DAF6 in popluar color models

F0DAF6
RGB240218246
HSL287°60.87%90.98%
HSB/HSV287°11.38%96.47%
CMYK2.44%11.38%0.00%
3.53%

Color #F0DAF6 in popluar number systems.

HEXF0DAF6
Decimal240218246
Binary111100001101101011110110
Octal360332366

Shades and tints

Shades of #F0DAF6

#F0DAF6
(240,218,246)
#DBC7E0
(219,199,224)
#C6B4CA
(198,180,202)
#B1A1B4
(177,161,180)
#9C8E9E
(156,142,158)
#877B88
(135,123,136)
#726872
(114,104,114)
#5D555C
(93,85,92)
#484246
(72,66,70)
#332F30
(51,47,48)
#1E1C1A
(30,28,26)
#000000
(0,0,0)

Tints of #F0DAF6

#F0DAF6
(240,218,246)
#F1DDF6
(241,221,246)
#F2E0F6
(242,224,246)
#F3E3F6
(243,227,246)
#F4E6F6
(244,230,246)
#F5E9F6
(245,233,246)
#F6ECF6
(246,236,246)
#F7EFF6
(247,239,246)
#F8F2F6
(248,242,246)
#F9F5F6
(249,245,246)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DAF6 color. Also use rgb(240,218,246) instead hex code.

Text Font Color

.myTextColor { color: #F0DAF6; }

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

This text font color is #F0DAF6.


Background Color

.myBgColor { background-color: #F0DAF6; }

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

This div background color is #F0DAF6.


Border color

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

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

This div border color is #F0DAF6.


Opacity

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

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

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

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

This text has shadow with #F0DAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DAF6 on black background.


Color preview on white background

This text has color #F0DAF6 on white background.



Black color preview on #F0DAF6 background

This text has black color on #F0DAF6 background.


White color preview on #F0DAF6 background

This text has white color on #F0DAF6 background.