HEX: #FDB6AA
RGB: (253,182,170)
#FDB6AA contains mainly red color. Web safe color of #FDB6AA is #FFCC99 (or #FC9).
#FDB6AA color RGB value is (253,182,170).
RGB: (253,182,170)
(99%, 71%, 67%)
R 253 of 255 = 99%
G 182 of 255 = 71%
B 170 of 255 = 67%
R + G + B ~ 79%. #FDB6AA is quite light color.
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'%
#FDB6AA color CMYK value is (0,28,33,1).
CMYK: (0,28,33,1)
C0M28Y33K1 (0%, 28%, 33%, 1%)
(0.00 / 0.28 / 0.33 / 0.01)
Color #FDB6AA in popluar color models
FD | B6 | AA | |
---|---|---|---|
RGB | 253 | 182 | 170 |
HSL | 9° | 95.40% | 82.94% |
HSB/HSV | 9° | 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 of #FDB6AA
Tints of #FDB6AA
Examples of css and html codes for elements with #FDB6AA color. Also use rgb(253,182,170) instead hex code.
.myTextColor { color: #FDB6AA; }
<p style="color:#FDB6AA">This sample text font color is #FDB6AA.</p>
This text font color is #FDB6AA.
.myBgColor { background-color: #FDB6AA; }
<div style="background-color:#FDB6AA">Inner text</div>
This div background color is #FDB6AA.
.myBorderColor { border: 1px solid #FDB6AA; }
<div style="border:3px solid #FDB6AA">Div</div>
This div border color is #FDB6AA.
.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%.
.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.
/* 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 text has color #FDB6AA on black background.
This text has color #FDB6AA on white background.
This text has black color on #FDB6AA background.
This text has white color on #FDB6AA background.
Complementary color for #hex is #024955.