Shades of Mandys Pink #FFBBA1
Tints of Mandys Pink #FFBBA1
RGB
CMYK
RGB Variations
Color information
#FFBBA1 (or 0xFFBBA1) is known color: Mandys Pink. HEX triplet: FF, BB and A1. RGB value is (255,187,161). Sum of RGB (Red+Green+Blue) = 255+187+161=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBA1 is #00445E. Grayscale: #CCCCCC. Windows color (decimal): -17503 or 10599423. OLE color: 10599423.
HSL color Cylindrical-coordinate representation of color #FFBBA1: hue angle of 16.6º 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 #FFBBA1 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 161 | - |
| CMYK | 0 | 0.27 | 0.37 | 0 |
| HSL | 16.6º | 1% | 0.82% | - |
| HSV(B) | 16.6º | 0.37% | 1% | - |
| XYZ | 65.44 | 59.37 | 41.73 | - |
| YUV | 204.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 161 | 0 | 0.27 | 0.37 | 0 | 16.6 | 1 | 0.82 |
| Hex | FF | BB | A1 | 0 | 1B | 25 | 0 | 11 | 64 | 52 |
| Octal | 377 | 273 | 241 | 0 | 33 | 45 | 0 | 21 | 144 | 122 |
| Binary | 11111111 | 10111011 | 10100001 | 0 | 11011 | 100101 | 0 | 10001 | 1100100 | 1010010 |
Color Harmonies of #FFBBA1
Complementary color
Monochromatic Colors of #FFBBA1
Black with #FFBBA1
Text Example
Text Example
White with #FFBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBA1; }
p { color: rgb(255,187,161); }
H1.HeaderClassName
{
color: #FFBBA1;
}
.AnyTagClassName
{
color: #FFBBA1;
}
</style>
background-color css
<style>
a { background-color: #FFBBA1; }
a { background-color: rgb(255,187,161); }
div.DivClassName
{
background-color: #FFBBA1;
}
.BgClassName
{
background-color: #FFBBA1;
}
</style>
border-color css
<style>
span { border-color: #FFBBA1; }
span { border-color: rgb(255,187,161); }
td.TdClassName
{
border-color: #FFBBA1;
}
.TagClassName
{
border-color: #FFBBA1;
}
</style>