COLOR #FEEAE1

HEX: #FEEAE1
RGB: (254,234,225)

Color info

#FEEAE1 contains red, green and blue colors in about the same proportion. Web safe color of #FEEAE1 is #FFFFCC (or #FFC).

RGB color model

#FEEAE1 color RGB value is (254,234,225).

  • red value is 254;
  • green value is 234;
  • blue value is 225.
RGB:
(254,234,225)
(100%,92%,88%)

RGB channels and saturation

R 254 of 255 = 100%
G 234 of 255 = 92%
B 225 of 255 = 88%

254
234
225

R + G + B ~ 93%. #FEEAE1 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 234 + 225 = 713 (100%)
R 254 of 713 ~ 35.62%
G 234 of 713 ~ 32.82%
B 225 of 713 ~ 31.56%

%35.62
%32.82
%31.56

CMYK color model

#FEEAE1 color CMYK value is (0,8,11,0).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 11.42%
  • key color value is 0.39%
CMYK:
(0,8,11,0)
C0M8Y11K0 
(0%,8%,11%,0%)
(0.00/0.08/0.11/0.00)	

CMYK percentages

%0
%7.87
%11.42
%0.39

Codes

Color #FEEAE1 in popluar color models

FEEAE1
RGB254234225
HSL19°93.55%93.92%
HSB/HSV19°11.42%99.61%
CMYK0.00%7.87%11.42%
0.39%

Color #FEEAE1 in popluar number systems.

HEXFEEAE1
Decimal254234225
Binary111111101110101011100001
Octal376352341

Shades and tints

Shades of #FEEAE1

#FEEAE1
(254,234,225)
#E7D5CD
(231,213,205)
#D0C0B9
(208,192,185)
#B9ABA5
(185,171,165)
#A29691
(162,150,145)
#8B817D
(139,129,125)
#746C69
(116,108,105)
#5D5755
(93,87,85)
#464241
(70,66,65)
#2F2D2D
(47,45,45)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #FEEAE1

#FEEAE1
(254,234,225)
#FEEBE3
(254,235,227)
#FEECE5
(254,236,229)
#FEEDE7
(254,237,231)
#FEEEE9
(254,238,233)
#FEEFEB
(254,239,235)
#FEF0ED
(254,240,237)
#FEF1EF
(254,241,239)
#FEF2F1
(254,242,241)
#FEF3F3
(254,243,243)
#FEF4F5
(254,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEEAE1 color. Also use rgb(254,234,225) instead hex code.

Text Font Color

.myTextColor { color: #FEEAE1; }

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

This text font color is #FEEAE1.


Background Color

.myBgColor { background-color: #FEEAE1; }

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

This div background color is #FEEAE1.


Border color

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

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

This div border color is #FEEAE1.


Opacity

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

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

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

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

This text has shadow with #FEEAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEEAE1 on black background.


Color preview on white background

This text has color #FEEAE1 on white background.



Black color preview on #FEEAE1 background

This text has black color on #FEEAE1 background.


White color preview on #FEEAE1 background

This text has white color on #FEEAE1 background.