COLOR #FDE5F2

HEX: #FDE5F2 RGB: (253,229,242)

Color info

#FDE5F2 contains red, green and blue colors in about the same proportion. Web safe color of #FDE5F2 is #FFCCFF (or #FCF).

RGB color model

#FDE5F2 color RGB value is (253,229,242).

RGB: (253,229,242) (99%, 90%, 95%)

RGB channels and saturation

R 253 of 255 = 99%
G 229 of 255 = 90%
B 242 of 255 = 95%

253
229
242

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

Portions of RGB colors in percentages

R + G + B = 253 + 229 + 242 = 724 (100%)
R 253 of 724 ~ 34.94%
G 229 of 724 ~ 31.63%
B 242 of 724 ~ 33.43'%

%34.94
%31.63
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 4.35%
  • 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
%9.49
%4.35
%0.78

Codes

Color #FDE5F2 in popluar color models

FD E5 F2
RGB 253 229 242
HSL 328° 85.71% 94.51%
HSB/HSV 328° 9.49% 99.22%
CMYK 0.00% 9.49% 4.35%
0.78%

Color #FDE5F2 in popluar number systems.

HEX FD E5 F2
Decimal 253 229 242
Binary 11111101 11100101 11110010
Octal 375 345 362

Shades and tints

Shades of #FDE5F2

#FDE5F2
(253,229,242)
#E6D1DC
(230,209,220)
#CFBDC6
(207,189,198)
#B8A9B0
(184,169,176)
#A1959A
(161,149,154)
#8A8184
(138,129,132)
#736D6E
(115,109,110)
#5C5958
(92,89,88)
#454542
(69,69,66)
#2E312C
(46,49,44)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #FDE5F2

#FDE5F2
(253,229,242)
#FDE7F3
(253,231,243)
#FDE9F4
(253,233,244)
#FDEBF5
(253,235,245)
#FDEDF6
(253,237,246)
#FDEFF7
(253,239,247)
#FDF1F8
(253,241,248)
#FDF3F9
(253,243,249)
#FDF5FA
(253,245,250)
#FDF7FB
(253,247,251)
#FDF9FC
(253,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE5F2 color. Also use rgb(253,229,242) instead hex code.

Text Font Color

.myTextColor { color: #FDE5F2; }

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

This text font color is #FDE5F2.

Background Color

.myBgColor { background-color: #FDE5F2; }

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

This div background color is #FDE5F2.

Border color

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

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

This div border color is #FDE5F2.

Opacity

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

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

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

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

This text has shadow with #FDE5F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE5F2.

Preview

Color preview on black background

This text has color #FDE5F2 on black background.


Color preview on white background

This text has color #FDE5F2 on white background.


Black color preview on #FDE5F2 background

This text has black color on #FDE5F2 background.


White color preview on #FDE5F2 background

This text has white color on #FDE5F2 background.


Related colors

Complementary color

Complementary color for #hex is #021A0D.


I love getcolorcode.com

Triadic colors

1 #F2FDE5 and #E5F2FD with #FDE5F2 are triadic colors.

2 #F2E5FD and #E5FDF2 with #FDE5F2 are triadic colors.