COLOR #FFEEEA

HEX: #FFEEEA
RGB: (255,238,234)

Color info

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

RGB color model

#FFEEEA color RGB value is (255,238,234).

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

RGB channels and saturation

R 255 of 255 = 100%
G 238 of 255 = 93%
B 234 of 255 = 92%

255
238
234

R + G + B ~ 95%. #FFEEEA is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 238 + 234 = 727 (100%)
R 255 of 727 ~ 35.08%
G 238 of 727 ~ 32.74%
B 234 of 727 ~ 32.19%

%35.08
%32.74
%32.19

CMYK color model

#FFEEEA color CMYK value is (0,7,8,0).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 8.24%
  • key color value is 0.00%
CMYK:
(0,7,8,0)
C0M7Y8K0 
(0%,7%,8%,0%)
(0.00/0.07/0.08/0.00)	

CMYK percentages

%0
%6.67
%8.24
%0

Codes

Color #FFEEEA in popluar color models

FFEEEA
RGB255238234
HSL11°100.00%95.88%
HSB/HSV11°8.24%100.00%
CMYK0.00%6.67%8.24%
0.00%

Color #FFEEEA in popluar number systems.

HEXFFEEEA
Decimal255238234
Binary111111111110111011101010
Octal377356352

Shades and tints

Shades of #FFEEEA

#FFEEEA
(255,238,234)
#E8D9D5
(232,217,213)
#D1C4C0
(209,196,192)
#BAAFAB
(186,175,171)
#A39A96
(163,154,150)
#8C8581
(140,133,129)
#75706C
(117,112,108)
#5E5B57
(94,91,87)
#474642
(71,70,66)
#30312D
(48,49,45)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #FFEEEA

#FFEEEA
(255,238,234)
#FFEFEB
(255,239,235)
#FFF0EC
(255,240,236)
#FFF1ED
(255,241,237)
#FFF2EE
(255,242,238)
#FFF3EF
(255,243,239)
#FFF4F0
(255,244,240)
#FFF5F1
(255,245,241)
#FFF6F2
(255,246,242)
#FFF7F3
(255,247,243)
#FFF8F4
(255,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEEEA; }

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

This text font color is #FFEEEA.


Background Color

.myBgColor { background-color: #FFEEEA; }

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

This div background color is #FFEEEA.


Border color

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

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

This div border color is #FFEEEA.


Opacity

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

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

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

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

This text has shadow with #FFEEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEEEA on black background.


Color preview on white background

This text has color #FFEEEA on white background.



Black color preview on #FFEEEA background

This text has black color on #FFEEEA background.


White color preview on #FFEEEA background

This text has white color on #FFEEEA background.