COLOR #FEDEE5

HEX: #FEDEE5
RGB: (254,222,229)

Color info

#FEDEE5 contains red, green and blue colors in about the same proportion. Web safe color of #FEDEE5 is #FFCCCC (or #FCC).

RGB color model

#FEDEE5 color RGB value is (254,222,229).

  • red value is 254;
  • green value is 222;
  • blue value is 229.
RGB:
(254,222,229)
(100%,87%,90%)

RGB channels and saturation

R 254 of 255 = 100%
G 222 of 255 = 87%
B 229 of 255 = 90%

254
222
229

R + G + B ~ 92%. #FEDEE5 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 222 + 229 = 705 (100%)
R 254 of 705 ~ 36.03%
G 222 of 705 ~ 31.49%
B 229 of 705 ~ 32.48%

%36.03
%31.49
%32.48

CMYK color model

#FEDEE5 color CMYK value is (0,13,10,0).

  • cyan value is 0.00%
  • magenta value is 12.60%
  • yellow value is 9.84%
  • key color value is 0.39%
CMYK:
(0,13,10,0)
C0M13Y10K0 
(0%,13%,10%,0%)
(0.00/0.13/0.10/0.00)	

CMYK percentages

%0
%12.6
%9.84
%0.39

Codes

Color #FEDEE5 in popluar color models

FEDEE5
RGB254222229
HSL347°94.12%93.33%
HSB/HSV347°12.60%99.61%
CMYK0.00%12.60%9.84%
0.39%

Color #FEDEE5 in popluar number systems.

HEXFEDEE5
Decimal254222229
Binary111111101101111011100101
Octal376336345

Shades and tints

Shades of #FEDEE5

#FEDEE5
(254,222,229)
#E7CAD1
(231,202,209)
#D0B6BD
(208,182,189)
#B9A2A9
(185,162,169)
#A28E95
(162,142,149)
#8B7A81
(139,122,129)
#74666D
(116,102,109)
#5D5259
(93,82,89)
#463E45
(70,62,69)
#2F2A31
(47,42,49)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #FEDEE5

#FEDEE5
(254,222,229)
#FEE1E7
(254,225,231)
#FEE4E9
(254,228,233)
#FEE7EB
(254,231,235)
#FEEAED
(254,234,237)
#FEEDEF
(254,237,239)
#FEF0F1
(254,240,241)
#FEF3F3
(254,243,243)
#FEF6F5
(254,246,245)
#FEF9F7
(254,249,247)
#FEFCF9
(254,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDEE5 color. Also use rgb(254,222,229) instead hex code.

Text Font Color

.myTextColor { color: #FEDEE5; }

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

This text font color is #FEDEE5.


Background Color

.myBgColor { background-color: #FEDEE5; }

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

This div background color is #FEDEE5.


Border color

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

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

This div border color is #FEDEE5.


Opacity

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

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

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

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

This text has shadow with #FEDEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDEE5 on black background.


Color preview on white background

This text has color #FEDEE5 on white background.



Black color preview on #FEDEE5 background

This text has black color on #FEDEE5 background.


White color preview on #FEDEE5 background

This text has white color on #FEDEE5 background.