COLOR #FEDFD4

HEX: #FEDFD4
RGB: (254,223,212)

Color info

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

RGB color model

#FEDFD4 color RGB value is (254,223,212).

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

RGB channels and saturation

R 254 of 255 = 100%
G 223 of 255 = 87%
B 212 of 255 = 83%

254
223
212

R + G + B ~ 90%. #FEDFD4 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 223 + 212 = 689 (100%)
R 254 of 689 ~ 36.87%
G 223 of 689 ~ 32.37%
B 212 of 689 ~ 30.77%

%36.87
%32.37
%30.77

CMYK color model

#FEDFD4 color CMYK value is (0,12,17,0).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 16.54%
  • key color value is 0.39%
CMYK:
(0,12,17,0)
C0M12Y17K0 
(0%,12%,17%,0%)
(0.00/0.12/0.17/0.00)	

CMYK percentages

%0
%12.2
%16.54
%0.39

Codes

Color #FEDFD4 in popluar color models

FEDFD4
RGB254223212
HSL16°95.45%91.37%
HSB/HSV16°16.54%99.61%
CMYK0.00%12.20%16.54%
0.39%

Color #FEDFD4 in popluar number systems.

HEXFEDFD4
Decimal254223212
Binary111111101101111111010100
Octal376337324

Shades and tints

Shades of #FEDFD4

#FEDFD4
(254,223,212)
#E7CBC1
(231,203,193)
#D0B7AE
(208,183,174)
#B9A39B
(185,163,155)
#A28F88
(162,143,136)
#8B7B75
(139,123,117)
#746762
(116,103,98)
#5D534F
(93,83,79)
#463F3C
(70,63,60)
#2F2B29
(47,43,41)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #FEDFD4

#FEDFD4
(254,223,212)
#FEE1D7
(254,225,215)
#FEE3DA
(254,227,218)
#FEE5DD
(254,229,221)
#FEE7E0
(254,231,224)
#FEE9E3
(254,233,227)
#FEEBE6
(254,235,230)
#FEEDE9
(254,237,233)
#FEEFEC
(254,239,236)
#FEF1EF
(254,241,239)
#FEF3F2
(254,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDFD4; }

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

This text font color is #FEDFD4.


Background Color

.myBgColor { background-color: #FEDFD4; }

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

This div background color is #FEDFD4.


Border color

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

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

This div border color is #FEDFD4.


Opacity

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

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

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

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

This text has shadow with #FEDFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDFD4 on black background.


Color preview on white background

This text has color #FEDFD4 on white background.



Black color preview on #FEDFD4 background

This text has black color on #FEDFD4 background.


White color preview on #FEDFD4 background

This text has white color on #FEDFD4 background.