Shades of Mandys Pink #FFBBA0
Tints of Mandys Pink #FFBBA0
RGB
CMYK
RGB Variations
Color information
#FFBBA0 (or 0xFFBBA0) is known color: Mandys Pink. HEX triplet: FF, BB and A0. RGB value is (255,187,160). Sum of RGB (Red+Green+Blue) = 255+187+160=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBA0 is #00445F. Grayscale: #CCCCCC. Windows color (decimal): -17504 or 10533887. OLE color: 10533887.
HSL color Cylindrical-coordinate representation of color #FFBBA0: hue angle of 17.05º 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 #FFBBA0 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 160 | - |
| CMYK | 0 | 0.27 | 0.37 | 0 |
| HSL | 17.05º | 1% | 0.81% | - |
| HSV(B) | 17.05º | 0.37% | 1% | - |
| XYZ | 65.36 | 59.34 | 41.27 | - |
| YUV | 204.25 | 103.03 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 160 | 0 | 0.27 | 0.37 | 0 | 17.05 | 1 | 0.81 |
| Hex | FF | BB | A0 | 0 | 1B | 25 | 0 | 11 | 64 | 51 |
| Octal | 377 | 273 | 240 | 0 | 33 | 45 | 0 | 21 | 144 | 121 |
| Binary | 11111111 | 10111011 | 10100000 | 0 | 11011 | 100101 | 0 | 10001 | 1100100 | 1010001 |
Color Harmonies of #FFBBA0
Complementary color
Monochromatic Colors of #FFBBA0
Black with #FFBBA0
Text Example
Text Example
White with #FFBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBA0; }
p { color: rgb(255,187,160); }
H1.HeaderClassName
{
color: #FFBBA0;
}
.AnyTagClassName
{
color: #FFBBA0;
}
</style>
background-color css
<style>
a { background-color: #FFBBA0; }
a { background-color: rgb(255,187,160); }
div.DivClassName
{
background-color: #FFBBA0;
}
.BgClassName
{
background-color: #FFBBA0;
}
</style>
border-color css
<style>
span { border-color: #FFBBA0; }
span { border-color: rgb(255,187,160); }
td.TdClassName
{
border-color: #FFBBA0;
}
.TagClassName
{
border-color: #FFBBA0;
}
</style>