COLOR #FFEAE0

HEX: #FFEAE0
RGB: (255,234,224)

Color info

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

RGB color model

#FFEAE0 color RGB value is (255,234,224).

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

RGB channels and saturation

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

255
234
224

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

Portions of RGB colors in percentages

R + G + B =
255 + 234 + 224 = 713 (100%)
R 255 of 713 ~ 35.76%
G 234 of 713 ~ 32.82%
B 224 of 713 ~ 31.42%

%35.76
%32.82
%31.42

CMYK color model

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

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

CMYK percentages

%0
%8.24
%12.16
%0

Codes

Color #FFEAE0 in popluar color models

FFEAE0
RGB255234224
HSL19°100.00%93.92%
HSB/HSV19°12.16%100.00%
CMYK0.00%8.24%12.16%
0.00%

Color #FFEAE0 in popluar number systems.

HEXFFEAE0
Decimal255234224
Binary111111111110101011100000
Octal377352340

Shades and tints

Shades of #FFEAE0

#FFEAE0
(255,234,224)
#E8D5CC
(232,213,204)
#D1C0B8
(209,192,184)
#BAABA4
(186,171,164)
#A39690
(163,150,144)
#8C817C
(140,129,124)
#756C68
(117,108,104)
#5E5754
(94,87,84)
#474240
(71,66,64)
#302D2C
(48,45,44)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #FFEAE0

#FFEAE0
(255,234,224)
#FFEBE2
(255,235,226)
#FFECE4
(255,236,228)
#FFEDE6
(255,237,230)
#FFEEE8
(255,238,232)
#FFEFEA
(255,239,234)
#FFF0EC
(255,240,236)
#FFF1EE
(255,241,238)
#FFF2F0
(255,242,240)
#FFF3F2
(255,243,242)
#FFF4F4
(255,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEAE0; }

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

This text font color is #FFEAE0.


Background Color

.myBgColor { background-color: #FFEAE0; }

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

This div background color is #FFEAE0.


Border color

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

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

This div border color is #FFEAE0.


Opacity

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

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

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

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

This text has shadow with #FFEAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEAE0 on black background.


Color preview on white background

This text has color #FFEAE0 on white background.



Black color preview on #FFEAE0 background

This text has black color on #FFEAE0 background.


White color preview on #FFEAE0 background

This text has white color on #FFEAE0 background.