COLOR #FDE4EF

HEX: #FDE4EF
RGB: (253,228,239)

Color info

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

RGB color model

#FDE4EF color RGB value is (253,228,239).

  • red value is 253;
  • green value is 228;
  • blue value is 239.
RGB: (253,228,239) (99%,89%,94%)

RGB channels and saturation

R 253 of 255 = 99%
G 228 of 255 = 89%
B 239 of 255 = 94%

253
228
239

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

Portions of RGB colors in percentages

R + G + B =
253 + 228 + 239 = 720 (100%)
R 253 of 720 ~ 35.14%
G 228 of 720 ~ 31.67%
B 239 of 720 ~ 33.19%

%35.14
%31.67
%33.19

CMYK color model

#FDE4EF color CMYK value is (0,10,6,1).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 5.53%
  • key color value is 0.78%
CMYK: (0,10,6,1) C0M10Y6K1 (0%,10%,6%,1%) (0.00/0.10/0.06/0.01)

CMYK percentages

%0
%9.88
%5.53
%0.78

Codes

Color #FDE4EF in popluar color models

FDE4EF
RGB253228239
HSL334°86.21%94.31%
HSB/HSV334°9.88%99.22%
CMYK0.00%9.88%5.53%
0.78%

Color #FDE4EF in popluar number systems.

HEXFDE4EF
Decimal253228239
Binary111111011110010011101111
Octal375344357

Shades and tints

Shades of #FDE4EF

#FDE4EF
(253,228,239)
#E6D0DA
(230,208,218)
#CFBCC5
(207,188,197)
#B8A8B0
(184,168,176)
#A1949B
(161,148,155)
#8A8086
(138,128,134)
#736C71
(115,108,113)
#5C585C
(92,88,92)
#454447
(69,68,71)
#2E3032
(46,48,50)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #FDE4EF

#FDE4EF
(253,228,239)
#FDE6F0
(253,230,240)
#FDE8F1
(253,232,241)
#FDEAF2
(253,234,242)
#FDECF3
(253,236,243)
#FDEEF4
(253,238,244)
#FDF0F5
(253,240,245)
#FDF2F6
(253,242,246)
#FDF4F7
(253,244,247)
#FDF6F8
(253,246,248)
#FDF8F9
(253,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE4EF color. Also use rgb(253,228,239) instead hex code.

Text Font Color

.myTextColor { color: #FDE4EF; }

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

This text font color is #FDE4EF.


Background Color

.myBgColor { background-color: #FDE4EF; }

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

This div background color is #FDE4EF.


Border color

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

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

This div border color is #FDE4EF.


Opacity

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

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

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

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

This text has shadow with #FDE4EF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FDE4EF on black background.


Color preview on white background

This text has color #FDE4EF on white background.



Black color preview on #FDE4EF background

This text has black color on #FDE4EF background.


White color preview on #FDE4EF background

This text has white color on #FDE4EF background.