COLOR #F0DEEE

HEX: #F0DEEE RGB: (240,222,238)

Color info

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

RGB color model

#F0DEEE color RGB value is (240,222,238).

RGB: (240,222,238) (94%, 87%, 93%)

RGB channels and saturation

R 240 of 255 = 94%
G 222 of 255 = 87%
B 238 of 255 = 93%

240
222
238

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

Portions of RGB colors in percentages

R + G + B = 240 + 222 + 238 = 700 (100%)
R 240 of 700 ~ 34.29%
G 222 of 700 ~ 31.71%
B 238 of 700 ~ 34'%

%34.29
%31.71
%34

CMYK color model

#F0DEEE color CMYK value is (0,8,1,6).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 0.83%
  • key color value is 5.88%
CMYK: (0,8,1,6) C0M8Y1K6 (0%,8%,1%,6%) (0.00/0.08/0.01/0.06) 

CMYK percentages

%0
%7.5
%0.83
%5.88

Codes

Color #F0DEEE in popluar color models

F0 DE EE
RGB 240 222 238
HSL 307° 37.50% 90.59%
HSB/HSV 307° 7.50% 94.12%
CMYK 0.00% 7.50% 0.83%
5.88%

Color #F0DEEE in popluar number systems.

HEX F0 DE EE
Decimal 240 222 238
Binary 11110000 11011110 11101110
Octal 360 336 356

Shades and tints

Shades of #F0DEEE

#F0DEEE
(240,222,238)
#DBCAD9
(219,202,217)
#C6B6C4
(198,182,196)
#B1A2AF
(177,162,175)
#9C8E9A
(156,142,154)
#877A85
(135,122,133)
#726670
(114,102,112)
#5D525B
(93,82,91)
#483E46
(72,62,70)
#332A31
(51,42,49)
#1E161C
(30,22,28)
#000000
(0,0,0)

Tints of #F0DEEE

#F0DEEE
(240,222,238)
#F1E1EF
(241,225,239)
#F2E4F0
(242,228,240)
#F3E7F1
(243,231,241)
#F4EAF2
(244,234,242)
#F5EDF3
(245,237,243)
#F6F0F4
(246,240,244)
#F7F3F5
(247,243,245)
#F8F6F6
(248,246,246)
#F9F9F7
(249,249,247)
#FAFCF8
(250,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DEEE; }

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

This text font color is #F0DEEE.

Background Color

.myBgColor { background-color: #F0DEEE; }

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

This div background color is #F0DEEE.

Border color

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

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

This div border color is #F0DEEE.

Opacity

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

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

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

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

This text has shadow with #F0DEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DEEE.

Preview

Color preview on black background

This text has color #F0DEEE on black background.


Color preview on white background

This text has color #F0DEEE on white background.


Black color preview on #F0DEEE background

This text has black color on #F0DEEE background.


White color preview on #F0DEEE background

This text has white color on #F0DEEE background.


Related colors

Complementary color

Complementary color for #hex is #0F2111.


I love getcolorcode.com

Triadic colors

1 #EEF0DE and #DEEEF0 with #F0DEEE are triadic colors.

2 #EEDEF0 and #DEF0EE with #F0DEEE are triadic colors.