COLOR #F0DEE6

HEX: #F0DEE6
RGB: (240,222,230)

Color info

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

RGB color model

#F0DEE6 color RGB value is (240,222,230).

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

RGB channels and saturation

R 240 of 255 = 94%
G 222 of 255 = 87%
B 230 of 255 = 90%

240
222
230

R + G + B ~ 90%. #F0DEE6 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 222 + 230 = 692 (100%)
R 240 of 692 ~ 34.68%
G 222 of 692 ~ 32.08%
B 230 of 692 ~ 33.24%

%34.68
%32.08
%33.24

CMYK color model

#F0DEE6 color CMYK value is (0,8,4,6).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 4.17%
  • key color value is 5.88%
CMYK:
(0,8,4,6)
C0M8Y4K6 
(0%,8%,4%,6%)
(0.00/0.08/0.04/0.06)	

CMYK percentages

%0
%7.5
%4.17
%5.88

Codes

Color #F0DEE6 in popluar color models

F0DEE6
RGB240222230
HSL333°37.50%90.59%
HSB/HSV333°7.50%94.12%
CMYK0.00%7.50%4.17%
5.88%

Color #F0DEE6 in popluar number systems.

HEXF0DEE6
Decimal240222230
Binary111100001101111011100110
Octal360336346

Shades and tints

Shades of #F0DEE6

#F0DEE6
(240,222,230)
#DBCAD2
(219,202,210)
#C6B6BE
(198,182,190)
#B1A2AA
(177,162,170)
#9C8E96
(156,142,150)
#877A82
(135,122,130)
#72666E
(114,102,110)
#5D525A
(93,82,90)
#483E46
(72,62,70)
#332A32
(51,42,50)
#1E161E
(30,22,30)
#000000
(0,0,0)

Tints of #F0DEE6

#F0DEE6
(240,222,230)
#F1E1E8
(241,225,232)
#F2E4EA
(242,228,234)
#F3E7EC
(243,231,236)
#F4EAEE
(244,234,238)
#F5EDF0
(245,237,240)
#F6F0F2
(246,240,242)
#F7F3F4
(247,243,244)
#F8F6F6
(248,246,246)
#F9F9F8
(249,249,248)
#FAFCFA
(250,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DEE6; }

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

This text font color is #F0DEE6.


Background Color

.myBgColor { background-color: #F0DEE6; }

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

This div background color is #F0DEE6.


Border color

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

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

This div border color is #F0DEE6.


Opacity

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

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

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

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

This text has shadow with #F0DEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0DEE6 on black background.


Color preview on white background

This text has color #F0DEE6 on white background.



Black color preview on #F0DEE6 background

This text has black color on #F0DEE6 background.


White color preview on #F0DEE6 background

This text has white color on #F0DEE6 background.