COLOR #FEDAE0

HEX: #FEDAE0
RGB: (254,218,224)

Color info

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

RGB color model

#FEDAE0 color RGB value is (254,218,224).

  • red value is 254;
  • green value is 218;
  • blue value is 224.
RGB:
(254,218,224)
(100%,85%,88%)

RGB channels and saturation

R 254 of 255 = 100%
G 218 of 255 = 85%
B 224 of 255 = 88%

254
218
224

R + G + B ~ 91%. #FEDAE0 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 218 + 224 = 696 (100%)
R 254 of 696 ~ 36.49%
G 218 of 696 ~ 31.32%
B 224 of 696 ~ 32.18%

%36.49
%31.32
%32.18

CMYK color model

#FEDAE0 color CMYK value is (0,14,12,0).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 11.81%
  • key color value is 0.39%
CMYK:
(0,14,12,0)
C0M14Y12K0 
(0%,14%,12%,0%)
(0.00/0.14/0.12/0.00)	

CMYK percentages

%0
%14.17
%11.81
%0.39

Codes

Color #FEDAE0 in popluar color models

FEDAE0
RGB254218224
HSL350°94.74%92.55%
HSB/HSV350°14.17%99.61%
CMYK0.00%14.17%11.81%
0.39%

Color #FEDAE0 in popluar number systems.

HEXFEDAE0
Decimal254218224
Binary111111101101101011100000
Octal376332340

Shades and tints

Shades of #FEDAE0

#FEDAE0
(254,218,224)
#E7C7CC
(231,199,204)
#D0B4B8
(208,180,184)
#B9A1A4
(185,161,164)
#A28E90
(162,142,144)
#8B7B7C
(139,123,124)
#746868
(116,104,104)
#5D5554
(93,85,84)
#464240
(70,66,64)
#2F2F2C
(47,47,44)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #FEDAE0

#FEDAE0
(254,218,224)
#FEDDE2
(254,221,226)
#FEE0E4
(254,224,228)
#FEE3E6
(254,227,230)
#FEE6E8
(254,230,232)
#FEE9EA
(254,233,234)
#FEECEC
(254,236,236)
#FEEFEE
(254,239,238)
#FEF2F0
(254,242,240)
#FEF5F2
(254,245,242)
#FEF8F4
(254,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDAE0 color. Also use rgb(254,218,224) instead hex code.

Text Font Color

.myTextColor { color: #FEDAE0; }

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

This text font color is #FEDAE0.


Background Color

.myBgColor { background-color: #FEDAE0; }

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

This div background color is #FEDAE0.


Border color

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

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

This div border color is #FEDAE0.


Opacity

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

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

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

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

This text has shadow with #FEDAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDAE0 on black background.


Color preview on white background

This text has color #FEDAE0 on white background.



Black color preview on #FEDAE0 background

This text has black color on #FEDAE0 background.


White color preview on #FEDAE0 background

This text has white color on #FEDAE0 background.