COLOR #FED1DE

HEX: #FED1DE
RGB: (254,209,222)

Color info

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

RGB color model

#FED1DE color RGB value is (254,209,222).

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

RGB channels and saturation

R 254 of 255 = 100%
G 209 of 255 = 82%
B 222 of 255 = 87%

254
209
222

R + G + B ~ 90%. #FED1DE is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 209 + 222 = 685 (100%)
R 254 of 685 ~ 37.08%
G 209 of 685 ~ 30.51%
B 222 of 685 ~ 32.41%

%37.08
%30.51
%32.41

CMYK color model

#FED1DE color CMYK value is (0,18,13,0).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 12.60%
  • key color value is 0.39%
CMYK:
(0,18,13,0)
C0M18Y13K0 
(0%,18%,13%,0%)
(0.00/0.18/0.13/0.00)	

CMYK percentages

%0
%17.72
%12.6
%0.39

Codes

Color #FED1DE in popluar color models

FED1DE
RGB254209222
HSL343°95.74%90.78%
HSB/HSV343°17.72%99.61%
CMYK0.00%17.72%12.60%
0.39%

Color #FED1DE in popluar number systems.

HEXFED1DE
Decimal254209222
Binary111111101101000111011110
Octal376321336

Shades and tints

Shades of #FED1DE

#FED1DE
(254,209,222)
#E7BECA
(231,190,202)
#D0ABB6
(208,171,182)
#B998A2
(185,152,162)
#A2858E
(162,133,142)
#8B727A
(139,114,122)
#745F66
(116,95,102)
#5D4C52
(93,76,82)
#46393E
(70,57,62)
#2F262A
(47,38,42)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #FED1DE

#FED1DE
(254,209,222)
#FED5E1
(254,213,225)
#FED9E4
(254,217,228)
#FEDDE7
(254,221,231)
#FEE1EA
(254,225,234)
#FEE5ED
(254,229,237)
#FEE9F0
(254,233,240)
#FEEDF3
(254,237,243)
#FEF1F6
(254,241,246)
#FEF5F9
(254,245,249)
#FEF9FC
(254,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED1DE; }

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

This text font color is #FED1DE.


Background Color

.myBgColor { background-color: #FED1DE; }

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

This div background color is #FED1DE.


Border color

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

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

This div border color is #FED1DE.


Opacity

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

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

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

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

This text has shadow with #FED1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED1DE on black background.


Color preview on white background

This text has color #FED1DE on white background.



Black color preview on #FED1DE background

This text has black color on #FED1DE background.


White color preview on #FED1DE background

This text has white color on #FED1DE background.