COLOR #F4E0C6

HEX: #F4E0C6
RGB: (244,224,198)

Color info

#F4E0C6 contains red, green and blue colors in about the same proportion. Web safe color of #F4E0C6 is #FFCCCC (or #FCC).

RGB color model

#F4E0C6 color RGB value is (244,224,198).

  • red value is 244;
  • green value is 224;
  • blue value is 198.
RGB:
(244,224,198)
(96%,88%,78%)

RGB channels and saturation

R 244 of 255 = 96%
G 224 of 255 = 88%
B 198 of 255 = 78%

244
224
198

R + G + B ~ 87%. #F4E0C6 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 224 + 198 = 666 (100%)
R 244 of 666 ~ 36.64%
G 224 of 666 ~ 33.63%
B 198 of 666 ~ 29.73%

%36.64
%33.63
%29.73

CMYK color model

#F4E0C6 color CMYK value is (0,8,19,4).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 18.85%
  • key color value is 4.31%
CMYK:
(0,8,19,4)
C0M8Y19K4 
(0%,8%,19%,4%)
(0.00/0.08/0.19/0.04)	

CMYK percentages

%0
%8.2
%18.85
%4.31

Codes

Color #F4E0C6 in popluar color models

F4E0C6
RGB244224198
HSL34°67.65%86.67%
HSB/HSV34°18.85%95.69%
CMYK0.00%8.20%18.85%
4.31%

Color #F4E0C6 in popluar number systems.

HEXF4E0C6
Decimal244224198
Binary111101001110000011000110
Octal364340306

Shades and tints

Shades of #F4E0C6

#F4E0C6
(244,224,198)
#DECCB4
(222,204,180)
#C8B8A2
(200,184,162)
#B2A490
(178,164,144)
#9C907E
(156,144,126)
#867C6C
(134,124,108)
#70685A
(112,104,90)
#5A5448
(90,84,72)
#444036
(68,64,54)
#2E2C24
(46,44,36)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #F4E0C6

#F4E0C6
(244,224,198)
#F5E2CB
(245,226,203)
#F6E4D0
(246,228,208)
#F7E6D5
(247,230,213)
#F8E8DA
(248,232,218)
#F9EADF
(249,234,223)
#FAECE4
(250,236,228)
#FBEEE9
(251,238,233)
#FCF0EE
(252,240,238)
#FDF2F3
(253,242,243)
#FEF4F8
(254,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E0C6 color. Also use rgb(244,224,198) instead hex code.

Text Font Color

.myTextColor { color: #F4E0C6; }

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

This text font color is #F4E0C6.


Background Color

.myBgColor { background-color: #F4E0C6; }

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

This div background color is #F4E0C6.


Border color

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

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

This div border color is #F4E0C6.


Opacity

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

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

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

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

This text has shadow with #F4E0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E0C6 on black background.


Color preview on white background

This text has color #F4E0C6 on white background.



Black color preview on #F4E0C6 background

This text has black color on #F4E0C6 background.


White color preview on #F4E0C6 background

This text has white color on #F4E0C6 background.