Shades of Mandys Pink #FFBA9B
Tints of Mandys Pink #FFBA9B
RGB
CMYK
RGB Variations
Color information
#FFBA9B (or 0xFFBA9B) is known color: Mandys Pink. HEX triplet: FF, BA and 9B. RGB value is (255,186,155). Sum of RGB (Red+Green+Blue) = 255+186+155=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA9B is #004564. Grayscale: #CBCBCB. Windows color (decimal): -17765 or 10205951. OLE color: 10205951.
HSL color Cylindrical-coordinate representation of color #FFBA9B: hue angle of 18.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFBA9B is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 155 | - |
| CMYK | 0 | 0.27 | 0.39 | 0 |
| HSL | 18.6º | 1% | 0.8% | - |
| HSV(B) | 18.6º | 0.39% | 1% | - |
| XYZ | 64.72 | 58.74 | 38.94 | - |
| YUV | 203.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 155 | 0 | 0.27 | 0.39 | 0 | 18.6 | 1 | 0.8 |
| Hex | FF | BA | 9B | 0 | 1B | 27 | 0 | 13 | 64 | 50 |
| Octal | 377 | 272 | 233 | 0 | 33 | 47 | 0 | 23 | 144 | 120 |
| Binary | 11111111 | 10111010 | 10011011 | 0 | 11011 | 100111 | 0 | 10011 | 1100100 | 1010000 |
Color Harmonies of #FFBA9B
Complementary color
Monochromatic Colors of #FFBA9B
Black with #FFBA9B
Text Example
Text Example
White with #FFBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA9B; }
p { color: rgb(255,186,155); }
H1.HeaderClassName
{
color: #FFBA9B;
}
.AnyTagClassName
{
color: #FFBA9B;
}
</style>
background-color css
<style>
a { background-color: #FFBA9B; }
a { background-color: rgb(255,186,155); }
div.DivClassName
{
background-color: #FFBA9B;
}
.BgClassName
{
background-color: #FFBA9B;
}
</style>
border-color css
<style>
span { border-color: #FFBA9B; }
span { border-color: rgb(255,186,155); }
td.TdClassName
{
border-color: #FFBA9B;
}
.TagClassName
{
border-color: #FFBA9B;
}
</style>