COLOR #F0DBE1

HEX: #F0DBE1 RGB: (240,219,225)

Color info

#F0DBE1 contains red, green and blue colors in about the same proportion. Web safe color of #F0DBE1 is #FFCCCC (or #FCC).

RGB color model

#F0DBE1 color RGB value is (240,219,225).

RGB: (240,219,225) (94%, 86%, 88%)

RGB channels and saturation

R 240 of 255 = 94%
G 219 of 255 = 86%
B 225 of 255 = 88%

240
219
225

R + G + B ~ 89%. #F0DBE1 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 219 + 225 = 684 (100%)
R 240 of 684 ~ 35.09%
G 219 of 684 ~ 32.02%
B 225 of 684 ~ 32.89'%

%35.09
%32.02
%32.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 6.25%
  • key color value is 5.88%

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

CMYK percentages

%0
%8.75
%6.25
%5.88

Codes

Color #F0DBE1 in popluar color models

F0 DB E1
RGB 240 219 225
HSL 343° 41.18% 90.00%
HSB/HSV 343° 8.75% 94.12%
CMYK 0.00% 8.75% 6.25%
5.88%

Color #F0DBE1 in popluar number systems.

HEX F0 DB E1
Decimal 240 219 225
Binary 11110000 11011011 11100001
Octal 360 333 341

Shades and tints

Shades of #F0DBE1

#F0DBE1
(240,219,225)
#DBC8CD
(219,200,205)
#C6B5B9
(198,181,185)
#B1A2A5
(177,162,165)
#9C8F91
(156,143,145)
#877C7D
(135,124,125)
#726969
(114,105,105)
#5D5655
(93,86,85)
#484341
(72,67,65)
#33302D
(51,48,45)
#1E1D19
(30,29,25)
#000000
(0,0,0)

Tints of #F0DBE1

#F0DBE1
(240,219,225)
#F1DEE3
(241,222,227)
#F2E1E5
(242,225,229)
#F3E4E7
(243,228,231)
#F4E7E9
(244,231,233)
#F5EAEB
(245,234,235)
#F6EDED
(246,237,237)
#F7F0EF
(247,240,239)
#F8F3F1
(248,243,241)
#F9F6F3
(249,246,243)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DBE1; }

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

This text font color is #F0DBE1.

Background Color

.myBgColor { background-color: #F0DBE1; }

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

This div background color is #F0DBE1.

Border color

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

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

This div border color is #F0DBE1.

Opacity

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

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

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

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

This text has shadow with #F0DBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DBE1.

Preview

Color preview on black background

This text has color #F0DBE1 on black background.


Color preview on white background

This text has color #F0DBE1 on white background.


Black color preview on #F0DBE1 background

This text has black color on #F0DBE1 background.


White color preview on #F0DBE1 background

This text has white color on #F0DBE1 background.


Related colors

Complementary color

Complementary color for #hex is #0F241E.


I love getcolorcode.com

Triadic colors

1 #E1F0DB and #DBE1F0 with #F0DBE1 are triadic colors.

2 #E1DBF0 and #DBF0E1 with #F0DBE1 are triadic colors.