COLOR #FECDDE

HEX: #FECDDE
RGB: (254,205,222)

Color info

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

RGB color model

#FECDDE color RGB value is (254,205,222).

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

RGB channels and saturation

R 254 of 255 = 100%
G 205 of 255 = 80%
B 222 of 255 = 87%

254
205
222

R + G + B ~ 89%. #FECDDE is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 205 + 222 = 681 (100%)
R 254 of 681 ~ 37.3%
G 205 of 681 ~ 30.1%
B 222 of 681 ~ 32.6%

%37.3
%30.1
%32.6

CMYK color model

#FECDDE color CMYK value is (0,19,13,0).

  • cyan value is 0.00%
  • magenta value is 19.29%
  • yellow value is 12.60%
  • key color value is 0.39%
CMYK:
(0,19,13,0)
C0M19Y13K0 
(0%,19%,13%,0%)
(0.00/0.19/0.13/0.00)	

CMYK percentages

%0
%19.29
%12.6
%0.39

Codes

Color #FECDDE in popluar color models

FECDDE
RGB254205222
HSL339°96.08%90.00%
HSB/HSV339°19.29%99.61%
CMYK0.00%19.29%12.60%
0.39%

Color #FECDDE in popluar number systems.

HEXFECDDE
Decimal254205222
Binary111111101100110111011110
Octal376315336

Shades and tints

Shades of #FECDDE

#FECDDE
(254,205,222)
#E7BBCA
(231,187,202)
#D0A9B6
(208,169,182)
#B997A2
(185,151,162)
#A2858E
(162,133,142)
#8B737A
(139,115,122)
#746166
(116,97,102)
#5D4F52
(93,79,82)
#463D3E
(70,61,62)
#2F2B2A
(47,43,42)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #FECDDE

#FECDDE
(254,205,222)
#FED1E1
(254,209,225)
#FED5E4
(254,213,228)
#FED9E7
(254,217,231)
#FEDDEA
(254,221,234)
#FEE1ED
(254,225,237)
#FEE5F0
(254,229,240)
#FEE9F3
(254,233,243)
#FEEDF6
(254,237,246)
#FEF1F9
(254,241,249)
#FEF5FC
(254,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FECDDE; }

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

This text font color is #FECDDE.


Background Color

.myBgColor { background-color: #FECDDE; }

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

This div background color is #FECDDE.


Border color

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

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

This div border color is #FECDDE.


Opacity

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

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

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

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

This text has shadow with #FECDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FECDDE on black background.


Color preview on white background

This text has color #FECDDE on white background.



Black color preview on #FECDDE background

This text has black color on #FECDDE background.


White color preview on #FECDDE background

This text has white color on #FECDDE background.