COLOR #F0F4DC

HEX: #F0F4DC RGB: (240,244,220)

Color info

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

RGB color model

#F0F4DC color RGB value is (240,244,220).

RGB: (240,244,220) (94%, 96%, 86%)

RGB channels and saturation

R 240 of 255 = 94%
G 244 of 255 = 96%
B 220 of 255 = 86%

240
244
220

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

Portions of RGB colors in percentages

R + G + B = 240 + 244 + 220 = 704 (100%)
R 240 of 704 ~ 34.09%
G 244 of 704 ~ 34.66%
B 220 of 704 ~ 31.25'%

%34.09
%34.66
%31.25

CMYK color model

#F0F4DC color CMYK value is (2,0,10,4).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 4.31%

CMYK: (2,0,10,4)
C2M0Y10K4 (2%, 0%, 10%, 4%)
(0.02 / 0.00 / 0.10 / 0.04)

CMYK percentages

%1.64
%0
%9.84
%4.31

Codes

Color #F0F4DC in popluar color models

F0 F4 DC
RGB 240 244 220
HSL 70° 52.17% 90.98%
HSB/HSV 70° 9.84% 95.69%
CMYK 1.64% 0.00% 9.84%
4.31%

Color #F0F4DC in popluar number systems.

HEX F0 F4 DC
Decimal 240 244 220
Binary 11110000 11110100 11011100
Octal 360 364 334

Shades and tints

Shades of #F0F4DC

#F0F4DC
(240,244,220)
#DBDEC8
(219,222,200)
#C6C8B4
(198,200,180)
#B1B2A0
(177,178,160)
#9C9C8C
(156,156,140)
#878678
(135,134,120)
#727064
(114,112,100)
#5D5A50
(93,90,80)
#48443C
(72,68,60)
#332E28
(51,46,40)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #F0F4DC

#F0F4DC
(240,244,220)
#F1F5DF
(241,245,223)
#F2F6E2
(242,246,226)
#F3F7E5
(243,247,229)
#F4F8E8
(244,248,232)
#F5F9EB
(245,249,235)
#F6FAEE
(246,250,238)
#F7FBF1
(247,251,241)
#F8FCF4
(248,252,244)
#F9FDF7
(249,253,247)
#FAFEFA
(250,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F4DC color. Also use rgb(240,244,220) instead hex code.

Text Font Color

.myTextColor { color: #F0F4DC; }

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

This text font color is #F0F4DC.

Background Color

.myBgColor { background-color: #F0F4DC; }

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

This div background color is #F0F4DC.

Border color

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

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

This div border color is #F0F4DC.

Opacity

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

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

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

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

This text has shadow with #F0F4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0F4DC.

Preview

Color preview on black background

This text has color #F0F4DC on black background.


Color preview on white background

This text has color #F0F4DC on white background.


Black color preview on #F0F4DC background

This text has black color on #F0F4DC background.


White color preview on #F0F4DC background

This text has white color on #F0F4DC background.


Related colors

Complementary color

Complementary color for #hex is #0F0B23.


I love getcolorcode.com

Triadic colors

1 #DCF0F4 and #F4DCF0 with #F0F4DC are triadic colors.

2 #DCF4F0 and #F4F0DC with #F0F4DC are triadic colors.