COLOR #FEEAE0

HEX: #FEEAE0
RGB: (254,234,224)

Color info

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

RGB color model

#FEEAE0 color RGB value is (254,234,224).

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

RGB channels and saturation

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

254
234
224

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

Portions of RGB colors in percentages

R + G + B =
254 + 234 + 224 = 712 (100%)
R 254 of 712 ~ 35.67%
G 234 of 712 ~ 32.87%
B 224 of 712 ~ 31.46%

%35.67
%32.87
%31.46

CMYK color model

#FEEAE0 color CMYK value is (0,8,12,0).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 11.81%
  • key color value is 0.39%
CMYK:
(0,8,12,0)
C0M8Y12K0 
(0%,8%,12%,0%)
(0.00/0.08/0.12/0.00)	

CMYK percentages

%0
%7.87
%11.81
%0.39

Codes

Color #FEEAE0 in popluar color models

FEEAE0
RGB254234224
HSL20°93.75%93.73%
HSB/HSV20°11.81%99.61%
CMYK0.00%7.87%11.81%
0.39%

Color #FEEAE0 in popluar number systems.

HEXFEEAE0
Decimal254234224
Binary111111101110101011100000
Octal376352340

Shades and tints

Shades of #FEEAE0

#FEEAE0
(254,234,224)
#E7D5CC
(231,213,204)
#D0C0B8
(208,192,184)
#B9ABA4
(185,171,164)
#A29690
(162,150,144)
#8B817C
(139,129,124)
#746C68
(116,108,104)
#5D5754
(93,87,84)
#464240
(70,66,64)
#2F2D2C
(47,45,44)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #FEEAE0

#FEEAE0
(254,234,224)
#FEEBE2
(254,235,226)
#FEECE4
(254,236,228)
#FEEDE6
(254,237,230)
#FEEEE8
(254,238,232)
#FEEFEA
(254,239,234)
#FEF0EC
(254,240,236)
#FEF1EE
(254,241,238)
#FEF2F0
(254,242,240)
#FEF3F2
(254,243,242)
#FEF4F4
(254,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEAE0; }

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

This text font color is #FEEAE0.


Background Color

.myBgColor { background-color: #FEEAE0; }

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

This div background color is #FEEAE0.


Border color

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

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

This div border color is #FEEAE0.


Opacity

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

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

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

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

This text has shadow with #FEEAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEEAE0 on black background.


Color preview on white background

This text has color #FEEAE0 on white background.



Black color preview on #FEEAE0 background

This text has black color on #FEEAE0 background.


White color preview on #FEEAE0 background

This text has white color on #FEEAE0 background.