COLOR #FDB6AA

HEX: #FDB6AA RGB: (253,182,170)

Color info

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

RGB color model

#FDB6AA color RGB value is (253,182,170).

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

RGB channels and saturation

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

253
182
170

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

Portions of RGB colors in percentages

R + G + B = 253 + 182 + 170 = 605 (100%)
R 253 of 605 ~ 41.82%
G 182 of 605 ~ 30.08%
B 170 of 605 ~ 28.1'%

%41.82
%30.08
%28.1

CMYK color model

#FDB6AA color CMYK value is (0,28,33,1).

  • cyan value is 0.00%
  • magenta value is 28.06%
  • yellow value is 32.81%
  • key color value is 0.78%

CMYK: (0,28,33,1)
C0M28Y33K1 (0%, 28%, 33%, 1%)
(0.00 / 0.28 / 0.33 / 0.01)

CMYK percentages

%0
%28.06
%32.81
%0.78

Codes

Color #FDB6AA in popluar color models

FD B6 AA
RGB 253 182 170
HSL 95.40% 82.94%
HSB/HSV 32.81% 99.22%
CMYK 0.00% 28.06% 32.81%
0.78%

Color #FDB6AA in popluar number systems.

HEX FD B6 AA
Decimal 253 182 170
Binary 11111101 10110110 10101010
Octal 375 266 252

Shades and tints

Shades of #FDB6AA

#FDB6AA
(253,182,170)
#E6A69B
(230,166,155)
#CF968C
(207,150,140)
#B8867D
(184,134,125)
#A1766E
(161,118,110)
#8A665F
(138,102,95)
#735650
(115,86,80)
#5C4641
(92,70,65)
#453632
(69,54,50)
#2E2623
(46,38,35)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #FDB6AA

#FDB6AA
(253,182,170)
#FDBCB1
(253,188,177)
#FDC2B8
(253,194,184)
#FDC8BF
(253,200,191)
#FDCEC6
(253,206,198)
#FDD4CD
(253,212,205)
#FDDAD4
(253,218,212)
#FDE0DB
(253,224,219)
#FDE6E2
(253,230,226)
#FDECE9
(253,236,233)
#FDF2F0
(253,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDB6AA; }

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

This text font color is #FDB6AA.

Background Color

.myBgColor { background-color: #FDB6AA; }

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

This div background color is #FDB6AA.

Border color

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

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

This div border color is #FDB6AA.

Opacity

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

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

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

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

This text has shadow with #FDB6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB6AA.

Preview

Color preview on black background

This text has color #FDB6AA on black background.


Color preview on white background

This text has color #FDB6AA on white background.


Black color preview on #FDB6AA background

This text has black color on #FDB6AA background.


White color preview on #FDB6AA background

This text has white color on #FDB6AA background.


Related colors

Complementary color

Complementary color for #hex is #024955.


I love getcolorcode.com

Triadic colors

1 #AAFDB6 and #B6AAFD with #FDB6AA are triadic colors.

2 #AAB6FD and #B6FDAA with #FDB6AA are triadic colors.