COLOR #FDB5EE

HEX: #FDB5EE RGB: (253,181,238)

Color info

#FDB5EE contains mainly red and blue colors. Web safe color of #FDB5EE is #FFCCFF (or #FCF).

RGB color model

#FDB5EE color RGB value is (253,181,238).

RGB: (253,181,238) (99%, 71%, 93%)

RGB channels and saturation

R 253 of 255 = 99%
G 181 of 255 = 71%
B 238 of 255 = 93%

253
181
238

R + G + B ~ 88%. #FDB5EE is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 181 + 238 = 672 (100%)
R 253 of 672 ~ 37.65%
G 181 of 672 ~ 26.93%
B 238 of 672 ~ 35.42'%

%37.65
%26.93
%35.42

CMYK color model

#FDB5EE color CMYK value is (0,28,6,1).

  • cyan value is 0.00%
  • magenta value is 28.46%
  • yellow value is 5.93%
  • key color value is 0.78%

CMYK: (0,28,6,1)
C0M28Y6K1 (0%, 28%, 6%, 1%)
(0.00 / 0.28 / 0.06 / 0.01)

CMYK percentages

%0
%28.46
%5.93
%0.78

Codes

Color #FDB5EE in popluar color models

FD B5 EE
RGB 253 181 238
HSL 313° 94.74% 85.10%
HSB/HSV 313° 28.46% 99.22%
CMYK 0.00% 28.46% 5.93%
0.78%

Color #FDB5EE in popluar number systems.

HEX FD B5 EE
Decimal 253 181 238
Binary 11111101 10110101 11101110
Octal 375 265 356

Shades and tints

Shades of #FDB5EE

#FDB5EE
(253,181,238)
#E6A5D9
(230,165,217)
#CF95C4
(207,149,196)
#B885AF
(184,133,175)
#A1759A
(161,117,154)
#8A6585
(138,101,133)
#735570
(115,85,112)
#5C455B
(92,69,91)
#453546
(69,53,70)
#2E2531
(46,37,49)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #FDB5EE

#FDB5EE
(253,181,238)
#FDBBEF
(253,187,239)
#FDC1F0
(253,193,240)
#FDC7F1
(253,199,241)
#FDCDF2
(253,205,242)
#FDD3F3
(253,211,243)
#FDD9F4
(253,217,244)
#FDDFF5
(253,223,245)
#FDE5F6
(253,229,246)
#FDEBF7
(253,235,247)
#FDF1F8
(253,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB5EE color. Also use rgb(253,181,238) instead hex code.

Text Font Color

.myTextColor { color: #FDB5EE; }

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

This text font color is #FDB5EE.

Background Color

.myBgColor { background-color: #FDB5EE; }

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

This div background color is #FDB5EE.

Border color

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

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

This div border color is #FDB5EE.

Opacity

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

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

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

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

This text has shadow with #FDB5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB5EE.

Preview

Color preview on black background

This text has color #FDB5EE on black background.


Color preview on white background

This text has color #FDB5EE on white background.


Black color preview on #FDB5EE background

This text has black color on #FDB5EE background.


White color preview on #FDB5EE background

This text has white color on #FDB5EE background.


Related colors

Complementary color

Complementary color for #hex is #024A11.


I love getcolorcode.com

Triadic colors

1 #EEFDB5 and #B5EEFD with #FDB5EE are triadic colors.

2 #EEB5FD and #B5FDEE with #FDB5EE are triadic colors.