COLOR #FDE7F4

HEX: #FDE7F4
RGB: (253,231,244)

Color info

#FDE7F4 contains red, green and blue colors in about the same proportion. Web safe color of #FDE7F4 is #FFFFFF (or #FFF).

RGB color model

#FDE7F4 color RGB value is (253,231,244).

  • red value is 253;
  • green value is 231;
  • blue value is 244.
RGB:
(253,231,244)
(99%,91%,96%)

RGB channels and saturation

R 253 of 255 = 99%
G 231 of 255 = 91%
B 244 of 255 = 96%

253
231
244

R + G + B ~ 95%. #FDE7F4 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 231 + 244 = 728 (100%)
R 253 of 728 ~ 34.75%
G 231 of 728 ~ 31.73%
B 244 of 728 ~ 33.52%

%34.75
%31.73
%33.52

CMYK color model

#FDE7F4 color CMYK value is (0,9,4,1).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 3.56%
  • key color value is 0.78%
CMYK:
(0,9,4,1)
C0M9Y4K1 
(0%,9%,4%,1%)
(0.00/0.09/0.04/0.01)	

CMYK percentages

%0
%8.7
%3.56
%0.78

Codes

Color #FDE7F4 in popluar color models

FDE7F4
RGB253231244
HSL325°84.62%94.90%
HSB/HSV325°8.70%99.22%
CMYK0.00%8.70%3.56%
0.78%

Color #FDE7F4 in popluar number systems.

HEXFDE7F4
Decimal253231244
Binary111111011110011111110100
Octal375347364

Shades and tints

Shades of #FDE7F4

#FDE7F4
(253,231,244)
#E6D2DE
(230,210,222)
#CFBDC8
(207,189,200)
#B8A8B2
(184,168,178)
#A1939C
(161,147,156)
#8A7E86
(138,126,134)
#736970
(115,105,112)
#5C545A
(92,84,90)
#453F44
(69,63,68)
#2E2A2E
(46,42,46)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #FDE7F4

#FDE7F4
(253,231,244)
#FDE9F5
(253,233,245)
#FDEBF6
(253,235,246)
#FDEDF7
(253,237,247)
#FDEFF8
(253,239,248)
#FDF1F9
(253,241,249)
#FDF3FA
(253,243,250)
#FDF5FB
(253,245,251)
#FDF7FC
(253,247,252)
#FDF9FD
(253,249,253)
#FDFBFE
(253,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE7F4 color. Also use rgb(253,231,244) instead hex code.

Text Font Color

.myTextColor { color: #FDE7F4; }

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

This text font color is #FDE7F4.


Background Color

.myBgColor { background-color: #FDE7F4; }

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

This div background color is #FDE7F4.


Border color

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

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

This div border color is #FDE7F4.


Opacity

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

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

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

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

This text has shadow with #FDE7F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE7F4 on black background.


Color preview on white background

This text has color #FDE7F4 on white background.



Black color preview on #FDE7F4 background

This text has black color on #FDE7F4 background.


White color preview on #FDE7F4 background

This text has white color on #FDE7F4 background.