COLOR #F4E1AF

HEX: #F4E1AF RGB: (244,225,175)

Color info

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

RGB color model

#F4E1AF color RGB value is (244,225,175).

RGB: (244,225,175) (96%, 88%, 69%)

RGB channels and saturation

R 244 of 255 = 96%
G 225 of 255 = 88%
B 175 of 255 = 69%

244
225
175

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

Portions of RGB colors in percentages

R + G + B = 244 + 225 + 175 = 644 (100%)
R 244 of 644 ~ 37.89%
G 225 of 644 ~ 34.94%
B 175 of 644 ~ 27.17'%

%37.89
%34.94
%27.17

CMYK color model

#F4E1AF color CMYK value is (0,8,28,4).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 28.28%
  • key color value is 4.31%
CMYK: (0,8,28,4) C0M8Y28K4 (0%,8%,28%,4%) (0.00/0.08/0.28/0.04) 

CMYK percentages

%0
%7.79
%28.28
%4.31

Codes

Color #F4E1AF in popluar color models

F4 E1 AF
RGB 244 225 175
HSL 43° 75.82% 82.16%
HSB/HSV 43° 28.28% 95.69%
CMYK 0.00% 7.79% 28.28%
4.31%

Color #F4E1AF in popluar number systems.

HEX F4 E1 AF
Decimal 244 225 175
Binary 11110100 11100001 10101111
Octal 364 341 257

Shades and tints

Shades of #F4E1AF

#F4E1AF
(244,225,175)
#DECDA0
(222,205,160)
#C8B991
(200,185,145)
#B2A582
(178,165,130)
#9C9173
(156,145,115)
#867D64
(134,125,100)
#706955
(112,105,85)
#5A5546
(90,85,70)
#444137
(68,65,55)
#2E2D28
(46,45,40)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #F4E1AF

#F4E1AF
(244,225,175)
#F5E3B6
(245,227,182)
#F6E5BD
(246,229,189)
#F7E7C4
(247,231,196)
#F8E9CB
(248,233,203)
#F9EBD2
(249,235,210)
#FAEDD9
(250,237,217)
#FBEFE0
(251,239,224)
#FCF1E7
(252,241,231)
#FDF3EE
(253,243,238)
#FEF5F5
(254,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E1AF color. Also use rgb(244,225,175) instead hex code.

Text Font Color

.myTextColor { color: #F4E1AF; }

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

This text font color is #F4E1AF.

Background Color

.myBgColor { background-color: #F4E1AF; }

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

This div background color is #F4E1AF.

Border color

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

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

This div border color is #F4E1AF.

Opacity

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

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

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

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

This text has shadow with #F4E1AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4E1AF.

Preview

Color preview on black background

This text has color #F4E1AF on black background.


Color preview on white background

This text has color #F4E1AF on white background.


Black color preview on #F4E1AF background

This text has black color on #F4E1AF background.


White color preview on #F4E1AF background

This text has white color on #F4E1AF background.


Related colors

Complementary color

Complementary color for #hex is #0B1E50.


I love getcolorcode.com

Triadic colors

1 #AFF4E1 and #E1AFF4 with #F4E1AF are triadic colors.

2 #AFE1F4 and #E1F4AF with #F4E1AF are triadic colors.