COLOR #FEDEE2

HEX: #FEDEE2
RGB: (254,222,226)

Color info

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

RGB color model

#FEDEE2 color RGB value is (254,222,226).

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

RGB channels and saturation

R 254 of 255 = 100%
G 222 of 255 = 87%
B 226 of 255 = 89%

254
222
226

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

Portions of RGB colors in percentages

R + G + B =
254 + 222 + 226 = 702 (100%)
R 254 of 702 ~ 36.18%
G 222 of 702 ~ 31.62%
B 226 of 702 ~ 32.19%

%36.18
%31.62
%32.19

CMYK color model

#FEDEE2 color CMYK value is (0,13,11,0).

  • cyan value is 0.00%
  • magenta value is 12.60%
  • yellow value is 11.02%
  • key color value is 0.39%
CMYK:
(0,13,11,0)
C0M13Y11K0 
(0%,13%,11%,0%)
(0.00/0.13/0.11/0.00)	

CMYK percentages

%0
%12.6
%11.02
%0.39

Codes

Color #FEDEE2 in popluar color models

FEDEE2
RGB254222226
HSL353°94.12%93.33%
HSB/HSV353°12.60%99.61%
CMYK0.00%12.60%11.02%
0.39%

Color #FEDEE2 in popluar number systems.

HEXFEDEE2
Decimal254222226
Binary111111101101111011100010
Octal376336342

Shades and tints

Shades of #FEDEE2

#FEDEE2
(254,222,226)
#E7CACE
(231,202,206)
#D0B6BA
(208,182,186)
#B9A2A6
(185,162,166)
#A28E92
(162,142,146)
#8B7A7E
(139,122,126)
#74666A
(116,102,106)
#5D5256
(93,82,86)
#463E42
(70,62,66)
#2F2A2E
(47,42,46)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #FEDEE2

#FEDEE2
(254,222,226)
#FEE1E4
(254,225,228)
#FEE4E6
(254,228,230)
#FEE7E8
(254,231,232)
#FEEAEA
(254,234,234)
#FEEDEC
(254,237,236)
#FEF0EE
(254,240,238)
#FEF3F0
(254,243,240)
#FEF6F2
(254,246,242)
#FEF9F4
(254,249,244)
#FEFCF6
(254,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDEE2; }

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

This text font color is #FEDEE2.


Background Color

.myBgColor { background-color: #FEDEE2; }

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

This div background color is #FEDEE2.


Border color

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

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

This div border color is #FEDEE2.


Opacity

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

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

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

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

This text has shadow with #FEDEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDEE2 on black background.


Color preview on white background

This text has color #FEDEE2 on white background.



Black color preview on #FEDEE2 background

This text has black color on #FEDEE2 background.


White color preview on #FEDEE2 background

This text has white color on #FEDEE2 background.