COLOR #F4EABF

HEX: #F4EABF
RGB: (244,234,191)

Color info

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

RGB color model

#F4EABF color RGB value is (244,234,191).

  • red value is 244;
  • green value is 234;
  • blue value is 191.
RGB:
(244,234,191)
(96%,92%,75%)

RGB channels and saturation

R 244 of 255 = 96%
G 234 of 255 = 92%
B 191 of 255 = 75%

244
234
191

R + G + B ~ 88%. #F4EABF is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 234 + 191 = 669 (100%)
R 244 of 669 ~ 36.47%
G 234 of 669 ~ 34.98%
B 191 of 669 ~ 28.55%

%36.47
%34.98
%28.55

CMYK color model

#F4EABF color CMYK value is (0,4,22,4).

  • cyan value is 0.00%
  • magenta value is 4.10%
  • yellow value is 21.72%
  • key color value is 4.31%
CMYK:
(0,4,22,4)
C0M4Y22K4 
(0%,4%,22%,4%)
(0.00/0.04/0.22/0.04)	

CMYK percentages

%0
%4.1
%21.72
%4.31

Codes

Color #F4EABF in popluar color models

F4EABF
RGB244234191
HSL49°70.67%85.29%
HSB/HSV49°21.72%95.69%
CMYK0.00%4.10%21.72%
4.31%

Color #F4EABF in popluar number systems.

HEXF4EABF
Decimal244234191
Binary111101001110101010111111
Octal364352277

Shades and tints

Shades of #F4EABF

#F4EABF
(244,234,191)
#DED5AE
(222,213,174)
#C8C09D
(200,192,157)
#B2AB8C
(178,171,140)
#9C967B
(156,150,123)
#86816A
(134,129,106)
#706C59
(112,108,89)
#5A5748
(90,87,72)
#444237
(68,66,55)
#2E2D26
(46,45,38)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #F4EABF

#F4EABF
(244,234,191)
#F5EBC4
(245,235,196)
#F6ECC9
(246,236,201)
#F7EDCE
(247,237,206)
#F8EED3
(248,238,211)
#F9EFD8
(249,239,216)
#FAF0DD
(250,240,221)
#FBF1E2
(251,241,226)
#FCF2E7
(252,242,231)
#FDF3EC
(253,243,236)
#FEF4F1
(254,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4EABF color. Also use rgb(244,234,191) instead hex code.

Text Font Color

.myTextColor { color: #F4EABF; }

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

This text font color is #F4EABF.


Background Color

.myBgColor { background-color: #F4EABF; }

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

This div background color is #F4EABF.


Border color

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

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

This div border color is #F4EABF.


Opacity

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

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

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

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

This text has shadow with #F4EABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4EABF on black background.


Color preview on white background

This text has color #F4EABF on white background.



Black color preview on #F4EABF background

This text has black color on #F4EABF background.


White color preview on #F4EABF background

This text has white color on #F4EABF background.