COLOR #F4E6AF

HEX: #F4E6AF RGB: (244,230,175)

Color info

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

RGB color model

#F4E6AF color RGB value is (244,230,175).

RGB: (244,230,175) (96%, 90%, 69%)

RGB channels and saturation

R 244 of 255 = 96%
G 230 of 255 = 90%
B 175 of 255 = 69%

244
230
175

R + G + B ~ 85%. #F4E6AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 230 + 175 = 649 (100%)
R 244 of 649 ~ 37.6%
G 230 of 649 ~ 35.44%
B 175 of 649 ~ 26.96'%

%37.6
%35.44
%26.96

CMYK color model

#F4E6AF color CMYK value is (0,6,28,4).

  • cyan value is 0.00%
  • magenta value is 5.74%
  • yellow value is 28.28%
  • key color value is 4.31%

CMYK: (0,6,28,4)
C0M6Y28K4 (0%, 6%, 28%, 4%)
(0.00 / 0.06 / 0.28 / 0.04)

CMYK percentages

%0
%5.74
%28.28
%4.31

Codes

Color #F4E6AF in popluar color models

F4 E6 AF
RGB 244 230 175
HSL 48° 75.82% 82.16%
HSB/HSV 48° 28.28% 95.69%
CMYK 0.00% 5.74% 28.28%
4.31%

Color #F4E6AF in popluar number systems.

HEX F4 E6 AF
Decimal 244 230 175
Binary 11110100 11100110 10101111
Octal 364 346 257

Shades and tints

Shades of #F4E6AF

#F4E6AF
(244,230,175)
#DED2A0
(222,210,160)
#C8BE91
(200,190,145)
#B2AA82
(178,170,130)
#9C9673
(156,150,115)
#868264
(134,130,100)
#706E55
(112,110,85)
#5A5A46
(90,90,70)
#444637
(68,70,55)
#2E3228
(46,50,40)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #F4E6AF

#F4E6AF
(244,230,175)
#F5E8B6
(245,232,182)
#F6EABD
(246,234,189)
#F7ECC4
(247,236,196)
#F8EECB
(248,238,203)
#F9F0D2
(249,240,210)
#FAF2D9
(250,242,217)
#FBF4E0
(251,244,224)
#FCF6E7
(252,246,231)
#FDF8EE
(253,248,238)
#FEFAF5
(254,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E6AF; }

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

This text font color is #F4E6AF.

Background Color

.myBgColor { background-color: #F4E6AF; }

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

This div background color is #F4E6AF.

Border color

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

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

This div border color is #F4E6AF.

Opacity

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

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

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

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

This text has shadow with #F4E6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4E6AF.

Preview

Color preview on black background

This text has color #F4E6AF on black background.


Color preview on white background

This text has color #F4E6AF on white background.


Black color preview on #F4E6AF background

This text has black color on #F4E6AF background.


White color preview on #F4E6AF background

This text has white color on #F4E6AF background.


Related colors

Complementary color

Complementary color for #hex is #0B1950.


I love getcolorcode.com

Triadic colors

1 #AFF4E6 and #E6AFF4 with #F4E6AF are triadic colors.

2 #AFE6F4 and #E6F4AF with #F4E6AF are triadic colors.