COLOR #FEDCE6

HEX: #FEDCE6
RGB: (254,220,230)

Color info

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

RGB color model

#FEDCE6 color RGB value is (254,220,230).

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

RGB channels and saturation

R 254 of 255 = 100%
G 220 of 255 = 86%
B 230 of 255 = 90%

254
220
230

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

Portions of RGB colors in percentages

R + G + B =
254 + 220 + 230 = 704 (100%)
R 254 of 704 ~ 36.08%
G 220 of 704 ~ 31.25%
B 230 of 704 ~ 32.67%

%36.08
%31.25
%32.67

CMYK color model

#FEDCE6 color CMYK value is (0,13,9,0).

  • cyan value is 0.00%
  • magenta value is 13.39%
  • yellow value is 9.45%
  • key color value is 0.39%
CMYK:
(0,13,9,0)
C0M13Y9K0 
(0%,13%,9%,0%)
(0.00/0.13/0.09/0.00)	

CMYK percentages

%0
%13.39
%9.45
%0.39

Codes

Color #FEDCE6 in popluar color models

FEDCE6
RGB254220230
HSL342°94.44%92.94%
HSB/HSV342°13.39%99.61%
CMYK0.00%13.39%9.45%
0.39%

Color #FEDCE6 in popluar number systems.

HEXFEDCE6
Decimal254220230
Binary111111101101110011100110
Octal376334346

Shades and tints

Shades of #FEDCE6

#FEDCE6
(254,220,230)
#E7C8D2
(231,200,210)
#D0B4BE
(208,180,190)
#B9A0AA
(185,160,170)
#A28C96
(162,140,150)
#8B7882
(139,120,130)
#74646E
(116,100,110)
#5D505A
(93,80,90)
#463C46
(70,60,70)
#2F2832
(47,40,50)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #FEDCE6

#FEDCE6
(254,220,230)
#FEDFE8
(254,223,232)
#FEE2EA
(254,226,234)
#FEE5EC
(254,229,236)
#FEE8EE
(254,232,238)
#FEEBF0
(254,235,240)
#FEEEF2
(254,238,242)
#FEF1F4
(254,241,244)
#FEF4F6
(254,244,246)
#FEF7F8
(254,247,248)
#FEFAFA
(254,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDCE6; }

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

This text font color is #FEDCE6.


Background Color

.myBgColor { background-color: #FEDCE6; }

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

This div background color is #FEDCE6.


Border color

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

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

This div border color is #FEDCE6.


Opacity

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

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

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

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

This text has shadow with #FEDCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDCE6 on black background.


Color preview on white background

This text has color #FEDCE6 on white background.



Black color preview on #FEDCE6 background

This text has black color on #FEDCE6 background.


White color preview on #FEDCE6 background

This text has white color on #FEDCE6 background.