COLOR #FED1E6

HEX: #FED1E6
RGB: (254,209,230)

Color info

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

RGB color model

#FED1E6 color RGB value is (254,209,230).

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

RGB channels and saturation

R 254 of 255 = 100%
G 209 of 255 = 82%
B 230 of 255 = 90%

254
209
230

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

Portions of RGB colors in percentages

R + G + B =
254 + 209 + 230 = 693 (100%)
R 254 of 693 ~ 36.65%
G 209 of 693 ~ 30.16%
B 230 of 693 ~ 33.19%

%36.65
%30.16
%33.19

CMYK color model

#FED1E6 color CMYK value is (0,18,9,0).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 9.45%
  • key color value is 0.39%
CMYK:
(0,18,9,0)
C0M18Y9K0 
(0%,18%,9%,0%)
(0.00/0.18/0.09/0.00)	

CMYK percentages

%0
%17.72
%9.45
%0.39

Codes

Color #FED1E6 in popluar color models

FED1E6
RGB254209230
HSL332°95.74%90.78%
HSB/HSV332°17.72%99.61%
CMYK0.00%17.72%9.45%
0.39%

Color #FED1E6 in popluar number systems.

HEXFED1E6
Decimal254209230
Binary111111101101000111100110
Octal376321346

Shades and tints

Shades of #FED1E6

#FED1E6
(254,209,230)
#E7BED2
(231,190,210)
#D0ABBE
(208,171,190)
#B998AA
(185,152,170)
#A28596
(162,133,150)
#8B7282
(139,114,130)
#745F6E
(116,95,110)
#5D4C5A
(93,76,90)
#463946
(70,57,70)
#2F2632
(47,38,50)
#18131E
(24,19,30)
#000000
(0,0,0)

Tints of #FED1E6

#FED1E6
(254,209,230)
#FED5E8
(254,213,232)
#FED9EA
(254,217,234)
#FEDDEC
(254,221,236)
#FEE1EE
(254,225,238)
#FEE5F0
(254,229,240)
#FEE9F2
(254,233,242)
#FEEDF4
(254,237,244)
#FEF1F6
(254,241,246)
#FEF5F8
(254,245,248)
#FEF9FA
(254,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FED1E6; }

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

This text font color is #FED1E6.


Background Color

.myBgColor { background-color: #FED1E6; }

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

This div background color is #FED1E6.


Border color

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

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

This div border color is #FED1E6.


Opacity

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

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

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

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

This text has shadow with #FED1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FED1E6 on black background.


Color preview on white background

This text has color #FED1E6 on white background.



Black color preview on #FED1E6 background

This text has black color on #FED1E6 background.


White color preview on #FED1E6 background

This text has white color on #FED1E6 background.