COLOR #F4F0DC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

244
240
220

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

Portions of RGB colors in percentages

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

%34.66
%34.09
%31.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 9.84%
  • key color value is 4.31%
CMYK:
(0,2,10,4)
C0M2Y10K4 
(0%,2%,10%,4%)
(0.00/0.02/0.10/0.04)	

CMYK percentages

%0
%1.64
%9.84
%4.31

Codes

Color #F4F0DC in popluar color models

F4F0DC
RGB244240220
HSL50°52.17%90.98%
HSB/HSV50°9.84%95.69%
CMYK0.00%1.64%9.84%
4.31%

Color #F4F0DC in popluar number systems.

HEXF4F0DC
Decimal244240220
Binary111101001111000011011100
Octal364360334

Shades and tints

Shades of #F4F0DC

#F4F0DC
(244,240,220)
#DEDBC8
(222,219,200)
#C8C6B4
(200,198,180)
#B2B1A0
(178,177,160)
#9C9C8C
(156,156,140)
#868778
(134,135,120)
#707264
(112,114,100)
#5A5D50
(90,93,80)
#44483C
(68,72,60)
#2E3328
(46,51,40)
#181E14
(24,30,20)
#000000
(0,0,0)

Tints of #F4F0DC

#F4F0DC
(244,240,220)
#F5F1DF
(245,241,223)
#F6F2E2
(246,242,226)
#F7F3E5
(247,243,229)
#F8F4E8
(248,244,232)
#F9F5EB
(249,245,235)
#FAF6EE
(250,246,238)
#FBF7F1
(251,247,241)
#FCF8F4
(252,248,244)
#FDF9F7
(253,249,247)
#FEFAFA
(254,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F0DC; }

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

This text font color is #F4F0DC.


Background Color

.myBgColor { background-color: #F4F0DC; }

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

This div background color is #F4F0DC.


Border color

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

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

This div border color is #F4F0DC.


Opacity

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

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

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

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

This text has shadow with #F4F0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F0DC on black background.


Color preview on white background

This text has color #F4F0DC on white background.



Black color preview on #F4F0DC background

This text has black color on #F4F0DC background.


White color preview on #F4F0DC background

This text has white color on #F4F0DC background.