COLOR #F4E4A3

HEX: #F4E4A3 RGB: (244,228,163)

Color info

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

RGB color model

#F4E4A3 color RGB value is (244,228,163).

RGB: (244,228,163) (96%, 89%, 64%)

RGB channels and saturation

R 244 of 255 = 96%
G 228 of 255 = 89%
B 163 of 255 = 64%

244
228
163

R + G + B ~ 83%. #F4E4A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 228 + 163 = 635 (100%)
R 244 of 635 ~ 38.43%
G 228 of 635 ~ 35.91%
B 163 of 635 ~ 25.67'%

%38.43
%35.91
%25.67

CMYK color model

#F4E4A3 color CMYK value is (0,7,33,4).

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 33.20%
  • key color value is 4.31%
CMYK: (0,7,33,4) C0M7Y33K4 (0%,7%,33%,4%) (0.00/0.07/0.33/0.04) 

CMYK percentages

%0
%6.56
%33.2
%4.31

Codes

Color #F4E4A3 in popluar color models

F4 E4 A3
RGB 244 228 163
HSL 48° 78.64% 79.80%
HSB/HSV 48° 33.20% 95.69%
CMYK 0.00% 6.56% 33.20%
4.31%

Color #F4E4A3 in popluar number systems.

HEX F4 E4 A3
Decimal 244 228 163
Binary 11110100 11100100 10100011
Octal 364 344 243

Shades and tints

Shades of #F4E4A3

#F4E4A3
(244,228,163)
#DED095
(222,208,149)
#C8BC87
(200,188,135)
#B2A879
(178,168,121)
#9C946B
(156,148,107)
#86805D
(134,128,93)
#706C4F
(112,108,79)
#5A5841
(90,88,65)
#444433
(68,68,51)
#2E3025
(46,48,37)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #F4E4A3

#F4E4A3
(244,228,163)
#F5E6AB
(245,230,171)
#F6E8B3
(246,232,179)
#F7EABB
(247,234,187)
#F8ECC3
(248,236,195)
#F9EECB
(249,238,203)
#FAF0D3
(250,240,211)
#FBF2DB
(251,242,219)
#FCF4E3
(252,244,227)
#FDF6EB
(253,246,235)
#FEF8F3
(254,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E4A3; }

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

This text font color is #F4E4A3.

Background Color

.myBgColor { background-color: #F4E4A3; }

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

This div background color is #F4E4A3.

Border color

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

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

This div border color is #F4E4A3.

Opacity

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

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

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

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

This text has shadow with #F4E4A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4E4A3.

Preview

Color preview on black background

This text has color #F4E4A3 on black background.


Color preview on white background

This text has color #F4E4A3 on white background.


Black color preview on #F4E4A3 background

This text has black color on #F4E4A3 background.


White color preview on #F4E4A3 background

This text has white color on #F4E4A3 background.


Related colors

Complementary color

Complementary color for #hex is #0B1B5C.


I love getcolorcode.com

Triadic colors

1 #A3F4E4 and #E4A3F4 with #F4E4A3 are triadic colors.

2 #A3E4F4 and #E4F4A3 with #F4E4A3 are triadic colors.