Shades of Mandys Pink #FDBAA0
Tints of Mandys Pink #FDBAA0
RGB
CMYK
RGB Variations
Color information
#FDBAA0 (or 0xFDBAA0) is known color: Mandys Pink. HEX triplet: FD, BA and A0. RGB value is (253,186,160). Sum of RGB (Red+Green+Blue) = 253+186+160=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAA0 is #02455F. Grayscale: #CBCBCB. Windows color (decimal): -148832 or 10533629. OLE color: 10533629.
HSL color Cylindrical-coordinate representation of color #FDBAA0: hue angle of 16.77º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDBAA0 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 160 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.01 |
| HSL | 16.77º | 0.96% | 0.81% | - |
| HSV(B) | 16.77º | 0.37% | 0.99% | - |
| XYZ | 64.41 | 58.54 | 41.16 | - |
| YUV | 203.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 160 | 0 | 0.26 | 0.37 | 0.01 | 16.77 | 0.96 | 0.81 |
| Hex | FD | BA | A0 | 0 | 1A | 25 | 1 | 11 | 60 | 51 |
| Octal | 375 | 272 | 240 | 0 | 32 | 45 | 1 | 21 | 140 | 121 |
| Binary | 11111101 | 10111010 | 10100000 | 0 | 11010 | 100101 | 1 | 10001 | 1100000 | 1010001 |
Color Harmonies of #FDBAA0
Complementary color
Monochromatic Colors of #FDBAA0
Black with #FDBAA0
Text Example
Text Example
White with #FDBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAA0; }
p { color: rgb(253,186,160); }
H1.HeaderClassName
{
color: #FDBAA0;
}
.AnyTagClassName
{
color: #FDBAA0;
}
</style>
background-color css
<style>
a { background-color: #FDBAA0; }
a { background-color: rgb(253,186,160); }
div.DivClassName
{
background-color: #FDBAA0;
}
.BgClassName
{
background-color: #FDBAA0;
}
</style>
border-color css
<style>
span { border-color: #FDBAA0; }
span { border-color: rgb(253,186,160); }
td.TdClassName
{
border-color: #FDBAA0;
}
.TagClassName
{
border-color: #FDBAA0;
}
</style>