COLOR #F4E4AB

HEX: #F4E4AB
RGB: (244,228,171)

Color info

#F4E4AB contains mainly red and green colors. Web safe color of #F4E4AB is #FFCC99 (or #FC9).

RGB color model

#F4E4AB color RGB value is (244,228,171).

  • red value is 244;
  • green value is 228;
  • blue value is 171.
RGB:
(244,228,171)
(96%,89%,67%)

RGB channels and saturation

R 244 of 255 = 96%
G 228 of 255 = 89%
B 171 of 255 = 67%

244
228
171

R + G + B ~ 84%. #F4E4AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 228 + 171 = 643 (100%)
R 244 of 643 ~ 37.95%
G 228 of 643 ~ 35.46%
B 171 of 643 ~ 26.59%

%37.95
%35.46
%26.59

CMYK color model

#F4E4AB color CMYK value is (0,7,30,4).

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 29.92%
  • key color value is 4.31%
CMYK:
(0,7,30,4)
C0M7Y30K4 
(0%,7%,30%,4%)
(0.00/0.07/0.30/0.04)	

CMYK percentages

%0
%6.56
%29.92
%4.31

Codes

Color #F4E4AB in popluar color models

F4E4AB
RGB244228171
HSL47°76.84%81.37%
HSB/HSV47°29.92%95.69%
CMYK0.00%6.56%29.92%
4.31%

Color #F4E4AB in popluar number systems.

HEXF4E4AB
Decimal244228171
Binary111101001110010010101011
Octal364344253

Shades and tints

Shades of #F4E4AB

#F4E4AB
(244,228,171)
#DED09C
(222,208,156)
#C8BC8D
(200,188,141)
#B2A87E
(178,168,126)
#9C946F
(156,148,111)
#868060
(134,128,96)
#706C51
(112,108,81)
#5A5842
(90,88,66)
#444433
(68,68,51)
#2E3024
(46,48,36)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #F4E4AB

#F4E4AB
(244,228,171)
#F5E6B2
(245,230,178)
#F6E8B9
(246,232,185)
#F7EAC0
(247,234,192)
#F8ECC7
(248,236,199)
#F9EECE
(249,238,206)
#FAF0D5
(250,240,213)
#FBF2DC
(251,242,220)
#FCF4E3
(252,244,227)
#FDF6EA
(253,246,234)
#FEF8F1
(254,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E4AB color. Also use rgb(244,228,171) instead hex code.

Text Font Color

.myTextColor { color: #F4E4AB; }

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

This text font color is #F4E4AB.


Background Color

.myBgColor { background-color: #F4E4AB; }

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

This div background color is #F4E4AB.


Border color

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

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

This div border color is #F4E4AB.


Opacity

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

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

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

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

This text has shadow with #F4E4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E4AB on black background.


Color preview on white background

This text has color #F4E4AB on white background.



Black color preview on #F4E4AB background

This text has black color on #F4E4AB background.


White color preview on #F4E4AB background

This text has white color on #F4E4AB background.