COLOR #F4F1C4

HEX: #F4F1C4
RGB: (244,241,196)

Color info

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

RGB color model

#F4F1C4 color RGB value is (244,241,196).

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

RGB channels and saturation

R 244 of 255 = 96%
G 241 of 255 = 95%
B 196 of 255 = 77%

244
241
196

R + G + B ~ 89%. #F4F1C4 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 241 + 196 = 681 (100%)
R 244 of 681 ~ 35.83%
G 241 of 681 ~ 35.39%
B 196 of 681 ~ 28.78%

%35.83
%35.39
%28.78

CMYK color model

#F4F1C4 color CMYK value is (0,1,20,4).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 19.67%
  • key color value is 4.31%
CMYK:
(0,1,20,4)
C0M1Y20K4 
(0%,1%,20%,4%)
(0.00/0.01/0.20/0.04)	

CMYK percentages

%0
%1.23
%19.67
%4.31

Codes

Color #F4F1C4 in popluar color models

F4F1C4
RGB244241196
HSL56°68.57%86.27%
HSB/HSV56°19.67%95.69%
CMYK0.00%1.23%19.67%
4.31%

Color #F4F1C4 in popluar number systems.

HEXF4F1C4
Decimal244241196
Binary111101001111000111000100
Octal364361304

Shades and tints

Shades of #F4F1C4

#F4F1C4
(244,241,196)
#DEDCB3
(222,220,179)
#C8C7A2
(200,199,162)
#B2B291
(178,178,145)
#9C9D80
(156,157,128)
#86886F
(134,136,111)
#70735E
(112,115,94)
#5A5E4D
(90,94,77)
#44493C
(68,73,60)
#2E342B
(46,52,43)
#181F1A
(24,31,26)
#000000
(0,0,0)

Tints of #F4F1C4

#F4F1C4
(244,241,196)
#F5F2C9
(245,242,201)
#F6F3CE
(246,243,206)
#F7F4D3
(247,244,211)
#F8F5D8
(248,245,216)
#F9F6DD
(249,246,221)
#FAF7E2
(250,247,226)
#FBF8E7
(251,248,231)
#FCF9EC
(252,249,236)
#FDFAF1
(253,250,241)
#FEFBF6
(254,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F1C4; }

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

This text font color is #F4F1C4.


Background Color

.myBgColor { background-color: #F4F1C4; }

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

This div background color is #F4F1C4.


Border color

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

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

This div border color is #F4F1C4.


Opacity

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

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

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

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

This text has shadow with #F4F1C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F1C4 on black background.


Color preview on white background

This text has color #F4F1C4 on white background.



Black color preview on #F4F1C4 background

This text has black color on #F4F1C4 background.


White color preview on #F4F1C4 background

This text has white color on #F4F1C4 background.