COLOR #F0F1DE

HEX: #F0F1DE RGB: (240,241,222)

Color info

#F0F1DE contains red, green and blue colors in about the same proportion. Web safe color of #F0F1DE is #FFFFCC (or #FFC).

RGB color model

#F0F1DE color RGB value is (240,241,222).

RGB: (240,241,222) (94%, 95%, 87%)

RGB channels and saturation

R 240 of 255 = 94%
G 241 of 255 = 95%
B 222 of 255 = 87%

240
241
222

R + G + B ~ 92%. #F0F1DE is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 241 + 222 = 703 (100%)
R 240 of 703 ~ 34.14%
G 241 of 703 ~ 34.28%
B 222 of 703 ~ 31.58'%

%34.14
%34.28
%31.58

CMYK color model

#F0F1DE color CMYK value is (0,0,8,5).

  • cyan value is 0.41%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 5.49%

CMYK: (0,0,8,5)
C0M0Y8K5 (0%, 0%, 8%, 5%)
(0.00 / 0.00 / 0.08 / 0.05)

CMYK percentages

%0.41
%0
%7.88
%5.49

Codes

Color #F0F1DE in popluar color models

F0 F1 DE
RGB 240 241 222
HSL 63° 40.43% 90.78%
HSB/HSV 63° 7.88% 94.51%
CMYK 0.41% 0.00% 7.88%
5.49%

Color #F0F1DE in popluar number systems.

HEX F0 F1 DE
Decimal 240 241 222
Binary 11110000 11110001 11011110
Octal 360 361 336

Shades and tints

Shades of #F0F1DE

#F0F1DE
(240,241,222)
#DBDCCA
(219,220,202)
#C6C7B6
(198,199,182)
#B1B2A2
(177,178,162)
#9C9D8E
(156,157,142)
#87887A
(135,136,122)
#727366
(114,115,102)
#5D5E52
(93,94,82)
#48493E
(72,73,62)
#33342A
(51,52,42)
#1E1F16
(30,31,22)
#000000
(0,0,0)

Tints of #F0F1DE

#F0F1DE
(240,241,222)
#F1F2E1
(241,242,225)
#F2F3E4
(242,243,228)
#F3F4E7
(243,244,231)
#F4F5EA
(244,245,234)
#F5F6ED
(245,246,237)
#F6F7F0
(246,247,240)
#F7F8F3
(247,248,243)
#F8F9F6
(248,249,246)
#F9FAF9
(249,250,249)
#FAFBFC
(250,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F1DE; }

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

This text font color is #F0F1DE.

Background Color

.myBgColor { background-color: #F0F1DE; }

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

This div background color is #F0F1DE.

Border color

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

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

This div border color is #F0F1DE.

Opacity

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

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

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

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

This text has shadow with #F0F1DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0F1DE.

Preview

Color preview on black background

This text has color #F0F1DE on black background.


Color preview on white background

This text has color #F0F1DE on white background.


Black color preview on #F0F1DE background

This text has black color on #F0F1DE background.


White color preview on #F0F1DE background

This text has white color on #F0F1DE background.


Related colors

Complementary color

Complementary color for #hex is #0F0E21.


I love getcolorcode.com

Triadic colors

1 #DEF0F1 and #F1DEF0 with #F0F1DE are triadic colors.

2 #DEF1F0 and #F1F0DE with #F0F1DE are triadic colors.