COLOR #FEDFE0

HEX: #FEDFE0
RGB: (254,223,224)

Color info

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

RGB color model

#FEDFE0 color RGB value is (254,223,224).

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

RGB channels and saturation

R 254 of 255 = 100%
G 223 of 255 = 87%
B 224 of 255 = 88%

254
223
224

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

Portions of RGB colors in percentages

R + G + B =
254 + 223 + 224 = 701 (100%)
R 254 of 701 ~ 36.23%
G 223 of 701 ~ 31.81%
B 224 of 701 ~ 31.95%

%36.23
%31.81
%31.95

CMYK color model

#FEDFE0 color CMYK value is (0,12,12,0).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 11.81%
  • key color value is 0.39%
CMYK:
(0,12,12,0)
C0M12Y12K0 
(0%,12%,12%,0%)
(0.00/0.12/0.12/0.00)	

CMYK percentages

%0
%12.2
%11.81
%0.39

Codes

Color #FEDFE0 in popluar color models

FEDFE0
RGB254223224
HSL358°93.94%93.53%
HSB/HSV358°12.20%99.61%
CMYK0.00%12.20%11.81%
0.39%

Color #FEDFE0 in popluar number systems.

HEXFEDFE0
Decimal254223224
Binary111111101101111111100000
Octal376337340

Shades and tints

Shades of #FEDFE0

#FEDFE0
(254,223,224)
#E7CBCC
(231,203,204)
#D0B7B8
(208,183,184)
#B9A3A4
(185,163,164)
#A28F90
(162,143,144)
#8B7B7C
(139,123,124)
#746768
(116,103,104)
#5D5354
(93,83,84)
#463F40
(70,63,64)
#2F2B2C
(47,43,44)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #FEDFE0

#FEDFE0
(254,223,224)
#FEE1E2
(254,225,226)
#FEE3E4
(254,227,228)
#FEE5E6
(254,229,230)
#FEE7E8
(254,231,232)
#FEE9EA
(254,233,234)
#FEEBEC
(254,235,236)
#FEEDEE
(254,237,238)
#FEEFF0
(254,239,240)
#FEF1F2
(254,241,242)
#FEF3F4
(254,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDFE0; }

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

This text font color is #FEDFE0.


Background Color

.myBgColor { background-color: #FEDFE0; }

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

This div background color is #FEDFE0.


Border color

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

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

This div border color is #FEDFE0.


Opacity

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

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

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

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

This text has shadow with #FEDFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDFE0 on black background.


Color preview on white background

This text has color #FEDFE0 on white background.



Black color preview on #FEDFE0 background

This text has black color on #FEDFE0 background.


White color preview on #FEDFE0 background

This text has white color on #FEDFE0 background.