COLOR #FDE1F4

HEX: #FDE1F4 RGB: (253,225,244)

Color info

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

RGB color model

#FDE1F4 color RGB value is (253,225,244).

RGB: (253,225,244) (99%, 88%, 96%)

RGB channels and saturation

R 253 of 255 = 99%
G 225 of 255 = 88%
B 244 of 255 = 96%

253
225
244

R + G + B ~ 94%. #FDE1F4 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 225 + 244 = 722 (100%)
R 253 of 722 ~ 35.04%
G 225 of 722 ~ 31.16%
B 244 of 722 ~ 33.8'%

%35.04
%31.16
%33.8

CMYK color model

#FDE1F4 color CMYK value is (0,11,4,1).

  • cyan value is 0.00%
  • magenta value is 11.07%
  • yellow value is 3.56%
  • key color value is 0.78%

CMYK: (0,11,4,1)
C0M11Y4K1 (0%, 11%, 4%, 1%)
(0.00 / 0.11 / 0.04 / 0.01)

CMYK percentages

%0
%11.07
%3.56
%0.78

Codes

Color #FDE1F4 in popluar color models

FD E1 F4
RGB 253 225 244
HSL 319° 87.50% 93.73%
HSB/HSV 319° 11.07% 99.22%
CMYK 0.00% 11.07% 3.56%
0.78%

Color #FDE1F4 in popluar number systems.

HEX FD E1 F4
Decimal 253 225 244
Binary 11111101 11100001 11110100
Octal 375 341 364

Shades and tints

Shades of #FDE1F4

#FDE1F4
(253,225,244)
#E6CDDE
(230,205,222)
#CFB9C8
(207,185,200)
#B8A5B2
(184,165,178)
#A1919C
(161,145,156)
#8A7D86
(138,125,134)
#736970
(115,105,112)
#5C555A
(92,85,90)
#454144
(69,65,68)
#2E2D2E
(46,45,46)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #FDE1F4

#FDE1F4
(253,225,244)
#FDE3F5
(253,227,245)
#FDE5F6
(253,229,246)
#FDE7F7
(253,231,247)
#FDE9F8
(253,233,248)
#FDEBF9
(253,235,249)
#FDEDFA
(253,237,250)
#FDEFFB
(253,239,251)
#FDF1FC
(253,241,252)
#FDF3FD
(253,243,253)
#FDF5FE
(253,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE1F4; }

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

This text font color is #FDE1F4.

Background Color

.myBgColor { background-color: #FDE1F4; }

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

This div background color is #FDE1F4.

Border color

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

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

This div border color is #FDE1F4.

Opacity

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

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

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

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

This text has shadow with #FDE1F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE1F4.

Preview

Color preview on black background

This text has color #FDE1F4 on black background.


Color preview on white background

This text has color #FDE1F4 on white background.


Black color preview on #FDE1F4 background

This text has black color on #FDE1F4 background.


White color preview on #FDE1F4 background

This text has white color on #FDE1F4 background.


Related colors

Complementary color

Complementary color for #hex is #021E0B.


I love getcolorcode.com

Triadic colors

1 #F4FDE1 and #E1F4FD with #FDE1F4 are triadic colors.

2 #F4E1FD and #E1FDF4 with #FDE1F4 are triadic colors.