COLOR #F0DAEF

HEX: #F0DAEF RGB: (240,218,239)

Color info

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

RGB color model

#F0DAEF color RGB value is (240,218,239).

RGB: (240,218,239) (94%, 85%, 94%)

RGB channels and saturation

R 240 of 255 = 94%
G 218 of 255 = 85%
B 239 of 255 = 94%

240
218
239

R + G + B ~ 91%. #F0DAEF is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 218 + 239 = 697 (100%)
R 240 of 697 ~ 34.43%
G 218 of 697 ~ 31.28%
B 239 of 697 ~ 34.29'%

%34.43
%31.28
%34.29

CMYK color model

#F0DAEF color CMYK value is (0,9,0,6).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 0.42%
  • key color value is 5.88%

CMYK: (0,9,0,6)
C0M9Y0K6 (0%, 9%, 0%, 6%)
(0.00 / 0.09 / 0.00 / 0.06)

CMYK percentages

%0
%9.17
%0.42
%5.88

Codes

Color #F0DAEF in popluar color models

F0 DA EF
RGB 240 218 239
HSL 303° 42.31% 89.80%
HSB/HSV 303° 9.17% 94.12%
CMYK 0.00% 9.17% 0.42%
5.88%

Color #F0DAEF in popluar number systems.

HEX F0 DA EF
Decimal 240 218 239
Binary 11110000 11011010 11101111
Octal 360 332 357

Shades and tints

Shades of #F0DAEF

#F0DAEF
(240,218,239)
#DBC7DA
(219,199,218)
#C6B4C5
(198,180,197)
#B1A1B0
(177,161,176)
#9C8E9B
(156,142,155)
#877B86
(135,123,134)
#726871
(114,104,113)
#5D555C
(93,85,92)
#484247
(72,66,71)
#332F32
(51,47,50)
#1E1C1D
(30,28,29)
#000000
(0,0,0)

Tints of #F0DAEF

#F0DAEF
(240,218,239)
#F1DDF0
(241,221,240)
#F2E0F1
(242,224,241)
#F3E3F2
(243,227,242)
#F4E6F3
(244,230,243)
#F5E9F4
(245,233,244)
#F6ECF5
(246,236,245)
#F7EFF6
(247,239,246)
#F8F2F7
(248,242,247)
#F9F5F8
(249,245,248)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DAEF; }

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

This text font color is #F0DAEF.

Background Color

.myBgColor { background-color: #F0DAEF; }

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

This div background color is #F0DAEF.

Border color

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

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

This div border color is #F0DAEF.

Opacity

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

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

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

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

This text has shadow with #F0DAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DAEF.

Preview

Color preview on black background

This text has color #F0DAEF on black background.


Color preview on white background

This text has color #F0DAEF on white background.


Black color preview on #F0DAEF background

This text has black color on #F0DAEF background.


White color preview on #F0DAEF background

This text has white color on #F0DAEF background.


Related colors

Complementary color

Complementary color for #hex is #0F2510.


I love getcolorcode.com

Triadic colors

1 #EFF0DA and #DAEFF0 with #F0DAEF are triadic colors.

2 #EFDAF0 and #DAF0EF with #F0DAEF are triadic colors.