COLOR #F0F4DD

HEX: #F0F4DD
RGB: (240,244,221)

Color info

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

RGB color model

#F0F4DD color RGB value is (240,244,221).

  • red value is 240;
  • green value is 244;
  • blue value is 221.
RGB:
(240,244,221)
(94%,96%,87%)

RGB channels and saturation

R 240 of 255 = 94%
G 244 of 255 = 96%
B 221 of 255 = 87%

240
244
221

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

Portions of RGB colors in percentages

R + G + B =
240 + 244 + 221 = 705 (100%)
R 240 of 705 ~ 34.04%
G 244 of 705 ~ 34.61%
B 221 of 705 ~ 31.35%

%34.04
%34.61
%31.35

CMYK color model

#F0F4DD color CMYK value is (2,0,9,4).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 4.31%
CMYK:
(2,0,9,4)
C2M0Y9K4 
(2%,0%,9%,4%)
(0.02/0.00/0.09/0.04)	

CMYK percentages

%1.64
%0
%9.43
%4.31

Codes

Color #F0F4DD in popluar color models

F0F4DD
RGB240244221
HSL70°51.11%91.18%
HSB/HSV70°9.43%95.69%
CMYK1.64%0.00%9.43%
4.31%

Color #F0F4DD in popluar number systems.

HEXF0F4DD
Decimal240244221
Binary111100001111010011011101
Octal360364335

Shades and tints

Shades of #F0F4DD

#F0F4DD
(240,244,221)
#DBDEC9
(219,222,201)
#C6C8B5
(198,200,181)
#B1B2A1
(177,178,161)
#9C9C8D
(156,156,141)
#878679
(135,134,121)
#727065
(114,112,101)
#5D5A51
(93,90,81)
#48443D
(72,68,61)
#332E29
(51,46,41)
#1E1815
(30,24,21)
#000000
(0,0,0)

Tints of #F0F4DD

#F0F4DD
(240,244,221)
#F1F5E0
(241,245,224)
#F2F6E3
(242,246,227)
#F3F7E6
(243,247,230)
#F4F8E9
(244,248,233)
#F5F9EC
(245,249,236)
#F6FAEF
(246,250,239)
#F7FBF2
(247,251,242)
#F8FCF5
(248,252,245)
#F9FDF8
(249,253,248)
#FAFEFB
(250,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F4DD; }

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

This text font color is #F0F4DD.


Background Color

.myBgColor { background-color: #F0F4DD; }

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

This div background color is #F0F4DD.


Border color

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

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

This div border color is #F0F4DD.


Opacity

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

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

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

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

This text has shadow with #F0F4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F4DD on black background.


Color preview on white background

This text has color #F0F4DD on white background.



Black color preview on #F0F4DD background

This text has black color on #F0F4DD background.


White color preview on #F0F4DD background

This text has white color on #F0F4DD background.