COLOR #FEE6A4

HEX: #FEE6A4 RGB: (254,230,164)

Color info

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

RGB color model

#FEE6A4 color RGB value is (254,230,164).

RGB: (254,230,164) (100%, 90%, 64%)

RGB channels and saturation

R 254 of 255 = 100%
G 230 of 255 = 90%
B 164 of 255 = 64%

254
230
164

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

Portions of RGB colors in percentages

R + G + B = 254 + 230 + 164 = 648 (100%)
R 254 of 648 ~ 39.2%
G 230 of 648 ~ 35.49%
B 164 of 648 ~ 25.31'%

%39.2
%35.49
%25.31

CMYK color model

#FEE6A4 color CMYK value is (0,9,35,0).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 35.43%
  • key color value is 0.39%

CMYK: (0,9,35,0)
C0M9Y35K0 (0%, 9%, 35%, 0%)
(0.00 / 0.09 / 0.35 / 0.00)

CMYK percentages

%0
%9.45
%35.43
%0.39

Codes

Color #FEE6A4 in popluar color models

FE E6 A4
RGB 254 230 164
HSL 44° 97.83% 81.96%
HSB/HSV 44° 35.43% 99.61%
CMYK 0.00% 9.45% 35.43%
0.39%

Color #FEE6A4 in popluar number systems.

HEX FE E6 A4
Decimal 254 230 164
Binary 11111110 11100110 10100100
Octal 376 346 244

Shades and tints

Shades of #FEE6A4

#FEE6A4
(254,230,164)
#E7D296
(231,210,150)
#D0BE88
(208,190,136)
#B9AA7A
(185,170,122)
#A2966C
(162,150,108)
#8B825E
(139,130,94)
#746E50
(116,110,80)
#5D5A42
(93,90,66)
#464634
(70,70,52)
#2F3226
(47,50,38)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #FEE6A4

#FEE6A4
(254,230,164)
#FEE8AC
(254,232,172)
#FEEAB4
(254,234,180)
#FEECBC
(254,236,188)
#FEEEC4
(254,238,196)
#FEF0CC
(254,240,204)
#FEF2D4
(254,242,212)
#FEF4DC
(254,244,220)
#FEF6E4
(254,246,228)
#FEF8EC
(254,248,236)
#FEFAF4
(254,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE6A4 color. Also use rgb(254,230,164) instead hex code.

Text Font Color

.myTextColor { color: #FEE6A4; }

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

This text font color is #FEE6A4.

Background Color

.myBgColor { background-color: #FEE6A4; }

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

This div background color is #FEE6A4.

Border color

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

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

This div border color is #FEE6A4.

Opacity

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

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

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

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

This text has shadow with #FEE6A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE6A4.

Preview

Color preview on black background

This text has color #FEE6A4 on black background.


Color preview on white background

This text has color #FEE6A4 on white background.


Black color preview on #FEE6A4 background

This text has black color on #FEE6A4 background.


White color preview on #FEE6A4 background

This text has white color on #FEE6A4 background.


Related colors

Complementary color

Complementary color for #hex is #01195B.


I love getcolorcode.com

Triadic colors

1 #A4FEE6 and #E6A4FE with #FEE6A4 are triadic colors.

2 #A4E6FE and #E6FEA4 with #FEE6A4 are triadic colors.