COLOR #FDB5AB

HEX: #FDB5AB RGB: (253,181,171)

Color info

#FDB5AB contains mainly red color. Web safe color of #FDB5AB is #FFCC99 (or #FC9).

RGB color model

#FDB5AB color RGB value is (253,181,171).

RGB: (253,181,171) (99%, 71%, 67%)

RGB channels and saturation

R 253 of 255 = 99%
G 181 of 255 = 71%
B 171 of 255 = 67%

253
181
171

R + G + B ~ 79%. #FDB5AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 181 + 171 = 605 (100%)
R 253 of 605 ~ 41.82%
G 181 of 605 ~ 29.92%
B 171 of 605 ~ 28.26'%

%41.82
%29.92
%28.26

CMYK color model

#FDB5AB color CMYK value is (0,28,32,1).

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

CMYK: (0,28,32,1)
C0M28Y32K1 (0%, 28%, 32%, 1%)
(0.00 / 0.28 / 0.32 / 0.01)

CMYK percentages

%0
%28.46
%32.41
%0.78

Codes

Color #FDB5AB in popluar color models

FD B5 AB
RGB 253 181 171
HSL 95.35% 83.14%
HSB/HSV 32.41% 99.22%
CMYK 0.00% 28.46% 32.41%
0.78%

Color #FDB5AB in popluar number systems.

HEX FD B5 AB
Decimal 253 181 171
Binary 11111101 10110101 10101011
Octal 375 265 253

Shades and tints

Shades of #FDB5AB

#FDB5AB
(253,181,171)
#E6A59C
(230,165,156)
#CF958D
(207,149,141)
#B8857E
(184,133,126)
#A1756F
(161,117,111)
#8A6560
(138,101,96)
#735551
(115,85,81)
#5C4542
(92,69,66)
#453533
(69,53,51)
#2E2524
(46,37,36)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #FDB5AB

#FDB5AB
(253,181,171)
#FDBBB2
(253,187,178)
#FDC1B9
(253,193,185)
#FDC7C0
(253,199,192)
#FDCDC7
(253,205,199)
#FDD3CE
(253,211,206)
#FDD9D5
(253,217,213)
#FDDFDC
(253,223,220)
#FDE5E3
(253,229,227)
#FDEBEA
(253,235,234)
#FDF1F1
(253,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDB5AB; }

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

This text font color is #FDB5AB.

Background Color

.myBgColor { background-color: #FDB5AB; }

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

This div background color is #FDB5AB.

Border color

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

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

This div border color is #FDB5AB.

Opacity

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

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

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

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

This text has shadow with #FDB5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB5AB.

Preview

Color preview on black background

This text has color #FDB5AB on black background.


Color preview on white background

This text has color #FDB5AB on white background.


Black color preview on #FDB5AB background

This text has black color on #FDB5AB background.


White color preview on #FDB5AB background

This text has white color on #FDB5AB background.


Related colors

Complementary color

Complementary color for #hex is #024A54.


I love getcolorcode.com

Triadic colors

1 #ABFDB5 and #B5ABFD with #FDB5AB are triadic colors.

2 #ABB5FD and #B5FDAB with #FDB5AB are triadic colors.