COLOR #F4F6D4

HEX: #F4F6D4
RGB: (244,246,212)

Color info

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

RGB color model

#F4F6D4 color RGB value is (244,246,212).

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

RGB channels and saturation

R 244 of 255 = 96%
G 246 of 255 = 96%
B 212 of 255 = 83%

244
246
212

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

Portions of RGB colors in percentages

R + G + B =
244 + 246 + 212 = 702 (100%)
R 244 of 702 ~ 34.76%
G 246 of 702 ~ 35.04%
B 212 of 702 ~ 30.2%

%34.76
%35.04
%30.2

CMYK color model

#F4F6D4 color CMYK value is (1,0,14,4).

  • cyan value is 0.81%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 3.53%
CMYK:
(1,0,14,4)
C1M0Y14K4 
(1%,0%,14%,4%)
(0.01/0.00/0.14/0.04)	

CMYK percentages

%0.81
%0
%13.82
%3.53

Codes

Color #F4F6D4 in popluar color models

F4F6D4
RGB244246212
HSL64°65.38%89.80%
HSB/HSV64°13.82%96.47%
CMYK0.81%0.00%13.82%
3.53%

Color #F4F6D4 in popluar number systems.

HEXF4F6D4
Decimal244246212
Binary111101001111011011010100
Octal364366324

Shades and tints

Shades of #F4F6D4

#F4F6D4
(244,246,212)
#DEE0C1
(222,224,193)
#C8CAAE
(200,202,174)
#B2B49B
(178,180,155)
#9C9E88
(156,158,136)
#868875
(134,136,117)
#707262
(112,114,98)
#5A5C4F
(90,92,79)
#44463C
(68,70,60)
#2E3029
(46,48,41)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #F4F6D4

#F4F6D4
(244,246,212)
#F5F6D7
(245,246,215)
#F6F6DA
(246,246,218)
#F7F6DD
(247,246,221)
#F8F6E0
(248,246,224)
#F9F6E3
(249,246,227)
#FAF6E6
(250,246,230)
#FBF6E9
(251,246,233)
#FCF6EC
(252,246,236)
#FDF6EF
(253,246,239)
#FEF6F2
(254,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F6D4; }

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

This text font color is #F4F6D4.


Background Color

.myBgColor { background-color: #F4F6D4; }

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

This div background color is #F4F6D4.


Border color

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

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

This div border color is #F4F6D4.


Opacity

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

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

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

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

This text has shadow with #F4F6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F6D4 on black background.


Color preview on white background

This text has color #F4F6D4 on white background.



Black color preview on #F4F6D4 background

This text has black color on #F4F6D4 background.


White color preview on #F4F6D4 background

This text has white color on #F4F6D4 background.