COLOR #F4E0BA

HEX: #F4E0BA
RGB: (244,224,186)

Color info

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

RGB color model

#F4E0BA color RGB value is (244,224,186).

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

RGB channels and saturation

R 244 of 255 = 96%
G 224 of 255 = 88%
B 186 of 255 = 73%

244
224
186

R + G + B ~ 86%. #F4E0BA is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 224 + 186 = 654 (100%)
R 244 of 654 ~ 37.31%
G 224 of 654 ~ 34.25%
B 186 of 654 ~ 28.44%

%37.31
%34.25
%28.44

CMYK color model

#F4E0BA color CMYK value is (0,8,24,4).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 23.77%
  • key color value is 4.31%
CMYK:
(0,8,24,4)
C0M8Y24K4 
(0%,8%,24%,4%)
(0.00/0.08/0.24/0.04)	

CMYK percentages

%0
%8.2
%23.77
%4.31

Codes

Color #F4E0BA in popluar color models

F4E0BA
RGB244224186
HSL39°72.50%84.31%
HSB/HSV39°23.77%95.69%
CMYK0.00%8.20%23.77%
4.31%

Color #F4E0BA in popluar number systems.

HEXF4E0BA
Decimal244224186
Binary111101001110000010111010
Octal364340272

Shades and tints

Shades of #F4E0BA

#F4E0BA
(244,224,186)
#DECCAA
(222,204,170)
#C8B89A
(200,184,154)
#B2A48A
(178,164,138)
#9C907A
(156,144,122)
#867C6A
(134,124,106)
#70685A
(112,104,90)
#5A544A
(90,84,74)
#44403A
(68,64,58)
#2E2C2A
(46,44,42)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #F4E0BA

#F4E0BA
(244,224,186)
#F5E2C0
(245,226,192)
#F6E4C6
(246,228,198)
#F7E6CC
(247,230,204)
#F8E8D2
(248,232,210)
#F9EAD8
(249,234,216)
#FAECDE
(250,236,222)
#FBEEE4
(251,238,228)
#FCF0EA
(252,240,234)
#FDF2F0
(253,242,240)
#FEF4F6
(254,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E0BA; }

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

This text font color is #F4E0BA.


Background Color

.myBgColor { background-color: #F4E0BA; }

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

This div background color is #F4E0BA.


Border color

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

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

This div border color is #F4E0BA.


Opacity

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

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

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

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

This text has shadow with #F4E0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E0BA on black background.


Color preview on white background

This text has color #F4E0BA on white background.



Black color preview on #F4E0BA background

This text has black color on #F4E0BA background.


White color preview on #F4E0BA background

This text has white color on #F4E0BA background.