COLOR #F4F6DA

HEX: #F4F6DA
RGB: (244,246,218)

Color info

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

RGB color model

#F4F6DA color RGB value is (244,246,218).

  • red value is 244;
  • green value is 246;
  • blue value is 218.
RGB:
(244,246,218)
(96%,96%,85%)

RGB channels and saturation

R 244 of 255 = 96%
G 246 of 255 = 96%
B 218 of 255 = 85%

244
246
218

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

Portions of RGB colors in percentages

R + G + B =
244 + 246 + 218 = 708 (100%)
R 244 of 708 ~ 34.46%
G 246 of 708 ~ 34.75%
B 218 of 708 ~ 30.79%

%34.46
%34.75
%30.79

CMYK color model

#F4F6DA color CMYK value is (1,0,11,4).

  • cyan value is 0.81%
  • magenta value is 0.00%
  • yellow value is 11.38%
  • key color value is 3.53%
CMYK:
(1,0,11,4)
C1M0Y11K4 
(1%,0%,11%,4%)
(0.01/0.00/0.11/0.04)	

CMYK percentages

%0.81
%0
%11.38
%3.53

Codes

Color #F4F6DA in popluar color models

F4F6DA
RGB244246218
HSL64°60.87%90.98%
HSB/HSV64°11.38%96.47%
CMYK0.81%0.00%11.38%
3.53%

Color #F4F6DA in popluar number systems.

HEXF4F6DA
Decimal244246218
Binary111101001111011011011010
Octal364366332

Shades and tints

Shades of #F4F6DA

#F4F6DA
(244,246,218)
#DEE0C7
(222,224,199)
#C8CAB4
(200,202,180)
#B2B4A1
(178,180,161)
#9C9E8E
(156,158,142)
#86887B
(134,136,123)
#707268
(112,114,104)
#5A5C55
(90,92,85)
#444642
(68,70,66)
#2E302F
(46,48,47)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #F4F6DA

#F4F6DA
(244,246,218)
#F5F6DD
(245,246,221)
#F6F6E0
(246,246,224)
#F7F6E3
(247,246,227)
#F8F6E6
(248,246,230)
#F9F6E9
(249,246,233)
#FAF6EC
(250,246,236)
#FBF6EF
(251,246,239)
#FCF6F2
(252,246,242)
#FDF6F5
(253,246,245)
#FEF6F8
(254,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F6DA color. Also use rgb(244,246,218) instead hex code.

Text Font Color

.myTextColor { color: #F4F6DA; }

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

This text font color is #F4F6DA.


Background Color

.myBgColor { background-color: #F4F6DA; }

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

This div background color is #F4F6DA.


Border color

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

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

This div border color is #F4F6DA.


Opacity

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

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

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

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

This text has shadow with #F4F6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F6DA on black background.


Color preview on white background

This text has color #F4F6DA on white background.



Black color preview on #F4F6DA background

This text has black color on #F4F6DA background.


White color preview on #F4F6DA background

This text has white color on #F4F6DA background.