Shades of Mandys Pink #FDBAA1
Tints of Mandys Pink #FDBAA1
RGB
CMYK
RGB Variations
Color information
#FDBAA1 (or 0xFDBAA1) is known color: Mandys Pink. HEX triplet: FD, BA and A1. RGB value is (253,186,161). Sum of RGB (Red+Green+Blue) = 253+186+161=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAA1 is #02455E. Grayscale: #CBCBCB. Windows color (decimal): -148831 or 10599165. OLE color: 10599165.
HSL color Cylindrical-coordinate representation of color #FDBAA1: hue angle of 16.3º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDBAA1 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 161 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.01 |
| HSL | 16.3º | 0.96% | 0.81% | - |
| HSV(B) | 16.3º | 0.36% | 0.99% | - |
| XYZ | 64.5 | 58.57 | 41.62 | - |
| YUV | 203.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 161 | 0 | 0.26 | 0.36 | 0.01 | 16.3 | 0.96 | 0.81 |
| Hex | FD | BA | A1 | 0 | 1A | 24 | 1 | 10 | 60 | 51 |
| Octal | 375 | 272 | 241 | 0 | 32 | 44 | 1 | 20 | 140 | 121 |
| Binary | 11111101 | 10111010 | 10100001 | 0 | 11010 | 100100 | 1 | 10000 | 1100000 | 1010001 |
Color Harmonies of #FDBAA1
Complementary color
Monochromatic Colors of #FDBAA1
Black with #FDBAA1
Text Example
Text Example
White with #FDBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAA1; }
p { color: rgb(253,186,161); }
H1.HeaderClassName
{
color: #FDBAA1;
}
.AnyTagClassName
{
color: #FDBAA1;
}
</style>
background-color css
<style>
a { background-color: #FDBAA1; }
a { background-color: rgb(253,186,161); }
div.DivClassName
{
background-color: #FDBAA1;
}
.BgClassName
{
background-color: #FDBAA1;
}
</style>
border-color css
<style>
span { border-color: #FDBAA1; }
span { border-color: rgb(253,186,161); }
td.TdClassName
{
border-color: #FDBAA1;
}
.TagClassName
{
border-color: #FDBAA1;
}
</style>