COLOR #FDE3EA

HEX: #FDE3EA RGB: (253,227,234)

Color info

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

RGB color model

#FDE3EA color RGB value is (253,227,234).

RGB: (253,227,234) (99%, 89%, 92%)

RGB channels and saturation

R 253 of 255 = 99%
G 227 of 255 = 89%
B 234 of 255 = 92%

253
227
234

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

Portions of RGB colors in percentages

R + G + B = 253 + 227 + 234 = 714 (100%)
R 253 of 714 ~ 35.43%
G 227 of 714 ~ 31.79%
B 234 of 714 ~ 32.77'%

%35.43
%31.79
%32.77

CMYK color model

#FDE3EA color CMYK value is (0,10,8,1).

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 7.51%
  • key color value is 0.78%

CMYK: (0,10,8,1)
C0M10Y8K1 (0%, 10%, 8%, 1%)
(0.00 / 0.10 / 0.08 / 0.01)

CMYK percentages

%0
%10.28
%7.51
%0.78

Codes

Color #FDE3EA in popluar color models

FD E3 EA
RGB 253 227 234
HSL 344° 86.67% 94.12%
HSB/HSV 344° 10.28% 99.22%
CMYK 0.00% 10.28% 7.51%
0.78%

Color #FDE3EA in popluar number systems.

HEX FD E3 EA
Decimal 253 227 234
Binary 11111101 11100011 11101010
Octal 375 343 352

Shades and tints

Shades of #FDE3EA

#FDE3EA
(253,227,234)
#E6CFD5
(230,207,213)
#CFBBC0
(207,187,192)
#B8A7AB
(184,167,171)
#A19396
(161,147,150)
#8A7F81
(138,127,129)
#736B6C
(115,107,108)
#5C5757
(92,87,87)
#454342
(69,67,66)
#2E2F2D
(46,47,45)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #FDE3EA

#FDE3EA
(253,227,234)
#FDE5EB
(253,229,235)
#FDE7EC
(253,231,236)
#FDE9ED
(253,233,237)
#FDEBEE
(253,235,238)
#FDEDEF
(253,237,239)
#FDEFF0
(253,239,240)
#FDF1F1
(253,241,241)
#FDF3F2
(253,243,242)
#FDF5F3
(253,245,243)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE3EA color. Also use rgb(253,227,234) instead hex code.

Text Font Color

.myTextColor { color: #FDE3EA; }

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

This text font color is #FDE3EA.

Background Color

.myBgColor { background-color: #FDE3EA; }

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

This div background color is #FDE3EA.

Border color

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

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

This div border color is #FDE3EA.

Opacity

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

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

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

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

This text has shadow with #FDE3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE3EA.

Preview

Color preview on black background

This text has color #FDE3EA on black background.


Color preview on white background

This text has color #FDE3EA on white background.


Black color preview on #FDE3EA background

This text has black color on #FDE3EA background.


White color preview on #FDE3EA background

This text has white color on #FDE3EA background.


Related colors

Complementary color

Complementary color for #hex is #021C15.


I love getcolorcode.com

Triadic colors

1 #EAFDE3 and #E3EAFD with #FDE3EA are triadic colors.

2 #EAE3FD and #E3FDEA with #FDE3EA are triadic colors.