COLOR #FEE6A8

HEX: #FEE6A8
RGB: (254,230,168)

Color info

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

RGB color model

#FEE6A8 color RGB value is (254,230,168).

  • red value is 254;
  • green value is 230;
  • blue value is 168.
RGB:
(254,230,168)
(100%,90%,66%)

RGB channels and saturation

R 254 of 255 = 100%
G 230 of 255 = 90%
B 168 of 255 = 66%

254
230
168

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

Portions of RGB colors in percentages

R + G + B =
254 + 230 + 168 = 652 (100%)
R 254 of 652 ~ 38.96%
G 230 of 652 ~ 35.28%
B 168 of 652 ~ 25.77%

%38.96
%35.28
%25.77

CMYK color model

#FEE6A8 color CMYK value is (0,9,34,0).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 33.86%
  • key color value is 0.39%
CMYK:
(0,9,34,0)
C0M9Y34K0 
(0%,9%,34%,0%)
(0.00/0.09/0.34/0.00)	

CMYK percentages

%0
%9.45
%33.86
%0.39

Codes

Color #FEE6A8 in popluar color models

FEE6A8
RGB254230168
HSL43°97.73%82.75%
HSB/HSV43°33.86%99.61%
CMYK0.00%9.45%33.86%
0.39%

Color #FEE6A8 in popluar number systems.

HEXFEE6A8
Decimal254230168
Binary111111101110011010101000
Octal376346250

Shades and tints

Shades of #FEE6A8

#FEE6A8
(254,230,168)
#E7D299
(231,210,153)
#D0BE8A
(208,190,138)
#B9AA7B
(185,170,123)
#A2966C
(162,150,108)
#8B825D
(139,130,93)
#746E4E
(116,110,78)
#5D5A3F
(93,90,63)
#464630
(70,70,48)
#2F3221
(47,50,33)
#181E12
(24,30,18)
#000000
(0,0,0)

Tints of #FEE6A8

#FEE6A8
(254,230,168)
#FEE8AF
(254,232,175)
#FEEAB6
(254,234,182)
#FEECBD
(254,236,189)
#FEEEC4
(254,238,196)
#FEF0CB
(254,240,203)
#FEF2D2
(254,242,210)
#FEF4D9
(254,244,217)
#FEF6E0
(254,246,224)
#FEF8E7
(254,248,231)
#FEFAEE
(254,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE6A8; }

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

This text font color is #FEE6A8.


Background Color

.myBgColor { background-color: #FEE6A8; }

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

This div background color is #FEE6A8.


Border color

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

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

This div border color is #FEE6A8.


Opacity

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

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

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

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

This text has shadow with #FEE6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE6A8 on black background.


Color preview on white background

This text has color #FEE6A8 on white background.



Black color preview on #FEE6A8 background

This text has black color on #FEE6A8 background.


White color preview on #FEE6A8 background

This text has white color on #FEE6A8 background.