COLOR #F4F1DF

HEX: #F4F1DF
RGB: (244,241,223)

Color info

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

RGB color model

#F4F1DF color RGB value is (244,241,223).

  • red value is 244;
  • green value is 241;
  • blue value is 223.
RGB:
(244,241,223)
(96%,95%,87%)

RGB channels and saturation

R 244 of 255 = 96%
G 241 of 255 = 95%
B 223 of 255 = 87%

244
241
223

R + G + B ~ 93%. #F4F1DF is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 241 + 223 = 708 (100%)
R 244 of 708 ~ 34.46%
G 241 of 708 ~ 34.04%
B 223 of 708 ~ 31.5%

%34.46
%34.04
%31.5

CMYK color model

#F4F1DF color CMYK value is (0,1,9,4).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 8.61%
  • key color value is 4.31%
CMYK:
(0,1,9,4)
C0M1Y9K4 
(0%,1%,9%,4%)
(0.00/0.01/0.09/0.04)	

CMYK percentages

%0
%1.23
%8.61
%4.31

Codes

Color #F4F1DF in popluar color models

F4F1DF
RGB244241223
HSL51°48.84%91.57%
HSB/HSV51°8.61%95.69%
CMYK0.00%1.23%8.61%
4.31%

Color #F4F1DF in popluar number systems.

HEXF4F1DF
Decimal244241223
Binary111101001111000111011111
Octal364361337

Shades and tints

Shades of #F4F1DF

#F4F1DF
(244,241,223)
#DEDCCB
(222,220,203)
#C8C7B7
(200,199,183)
#B2B2A3
(178,178,163)
#9C9D8F
(156,157,143)
#86887B
(134,136,123)
#707367
(112,115,103)
#5A5E53
(90,94,83)
#44493F
(68,73,63)
#2E342B
(46,52,43)
#181F17
(24,31,23)
#000000
(0,0,0)

Tints of #F4F1DF

#F4F1DF
(244,241,223)
#F5F2E1
(245,242,225)
#F6F3E3
(246,243,227)
#F7F4E5
(247,244,229)
#F8F5E7
(248,245,231)
#F9F6E9
(249,246,233)
#FAF7EB
(250,247,235)
#FBF8ED
(251,248,237)
#FCF9EF
(252,249,239)
#FDFAF1
(253,250,241)
#FEFBF3
(254,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F1DF color. Also use rgb(244,241,223) instead hex code.

Text Font Color

.myTextColor { color: #F4F1DF; }

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

This text font color is #F4F1DF.


Background Color

.myBgColor { background-color: #F4F1DF; }

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

This div background color is #F4F1DF.


Border color

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

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

This div border color is #F4F1DF.


Opacity

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

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

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

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

This text has shadow with #F4F1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F1DF on black background.


Color preview on white background

This text has color #F4F1DF on white background.



Black color preview on #F4F1DF background

This text has black color on #F4F1DF background.


White color preview on #F4F1DF background

This text has white color on #F4F1DF background.