COLOR #F0DBEC

HEX: #F0DBEC
RGB: (240,219,236)

Color info

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

RGB color model

#F0DBEC color RGB value is (240,219,236).

  • red value is 240;
  • green value is 219;
  • blue value is 236.
RGB:
(240,219,236)
(94%,86%,93%)

RGB channels and saturation

R 240 of 255 = 94%
G 219 of 255 = 86%
B 236 of 255 = 93%

240
219
236

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

Portions of RGB colors in percentages

R + G + B =
240 + 219 + 236 = 695 (100%)
R 240 of 695 ~ 34.53%
G 219 of 695 ~ 31.51%
B 236 of 695 ~ 33.96%

%34.53
%31.51
%33.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 1.67%
  • key color value is 5.88%
CMYK:
(0,9,2,6)
C0M9Y2K6 
(0%,9%,2%,6%)
(0.00/0.09/0.02/0.06)	

CMYK percentages

%0
%8.75
%1.67
%5.88

Codes

Color #F0DBEC in popluar color models

F0DBEC
RGB240219236
HSL311°41.18%90.00%
HSB/HSV311°8.75%94.12%
CMYK0.00%8.75%1.67%
5.88%

Color #F0DBEC in popluar number systems.

HEXF0DBEC
Decimal240219236
Binary111100001101101111101100
Octal360333354

Shades and tints

Shades of #F0DBEC

#F0DBEC
(240,219,236)
#DBC8D7
(219,200,215)
#C6B5C2
(198,181,194)
#B1A2AD
(177,162,173)
#9C8F98
(156,143,152)
#877C83
(135,124,131)
#72696E
(114,105,110)
#5D5659
(93,86,89)
#484344
(72,67,68)
#33302F
(51,48,47)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #F0DBEC

#F0DBEC
(240,219,236)
#F1DEED
(241,222,237)
#F2E1EE
(242,225,238)
#F3E4EF
(243,228,239)
#F4E7F0
(244,231,240)
#F5EAF1
(245,234,241)
#F6EDF2
(246,237,242)
#F7F0F3
(247,240,243)
#F8F3F4
(248,243,244)
#F9F6F5
(249,246,245)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DBEC; }

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

This text font color is #F0DBEC.


Background Color

.myBgColor { background-color: #F0DBEC; }

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

This div background color is #F0DBEC.


Border color

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

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

This div border color is #F0DBEC.


Opacity

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

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

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

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

This text has shadow with #F0DBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DBEC on black background.


Color preview on white background

This text has color #F0DBEC on white background.



Black color preview on #F0DBEC background

This text has black color on #F0DBEC background.


White color preview on #F0DBEC background

This text has white color on #F0DBEC background.