COLOR #F0DEE8

HEX: #F0DEE8
RGB: (240,222,232)

Color info

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

RGB color model

#F0DEE8 color RGB value is (240,222,232).

  • red value is 240;
  • green value is 222;
  • blue value is 232.
RGB:
(240,222,232)
(94%,87%,91%)

RGB channels and saturation

R 240 of 255 = 94%
G 222 of 255 = 87%
B 232 of 255 = 91%

240
222
232

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

Portions of RGB colors in percentages

R + G + B =
240 + 222 + 232 = 694 (100%)
R 240 of 694 ~ 34.58%
G 222 of 694 ~ 31.99%
B 232 of 694 ~ 33.43%

%34.58
%31.99
%33.43

CMYK color model

#F0DEE8 color CMYK value is (0,8,3,6).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 3.33%
  • key color value is 5.88%
CMYK:
(0,8,3,6)
C0M8Y3K6 
(0%,8%,3%,6%)
(0.00/0.08/0.03/0.06)	

CMYK percentages

%0
%7.5
%3.33
%5.88

Codes

Color #F0DEE8 in popluar color models

F0DEE8
RGB240222232
HSL327°37.50%90.59%
HSB/HSV327°7.50%94.12%
CMYK0.00%7.50%3.33%
5.88%

Color #F0DEE8 in popluar number systems.

HEXF0DEE8
Decimal240222232
Binary111100001101111011101000
Octal360336350

Shades and tints

Shades of #F0DEE8

#F0DEE8
(240,222,232)
#DBCAD3
(219,202,211)
#C6B6BE
(198,182,190)
#B1A2A9
(177,162,169)
#9C8E94
(156,142,148)
#877A7F
(135,122,127)
#72666A
(114,102,106)
#5D5255
(93,82,85)
#483E40
(72,62,64)
#332A2B
(51,42,43)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #F0DEE8

#F0DEE8
(240,222,232)
#F1E1EA
(241,225,234)
#F2E4EC
(242,228,236)
#F3E7EE
(243,231,238)
#F4EAF0
(244,234,240)
#F5EDF2
(245,237,242)
#F6F0F4
(246,240,244)
#F7F3F6
(247,243,246)
#F8F6F8
(248,246,248)
#F9F9FA
(249,249,250)
#FAFCFC
(250,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DEE8 color. Also use rgb(240,222,232) instead hex code.

Text Font Color

.myTextColor { color: #F0DEE8; }

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

This text font color is #F0DEE8.


Background Color

.myBgColor { background-color: #F0DEE8; }

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

This div background color is #F0DEE8.


Border color

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

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

This div border color is #F0DEE8.


Opacity

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

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

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

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

This text has shadow with #F0DEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DEE8 on black background.


Color preview on white background

This text has color #F0DEE8 on white background.



Black color preview on #F0DEE8 background

This text has black color on #F0DEE8 background.


White color preview on #F0DEE8 background

This text has white color on #F0DEE8 background.