COLOR #FEDAE3

HEX: #FEDAE3
RGB: (254,218,227)

Color info

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

RGB color model

#FEDAE3 color RGB value is (254,218,227).

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

RGB channels and saturation

R 254 of 255 = 100%
G 218 of 255 = 85%
B 227 of 255 = 89%

254
218
227

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

Portions of RGB colors in percentages

R + G + B =
254 + 218 + 227 = 699 (100%)
R 254 of 699 ~ 36.34%
G 218 of 699 ~ 31.19%
B 227 of 699 ~ 32.47%

%36.34
%31.19
%32.47

CMYK color model

#FEDAE3 color CMYK value is (0,14,11,0).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 10.63%
  • key color value is 0.39%
CMYK:
(0,14,11,0)
C0M14Y11K0 
(0%,14%,11%,0%)
(0.00/0.14/0.11/0.00)	

CMYK percentages

%0
%14.17
%10.63
%0.39

Codes

Color #FEDAE3 in popluar color models

FEDAE3
RGB254218227
HSL345°94.74%92.55%
HSB/HSV345°14.17%99.61%
CMYK0.00%14.17%10.63%
0.39%

Color #FEDAE3 in popluar number systems.

HEXFEDAE3
Decimal254218227
Binary111111101101101011100011
Octal376332343

Shades and tints

Shades of #FEDAE3

#FEDAE3
(254,218,227)
#E7C7CF
(231,199,207)
#D0B4BB
(208,180,187)
#B9A1A7
(185,161,167)
#A28E93
(162,142,147)
#8B7B7F
(139,123,127)
#74686B
(116,104,107)
#5D5557
(93,85,87)
#464243
(70,66,67)
#2F2F2F
(47,47,47)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #FEDAE3

#FEDAE3
(254,218,227)
#FEDDE5
(254,221,229)
#FEE0E7
(254,224,231)
#FEE3E9
(254,227,233)
#FEE6EB
(254,230,235)
#FEE9ED
(254,233,237)
#FEECEF
(254,236,239)
#FEEFF1
(254,239,241)
#FEF2F3
(254,242,243)
#FEF5F5
(254,245,245)
#FEF8F7
(254,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDAE3; }

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

This text font color is #FEDAE3.


Background Color

.myBgColor { background-color: #FEDAE3; }

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

This div background color is #FEDAE3.


Border color

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

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

This div border color is #FEDAE3.


Opacity

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

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

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

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

This text has shadow with #FEDAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDAE3 on black background.


Color preview on white background

This text has color #FEDAE3 on white background.



Black color preview on #FEDAE3 background

This text has black color on #FEDAE3 background.


White color preview on #FEDAE3 background

This text has white color on #FEDAE3 background.