COLOR #FEDDDF

HEX: #FEDDDF
RGB: (254,221,223)

Color info

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

RGB color model

#FEDDDF color RGB value is (254,221,223).

  • red value is 254;
  • green value is 221;
  • blue value is 223.
RGB:
(254,221,223)
(100%,87%,87%)

RGB channels and saturation

R 254 of 255 = 100%
G 221 of 255 = 87%
B 223 of 255 = 87%

254
221
223

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

Portions of RGB colors in percentages

R + G + B =
254 + 221 + 223 = 698 (100%)
R 254 of 698 ~ 36.39%
G 221 of 698 ~ 31.66%
B 223 of 698 ~ 31.95%

%36.39
%31.66
%31.95

CMYK color model

#FEDDDF color CMYK value is (0,13,12,0).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 12.20%
  • key color value is 0.39%
CMYK:
(0,13,12,0)
C0M13Y12K0 
(0%,13%,12%,0%)
(0.00/0.13/0.12/0.00)	

CMYK percentages

%0
%12.99
%12.2
%0.39

Codes

Color #FEDDDF in popluar color models

FEDDDF
RGB254221223
HSL356°94.29%93.14%
HSB/HSV356°12.99%99.61%
CMYK0.00%12.99%12.20%
0.39%

Color #FEDDDF in popluar number systems.

HEXFEDDDF
Decimal254221223
Binary111111101101110111011111
Octal376335337

Shades and tints

Shades of #FEDDDF

#FEDDDF
(254,221,223)
#E7C9CB
(231,201,203)
#D0B5B7
(208,181,183)
#B9A1A3
(185,161,163)
#A28D8F
(162,141,143)
#8B797B
(139,121,123)
#746567
(116,101,103)
#5D5153
(93,81,83)
#463D3F
(70,61,63)
#2F292B
(47,41,43)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #FEDDDF

#FEDDDF
(254,221,223)
#FEE0E1
(254,224,225)
#FEE3E3
(254,227,227)
#FEE6E5
(254,230,229)
#FEE9E7
(254,233,231)
#FEECE9
(254,236,233)
#FEEFEB
(254,239,235)
#FEF2ED
(254,242,237)
#FEF5EF
(254,245,239)
#FEF8F1
(254,248,241)
#FEFBF3
(254,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDDDF color. Also use rgb(254,221,223) instead hex code.

Text Font Color

.myTextColor { color: #FEDDDF; }

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

This text font color is #FEDDDF.


Background Color

.myBgColor { background-color: #FEDDDF; }

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

This div background color is #FEDDDF.


Border color

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

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

This div border color is #FEDDDF.


Opacity

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

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

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

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

This text has shadow with #FEDDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDDDF on black background.


Color preview on white background

This text has color #FEDDDF on white background.



Black color preview on #FEDDDF background

This text has black color on #FEDDDF background.


White color preview on #FEDDDF background

This text has white color on #FEDDDF background.