COLOR #FDB5E6

HEX: #FDB5E6
RGB: (253,181,230)

Color info

#FDB5E6 contains mainly red and blue colors. Web safe color of #FDB5E6 is #FFCCCC (or #FCC).

RGB color model

#FDB5E6 color RGB value is (253,181,230).

  • red value is 253;
  • green value is 181;
  • blue value is 230.
RGB:
(253,181,230)
(99%,71%,90%)

RGB channels and saturation

R 253 of 255 = 99%
G 181 of 255 = 71%
B 230 of 255 = 90%

253
181
230

R + G + B ~ 87%. #FDB5E6 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 181 + 230 = 664 (100%)
R 253 of 664 ~ 38.1%
G 181 of 664 ~ 27.26%
B 230 of 664 ~ 34.64%

%38.1
%27.26
%34.64

CMYK color model

#FDB5E6 color CMYK value is (0,28,9,1).

  • cyan value is 0.00%
  • magenta value is 28.46%
  • yellow value is 9.09%
  • key color value is 0.78%
CMYK:
(0,28,9,1)
C0M28Y9K1 
(0%,28%,9%,1%)
(0.00/0.28/0.09/0.01)	

CMYK percentages

%0
%28.46
%9.09
%0.78

Codes

Color #FDB5E6 in popluar color models

FDB5E6
RGB253181230
HSL319°94.74%85.10%
HSB/HSV319°28.46%99.22%
CMYK0.00%28.46%9.09%
0.78%

Color #FDB5E6 in popluar number systems.

HEXFDB5E6
Decimal253181230
Binary111111011011010111100110
Octal375265346

Shades and tints

Shades of #FDB5E6

#FDB5E6
(253,181,230)
#E6A5D2
(230,165,210)
#CF95BE
(207,149,190)
#B885AA
(184,133,170)
#A17596
(161,117,150)
#8A6582
(138,101,130)
#73556E
(115,85,110)
#5C455A
(92,69,90)
#453546
(69,53,70)
#2E2532
(46,37,50)
#17151E
(23,21,30)
#000000
(0,0,0)

Tints of #FDB5E6

#FDB5E6
(253,181,230)
#FDBBE8
(253,187,232)
#FDC1EA
(253,193,234)
#FDC7EC
(253,199,236)
#FDCDEE
(253,205,238)
#FDD3F0
(253,211,240)
#FDD9F2
(253,217,242)
#FDDFF4
(253,223,244)
#FDE5F6
(253,229,246)
#FDEBF8
(253,235,248)
#FDF1FA
(253,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDB5E6; }

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

This text font color is #FDB5E6.


Background Color

.myBgColor { background-color: #FDB5E6; }

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

This div background color is #FDB5E6.


Border color

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

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

This div border color is #FDB5E6.


Opacity

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

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

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

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

This text has shadow with #FDB5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB5E6 on black background.


Color preview on white background

This text has color #FDB5E6 on white background.



Black color preview on #FDB5E6 background

This text has black color on #FDB5E6 background.


White color preview on #FDB5E6 background

This text has white color on #FDB5E6 background.