Shades of Mandys Pink #FFBAA1
Tints of Mandys Pink #FFBAA1
RGB
CMYK
RGB Variations
Color information
#FFBAA1 (or 0xFFBAA1) is known color: Mandys Pink. HEX triplet: FF, BA and A1. RGB value is (255,186,161). Sum of RGB (Red+Green+Blue) = 255+186+161=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAA1 is #00455E. Grayscale: #CBCBCB. Windows color (decimal): -17759 or 10599167. OLE color: 10599167.
HSL color Cylindrical-coordinate representation of color #FFBAA1: hue angle of 15.96º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFBAA1 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 161 | - |
| CMYK | 0 | 0.27 | 0.37 | 0 |
| HSL | 15.96º | 1% | 0.82% | - |
| HSV(B) | 15.96º | 0.37% | 1% | - |
| XYZ | 65.23 | 58.95 | 41.66 | - |
| YUV | 203.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 161 | 0 | 0.27 | 0.37 | 0 | 15.96 | 1 | 0.82 |
| Hex | FF | BA | A1 | 0 | 1B | 25 | 0 | 10 | 64 | 52 |
| Octal | 377 | 272 | 241 | 0 | 33 | 45 | 0 | 20 | 144 | 122 |
| Binary | 11111111 | 10111010 | 10100001 | 0 | 11011 | 100101 | 0 | 10000 | 1100100 | 1010010 |
Color Harmonies of #FFBAA1
Complementary color
Monochromatic Colors of #FFBAA1
Black with #FFBAA1
Text Example
Text Example
White with #FFBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAA1; }
p { color: rgb(255,186,161); }
H1.HeaderClassName
{
color: #FFBAA1;
}
.AnyTagClassName
{
color: #FFBAA1;
}
</style>
background-color css
<style>
a { background-color: #FFBAA1; }
a { background-color: rgb(255,186,161); }
div.DivClassName
{
background-color: #FFBAA1;
}
.BgClassName
{
background-color: #FFBAA1;
}
</style>
border-color css
<style>
span { border-color: #FFBAA1; }
span { border-color: rgb(255,186,161); }
td.TdClassName
{
border-color: #FFBAA1;
}
.TagClassName
{
border-color: #FFBAA1;
}
</style>