COLOR #F4F0CE

HEX: #F4F0CE
RGB: (244,240,206)

Color info

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

RGB color model

#F4F0CE color RGB value is (244,240,206).

  • red value is 244;
  • green value is 240;
  • blue value is 206.
RGB:
(244,240,206)
(96%,94%,81%)

RGB channels and saturation

R 244 of 255 = 96%
G 240 of 255 = 94%
B 206 of 255 = 81%

244
240
206

R + G + B ~ 90%. #F4F0CE is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 240 + 206 = 690 (100%)
R 244 of 690 ~ 35.36%
G 240 of 690 ~ 34.78%
B 206 of 690 ~ 29.86%

%35.36
%34.78
%29.86

CMYK color model

#F4F0CE color CMYK value is (0,2,16,4).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 15.57%
  • key color value is 4.31%
CMYK:
(0,2,16,4)
C0M2Y16K4 
(0%,2%,16%,4%)
(0.00/0.02/0.16/0.04)	

CMYK percentages

%0
%1.64
%15.57
%4.31

Codes

Color #F4F0CE in popluar color models

F4F0CE
RGB244240206
HSL54°63.33%88.24%
HSB/HSV54°15.57%95.69%
CMYK0.00%1.64%15.57%
4.31%

Color #F4F0CE in popluar number systems.

HEXF4F0CE
Decimal244240206
Binary111101001111000011001110
Octal364360316

Shades and tints

Shades of #F4F0CE

#F4F0CE
(244,240,206)
#DEDBBC
(222,219,188)
#C8C6AA
(200,198,170)
#B2B198
(178,177,152)
#9C9C86
(156,156,134)
#868774
(134,135,116)
#707262
(112,114,98)
#5A5D50
(90,93,80)
#44483E
(68,72,62)
#2E332C
(46,51,44)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #F4F0CE

#F4F0CE
(244,240,206)
#F5F1D2
(245,241,210)
#F6F2D6
(246,242,214)
#F7F3DA
(247,243,218)
#F8F4DE
(248,244,222)
#F9F5E2
(249,245,226)
#FAF6E6
(250,246,230)
#FBF7EA
(251,247,234)
#FCF8EE
(252,248,238)
#FDF9F2
(253,249,242)
#FEFAF6
(254,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F0CE color. Also use rgb(244,240,206) instead hex code.

Text Font Color

.myTextColor { color: #F4F0CE; }

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

This text font color is #F4F0CE.


Background Color

.myBgColor { background-color: #F4F0CE; }

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

This div background color is #F4F0CE.


Border color

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

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

This div border color is #F4F0CE.


Opacity

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

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

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

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

This text has shadow with #F4F0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F0CE on black background.


Color preview on white background

This text has color #F4F0CE on white background.



Black color preview on #F4F0CE background

This text has black color on #F4F0CE background.


White color preview on #F4F0CE background

This text has white color on #F4F0CE background.