COLOR #FFEAE3

HEX: #FFEAE3
RGB: (255,234,227)

Color info

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

RGB color model

#FFEAE3 color RGB value is (255,234,227).

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

RGB channels and saturation

R 255 of 255 = 100%
G 234 of 255 = 92%
B 227 of 255 = 89%

255
234
227

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

Portions of RGB colors in percentages

R + G + B =
255 + 234 + 227 = 716 (100%)
R 255 of 716 ~ 35.61%
G 234 of 716 ~ 32.68%
B 227 of 716 ~ 31.7%

%35.61
%32.68
%31.7

CMYK color model

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

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

CMYK percentages

%0
%8.24
%10.98
%0

Codes

Color #FFEAE3 in popluar color models

FFEAE3
RGB255234227
HSL15°100.00%94.51%
HSB/HSV15°10.98%100.00%
CMYK0.00%8.24%10.98%
0.00%

Color #FFEAE3 in popluar number systems.

HEXFFEAE3
Decimal255234227
Binary111111111110101011100011
Octal377352343

Shades and tints

Shades of #FFEAE3

#FFEAE3
(255,234,227)
#E8D5CF
(232,213,207)
#D1C0BB
(209,192,187)
#BAABA7
(186,171,167)
#A39693
(163,150,147)
#8C817F
(140,129,127)
#756C6B
(117,108,107)
#5E5757
(94,87,87)
#474243
(71,66,67)
#302D2F
(48,45,47)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #FFEAE3

#FFEAE3
(255,234,227)
#FFEBE5
(255,235,229)
#FFECE7
(255,236,231)
#FFEDE9
(255,237,233)
#FFEEEB
(255,238,235)
#FFEFED
(255,239,237)
#FFF0EF
(255,240,239)
#FFF1F1
(255,241,241)
#FFF2F3
(255,242,243)
#FFF3F5
(255,243,245)
#FFF4F7
(255,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEAE3; }

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

This text font color is #FFEAE3.


Background Color

.myBgColor { background-color: #FFEAE3; }

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

This div background color is #FFEAE3.


Border color

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

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

This div border color is #FFEAE3.


Opacity

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

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

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

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

This text has shadow with #FFEAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEAE3 on black background.


Color preview on white background

This text has color #FFEAE3 on white background.



Black color preview on #FFEAE3 background

This text has black color on #FFEAE3 background.


White color preview on #FFEAE3 background

This text has white color on #FFEAE3 background.