COLOR #FDE4EB

HEX: #FDE4EB RGB: (253,228,235)

Color info

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

RGB color model

#FDE4EB color RGB value is (253,228,235).

RGB: (253,228,235) (99%, 89%, 92%)

RGB channels and saturation

R 253 of 255 = 99%
G 228 of 255 = 89%
B 235 of 255 = 92%

253
228
235

R + G + B ~ 93%. #FDE4EB is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 228 + 235 = 716 (100%)
R 253 of 716 ~ 35.34%
G 228 of 716 ~ 31.84%
B 235 of 716 ~ 32.82'%

%35.34
%31.84
%32.82

CMYK color model

#FDE4EB color CMYK value is (0,10,7,1).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 7.11%
  • key color value is 0.78%
CMYK: (0,10,7,1) C0M10Y7K1 (0%,10%,7%,1%) (0.00/0.10/0.07/0.01) 

CMYK percentages

%0
%9.88
%7.11
%0.78

Codes

Color #FDE4EB in popluar color models

FD E4 EB
RGB 253 228 235
HSL 343° 86.21% 94.31%
HSB/HSV 343° 9.88% 99.22%
CMYK 0.00% 9.88% 7.11%
0.78%

Color #FDE4EB in popluar number systems.

HEX FD E4 EB
Decimal 253 228 235
Binary 11111101 11100100 11101011
Octal 375 344 353

Shades and tints

Shades of #FDE4EB

#FDE4EB
(253,228,235)
#E6D0D6
(230,208,214)
#CFBCC1
(207,188,193)
#B8A8AC
(184,168,172)
#A19497
(161,148,151)
#8A8082
(138,128,130)
#736C6D
(115,108,109)
#5C5858
(92,88,88)
#454443
(69,68,67)
#2E302E
(46,48,46)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #FDE4EB

#FDE4EB
(253,228,235)
#FDE6EC
(253,230,236)
#FDE8ED
(253,232,237)
#FDEAEE
(253,234,238)
#FDECEF
(253,236,239)
#FDEEF0
(253,238,240)
#FDF0F1
(253,240,241)
#FDF2F2
(253,242,242)
#FDF4F3
(253,244,243)
#FDF6F4
(253,246,244)
#FDF8F5
(253,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE4EB; }

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

This text font color is #FDE4EB.

Background Color

.myBgColor { background-color: #FDE4EB; }

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

This div background color is #FDE4EB.

Border color

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

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

This div border color is #FDE4EB.

Opacity

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

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

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

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

This text has shadow with #FDE4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE4EB.

Preview

Color preview on black background

This text has color #FDE4EB on black background.


Color preview on white background

This text has color #FDE4EB on white background.


Black color preview on #FDE4EB background

This text has black color on #FDE4EB background.


White color preview on #FDE4EB background

This text has white color on #FDE4EB background.


Related colors

Complementary color

Complementary color for #hex is #021B14.


I love getcolorcode.com

Triadic colors

1 #EBFDE4 and #E4EBFD with #FDE4EB are triadic colors.

2 #EBE4FD and #E4FDEB with #FDE4EB are triadic colors.