COLOR #F4F1D7

HEX: #F4F1D7
RGB: (244,241,215)

Color info

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

RGB color model

#F4F1D7 color RGB value is (244,241,215).

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

RGB channels and saturation

R 244 of 255 = 96%
G 241 of 255 = 95%
B 215 of 255 = 84%

244
241
215

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

Portions of RGB colors in percentages

R + G + B =
244 + 241 + 215 = 700 (100%)
R 244 of 700 ~ 34.86%
G 241 of 700 ~ 34.43%
B 215 of 700 ~ 30.71%

%34.86
%34.43
%30.71

CMYK color model

#F4F1D7 color CMYK value is (0,1,12,4).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 11.89%
  • key color value is 4.31%
CMYK:
(0,1,12,4)
C0M1Y12K4 
(0%,1%,12%,4%)
(0.00/0.01/0.12/0.04)	

CMYK percentages

%0
%1.23
%11.89
%4.31

Codes

Color #F4F1D7 in popluar color models

F4F1D7
RGB244241215
HSL54°56.86%90.00%
HSB/HSV54°11.89%95.69%
CMYK0.00%1.23%11.89%
4.31%

Color #F4F1D7 in popluar number systems.

HEXF4F1D7
Decimal244241215
Binary111101001111000111010111
Octal364361327

Shades and tints

Shades of #F4F1D7

#F4F1D7
(244,241,215)
#DEDCC4
(222,220,196)
#C8C7B1
(200,199,177)
#B2B29E
(178,178,158)
#9C9D8B
(156,157,139)
#868878
(134,136,120)
#707365
(112,115,101)
#5A5E52
(90,94,82)
#44493F
(68,73,63)
#2E342C
(46,52,44)
#181F19
(24,31,25)
#000000
(0,0,0)

Tints of #F4F1D7

#F4F1D7
(244,241,215)
#F5F2DA
(245,242,218)
#F6F3DD
(246,243,221)
#F7F4E0
(247,244,224)
#F8F5E3
(248,245,227)
#F9F6E6
(249,246,230)
#FAF7E9
(250,247,233)
#FBF8EC
(251,248,236)
#FCF9EF
(252,249,239)
#FDFAF2
(253,250,242)
#FEFBF5
(254,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F1D7; }

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

This text font color is #F4F1D7.


Background Color

.myBgColor { background-color: #F4F1D7; }

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

This div background color is #F4F1D7.


Border color

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

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

This div border color is #F4F1D7.


Opacity

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

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

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

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

This text has shadow with #F4F1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F1D7 on black background.


Color preview on white background

This text has color #F4F1D7 on white background.



Black color preview on #F4F1D7 background

This text has black color on #F4F1D7 background.


White color preview on #F4F1D7 background

This text has white color on #F4F1D7 background.