COLOR #F0DBEF

HEX: #F0DBEF RGB: (240,219,239)

Color info

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

RGB color model

#F0DBEF color RGB value is (240,219,239).

RGB: (240,219,239) (94%, 86%, 94%)

RGB channels and saturation

R 240 of 255 = 94%
G 219 of 255 = 86%
B 239 of 255 = 94%

240
219
239

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

Portions of RGB colors in percentages

R + G + B = 240 + 219 + 239 = 698 (100%)
R 240 of 698 ~ 34.38%
G 219 of 698 ~ 31.38%
B 239 of 698 ~ 34.24'%

%34.38
%31.38
%34.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.75%
  • 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
%8.75
%0.42
%5.88

Codes

Color #F0DBEF in popluar color models

F0 DB EF
RGB 240 219 239
HSL 303° 41.18% 90.00%
HSB/HSV 303° 8.75% 94.12%
CMYK 0.00% 8.75% 0.42%
5.88%

Color #F0DBEF in popluar number systems.

HEX F0 DB EF
Decimal 240 219 239
Binary 11110000 11011011 11101111
Octal 360 333 357

Shades and tints

Shades of #F0DBEF

#F0DBEF
(240,219,239)
#DBC8DA
(219,200,218)
#C6B5C5
(198,181,197)
#B1A2B0
(177,162,176)
#9C8F9B
(156,143,155)
#877C86
(135,124,134)
#726971
(114,105,113)
#5D565C
(93,86,92)
#484347
(72,67,71)
#333032
(51,48,50)
#1E1D1D
(30,29,29)
#000000
(0,0,0)

Tints of #F0DBEF

#F0DBEF
(240,219,239)
#F1DEF0
(241,222,240)
#F2E1F1
(242,225,241)
#F3E4F2
(243,228,242)
#F4E7F3
(244,231,243)
#F5EAF4
(245,234,244)
#F6EDF5
(246,237,245)
#F7F0F6
(247,240,246)
#F8F3F7
(248,243,247)
#F9F6F8
(249,246,248)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DBEF; }

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

This text font color is #F0DBEF.

Background Color

.myBgColor { background-color: #F0DBEF; }

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

This div background color is #F0DBEF.

Border color

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

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

This div border color is #F0DBEF.

Opacity

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

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

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

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

This text has shadow with #F0DBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DBEF.

Preview

Color preview on black background

This text has color #F0DBEF on black background.


Color preview on white background

This text has color #F0DBEF on white background.


Black color preview on #F0DBEF background

This text has black color on #F0DBEF background.


White color preview on #F0DBEF background

This text has white color on #F0DBEF background.


Related colors

Complementary color

Complementary color for #hex is #0F2410.


I love getcolorcode.com

Triadic colors

1 #EFF0DB and #DBEFF0 with #F0DBEF are triadic colors.

2 #EFDBF0 and #DBF0EF with #F0DBEF are triadic colors.