COLOR #FEEAE9

HEX: #FEEAE9
RGB: (254,234,233)

Color info

#FEEAE9 contains red, green and blue colors in about the same proportion. Web safe color of #FEEAE9 is #FFFFFF (or #FFF).

RGB color model

#FEEAE9 color RGB value is (254,234,233).

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

RGB channels and saturation

R 254 of 255 = 100%
G 234 of 255 = 92%
B 233 of 255 = 91%

254
234
233

R + G + B ~ 94%. #FEEAE9 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 234 + 233 = 721 (100%)
R 254 of 721 ~ 35.23%
G 234 of 721 ~ 32.45%
B 233 of 721 ~ 32.32%

%35.23
%32.45
%32.32

CMYK color model

#FEEAE9 color CMYK value is (0,8,8,0).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 8.27%
  • key color value is 0.39%
CMYK:
(0,8,8,0)
C0M8Y8K0 
(0%,8%,8%,0%)
(0.00/0.08/0.08/0.00)	

CMYK percentages

%0
%7.87
%8.27
%0.39

Codes

Color #FEEAE9 in popluar color models

FEEAE9
RGB254234233
HSL91.30%95.49%
HSB/HSV8.27%99.61%
CMYK0.00%7.87%8.27%
0.39%

Color #FEEAE9 in popluar number systems.

HEXFEEAE9
Decimal254234233
Binary111111101110101011101001
Octal376352351

Shades and tints

Shades of #FEEAE9

#FEEAE9
(254,234,233)
#E7D5D4
(231,213,212)
#D0C0BF
(208,192,191)
#B9ABAA
(185,171,170)
#A29695
(162,150,149)
#8B8180
(139,129,128)
#746C6B
(116,108,107)
#5D5756
(93,87,86)
#464241
(70,66,65)
#2F2D2C
(47,45,44)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #FEEAE9

#FEEAE9
(254,234,233)
#FEEBEB
(254,235,235)
#FEECED
(254,236,237)
#FEEDEF
(254,237,239)
#FEEEF1
(254,238,241)
#FEEFF3
(254,239,243)
#FEF0F5
(254,240,245)
#FEF1F7
(254,241,247)
#FEF2F9
(254,242,249)
#FEF3FB
(254,243,251)
#FEF4FD
(254,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEAE9; }

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

This text font color is #FEEAE9.


Background Color

.myBgColor { background-color: #FEEAE9; }

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

This div background color is #FEEAE9.


Border color

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

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

This div border color is #FEEAE9.


Opacity

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

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

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

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

This text has shadow with #FEEAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEEAE9 on black background.


Color preview on white background

This text has color #FEEAE9 on white background.



Black color preview on #FEEAE9 background

This text has black color on #FEEAE9 background.


White color preview on #FEEAE9 background

This text has white color on #FEEAE9 background.