COLOR #FFEDEE

HEX: #FFEDEE
RGB: (255,237,238)

Color info

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

RGB color model

#FFEDEE color RGB value is (255,237,238).

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

RGB channels and saturation

R 255 of 255 = 100%
G 237 of 255 = 93%
B 238 of 255 = 93%

255
237
238

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

Portions of RGB colors in percentages

R + G + B =
255 + 237 + 238 = 730 (100%)
R 255 of 730 ~ 34.93%
G 237 of 730 ~ 32.47%
B 238 of 730 ~ 32.6%

%34.93
%32.47
%32.6

CMYK color model

#FFEDEE color CMYK value is (0,7,7,0).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(0,7,7,0)
C0M7Y7K0 
(0%,7%,7%,0%)
(0.00/0.07/0.07/0.00)	

CMYK percentages

%0
%7.06
%6.67
%0

Codes

Color #FFEDEE in popluar color models

FFEDEE
RGB255237238
HSL357°100.00%96.47%
HSB/HSV357°7.06%100.00%
CMYK0.00%7.06%6.67%
0.00%

Color #FFEDEE in popluar number systems.

HEXFFEDEE
Decimal255237238
Binary111111111110110111101110
Octal377355356

Shades and tints

Shades of #FFEDEE

#FFEDEE
(255,237,238)
#E8D8D9
(232,216,217)
#D1C3C4
(209,195,196)
#BAAEAF
(186,174,175)
#A3999A
(163,153,154)
#8C8485
(140,132,133)
#756F70
(117,111,112)
#5E5A5B
(94,90,91)
#474546
(71,69,70)
#303031
(48,48,49)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #FFEDEE

#FFEDEE
(255,237,238)
#FFEEEF
(255,238,239)
#FFEFF0
(255,239,240)
#FFF0F1
(255,240,241)
#FFF1F2
(255,241,242)
#FFF2F3
(255,242,243)
#FFF3F4
(255,243,244)
#FFF4F5
(255,244,245)
#FFF5F6
(255,245,246)
#FFF6F7
(255,246,247)
#FFF7F8
(255,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEDEE; }

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

This text font color is #FFEDEE.


Background Color

.myBgColor { background-color: #FFEDEE; }

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

This div background color is #FFEDEE.


Border color

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

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

This div border color is #FFEDEE.


Opacity

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

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

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

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

This text has shadow with #FFEDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEDEE on black background.


Color preview on white background

This text has color #FFEDEE on white background.



Black color preview on #FFEDEE background

This text has black color on #FFEDEE background.


White color preview on #FFEDEE background

This text has white color on #FFEDEE background.