COLOR #FDB6AB

HEX: #FDB6AB RGB: (253,182,171)

Color info

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

RGB color model

#FDB6AB color RGB value is (253,182,171).

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

RGB channels and saturation

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

253
182
171

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

Portions of RGB colors in percentages

R + G + B = 253 + 182 + 171 = 606 (100%)
R 253 of 606 ~ 41.75%
G 182 of 606 ~ 30.03%
B 171 of 606 ~ 28.22'%

%41.75
%30.03
%28.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.06%
  • 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.06
%32.41
%0.78

Codes

Color #FDB6AB in popluar color models

FD B6 AB
RGB 253 182 171
HSL 95.35% 83.14%
HSB/HSV 32.41% 99.22%
CMYK 0.00% 28.06% 32.41%
0.78%

Color #FDB6AB in popluar number systems.

HEX FD B6 AB
Decimal 253 182 171
Binary 11111101 10110110 10101011
Octal 375 266 253

Shades and tints

Shades of #FDB6AB

#FDB6AB
(253,182,171)
#E6A69C
(230,166,156)
#CF968D
(207,150,141)
#B8867E
(184,134,126)
#A1766F
(161,118,111)
#8A6660
(138,102,96)
#735651
(115,86,81)
#5C4642
(92,70,66)
#453633
(69,54,51)
#2E2624
(46,38,36)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #FDB6AB

#FDB6AB
(253,182,171)
#FDBCB2
(253,188,178)
#FDC2B9
(253,194,185)
#FDC8C0
(253,200,192)
#FDCEC7
(253,206,199)
#FDD4CE
(253,212,206)
#FDDAD5
(253,218,213)
#FDE0DC
(253,224,220)
#FDE6E3
(253,230,227)
#FDECEA
(253,236,234)
#FDF2F1
(253,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDB6AB; }

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

This text font color is #FDB6AB.

Background Color

.myBgColor { background-color: #FDB6AB; }

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

This div background color is #FDB6AB.

Border color

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

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

This div border color is #FDB6AB.

Opacity

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

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

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

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

This text has shadow with #FDB6AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB6AB.

Preview

Color preview on black background

This text has color #FDB6AB on black background.


Color preview on white background

This text has color #FDB6AB on white background.


Black color preview on #FDB6AB background

This text has black color on #FDB6AB background.


White color preview on #FDB6AB background

This text has white color on #FDB6AB background.


Related colors

Complementary color

Complementary color for #hex is #024954.


I love getcolorcode.com

Triadic colors

1 #ABFDB6 and #B6ABFD with #FDB6AB are triadic colors.

2 #ABB6FD and #B6FDAB with #FDB6AB are triadic colors.