COLOR #F0DEF7

HEX: #F0DEF7 RGB: (240,222,247)

Color info

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

RGB color model

#F0DEF7 color RGB value is (240,222,247).

RGB: (240,222,247) (94%, 87%, 97%)

RGB channels and saturation

R 240 of 255 = 94%
G 222 of 255 = 87%
B 247 of 255 = 97%

240
222
247

R + G + B ~ 93%. #F0DEF7 is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 222 + 247 = 709 (100%)
R 240 of 709 ~ 33.85%
G 222 of 709 ~ 31.31%
B 247 of 709 ~ 34.84'%

%33.85
%31.31
%34.84

CMYK color model

#F0DEF7 color CMYK value is (3,10,0,3).

  • cyan value is 2.83%
  • magenta value is 10.12%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (3,10,0,3)
C3M10Y0K3 (3%, 10%, 0%, 3%)
(0.03 / 0.10 / 0.00 / 0.03)

CMYK percentages

%2.83
%10.12
%0
%3.14

Codes

Color #F0DEF7 in popluar color models

F0 DE F7
RGB 240 222 247
HSL 283° 60.98% 91.96%
HSB/HSV 283° 10.12% 96.86%
CMYK 2.83% 10.12% 0.00%
3.14%

Color #F0DEF7 in popluar number systems.

HEX F0 DE F7
Decimal 240 222 247
Binary 11110000 11011110 11110111
Octal 360 336 367

Shades and tints

Shades of #F0DEF7

#F0DEF7
(240,222,247)
#DBCAE1
(219,202,225)
#C6B6CB
(198,182,203)
#B1A2B5
(177,162,181)
#9C8E9F
(156,142,159)
#877A89
(135,122,137)
#726673
(114,102,115)
#5D525D
(93,82,93)
#483E47
(72,62,71)
#332A31
(51,42,49)
#1E161B
(30,22,27)
#000000
(0,0,0)

Tints of #F0DEF7

#F0DEF7
(240,222,247)
#F1E1F7
(241,225,247)
#F2E4F7
(242,228,247)
#F3E7F7
(243,231,247)
#F4EAF7
(244,234,247)
#F5EDF7
(245,237,247)
#F6F0F7
(246,240,247)
#F7F3F7
(247,243,247)
#F8F6F7
(248,246,247)
#F9F9F7
(249,249,247)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DEF7; }

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

This text font color is #F0DEF7.

Background Color

.myBgColor { background-color: #F0DEF7; }

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

This div background color is #F0DEF7.

Border color

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

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

This div border color is #F0DEF7.

Opacity

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

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

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

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

This text has shadow with #F0DEF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DEF7.

Preview

Color preview on black background

This text has color #F0DEF7 on black background.


Color preview on white background

This text has color #F0DEF7 on white background.


Black color preview on #F0DEF7 background

This text has black color on #F0DEF7 background.


White color preview on #F0DEF7 background

This text has white color on #F0DEF7 background.


Related colors

Complementary color

Complementary color for #hex is #0F2108.


I love getcolorcode.com

Triadic colors

1 #F7F0DE and #DEF7F0 with #F0DEF7 are triadic colors.

2 #F7DEF0 and #DEF0F7 with #F0DEF7 are triadic colors.