Shades of Mandys Pink #FFBAA0
Tints of Mandys Pink #FFBAA0
RGB
CMYK
RGB Variations
Color information
#FFBAA0 (or 0xFFBAA0) is known color: Mandys Pink. HEX triplet: FF, BA and A0. RGB value is (255,186,160). Sum of RGB (Red+Green+Blue) = 255+186+160=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAA0 is #00455F. Grayscale: #CBCBCB. Windows color (decimal): -17760 or 10533631. OLE color: 10533631.
HSL color Cylindrical-coordinate representation of color #FFBAA0: hue angle of 16.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFBAA0 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 160 | - |
| CMYK | 0 | 0.27 | 0.37 | 0 |
| HSL | 16.42º | 1% | 0.81% | - |
| HSV(B) | 16.42º | 0.37% | 1% | - |
| XYZ | 65.14 | 58.92 | 41.2 | - |
| YUV | 203.67 | 103.36 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 160 | 0 | 0.27 | 0.37 | 0 | 16.42 | 1 | 0.81 |
| Hex | FF | BA | A0 | 0 | 1B | 25 | 0 | 10 | 64 | 51 |
| Octal | 377 | 272 | 240 | 0 | 33 | 45 | 0 | 20 | 144 | 121 |
| Binary | 11111111 | 10111010 | 10100000 | 0 | 11011 | 100101 | 0 | 10000 | 1100100 | 1010001 |
Color Harmonies of #FFBAA0
Complementary color
Monochromatic Colors of #FFBAA0
Black with #FFBAA0
Text Example
Text Example
White with #FFBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAA0; }
p { color: rgb(255,186,160); }
H1.HeaderClassName
{
color: #FFBAA0;
}
.AnyTagClassName
{
color: #FFBAA0;
}
</style>
background-color css
<style>
a { background-color: #FFBAA0; }
a { background-color: rgb(255,186,160); }
div.DivClassName
{
background-color: #FFBAA0;
}
.BgClassName
{
background-color: #FFBAA0;
}
</style>
border-color css
<style>
span { border-color: #FFBAA0; }
span { border-color: rgb(255,186,160); }
td.TdClassName
{
border-color: #FFBAA0;
}
.TagClassName
{
border-color: #FFBAA0;
}
</style>