COLOR #F4F0DD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

244
240
221

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

Portions of RGB colors in percentages

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

%34.61
%34.04
%31.35

CMYK color model

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

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

CMYK percentages

%0
%1.64
%9.43
%4.31

Codes

Color #F4F0DD in popluar color models

F4F0DD
RGB244240221
HSL50°51.11%91.18%
HSB/HSV50°9.43%95.69%
CMYK0.00%1.64%9.43%
4.31%

Color #F4F0DD in popluar number systems.

HEXF4F0DD
Decimal244240221
Binary111101001111000011011101
Octal364360335

Shades and tints

Shades of #F4F0DD

#F4F0DD
(244,240,221)
#DEDBC9
(222,219,201)
#C8C6B5
(200,198,181)
#B2B1A1
(178,177,161)
#9C9C8D
(156,156,141)
#868779
(134,135,121)
#707265
(112,114,101)
#5A5D51
(90,93,81)
#44483D
(68,72,61)
#2E3329
(46,51,41)
#181E15
(24,30,21)
#000000
(0,0,0)

Tints of #F4F0DD

#F4F0DD
(244,240,221)
#F5F1E0
(245,241,224)
#F6F2E3
(246,242,227)
#F7F3E6
(247,243,230)
#F8F4E9
(248,244,233)
#F9F5EC
(249,245,236)
#FAF6EF
(250,246,239)
#FBF7F2
(251,247,242)
#FCF8F5
(252,248,245)
#FDF9F8
(253,249,248)
#FEFAFB
(254,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F0DD; }

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

This text font color is #F4F0DD.


Background Color

.myBgColor { background-color: #F4F0DD; }

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

This div background color is #F4F0DD.


Border color

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

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

This div border color is #F4F0DD.


Opacity

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

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

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

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

This text has shadow with #F4F0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F0DD on black background.


Color preview on white background

This text has color #F4F0DD on white background.



Black color preview on #F4F0DD background

This text has black color on #F4F0DD background.


White color preview on #F4F0DD background

This text has white color on #F4F0DD background.