Shades of Mandys Pink #FFBA9F
Tints of Mandys Pink #FFBA9F
RGB
CMYK
RGB Variations
Color information
#FFBA9F (or 0xFFBA9F) is known color: Mandys Pink. HEX triplet: FF, BA and 9F. RGB value is (255,186,159). Sum of RGB (Red+Green+Blue) = 255+186+159=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA9F is #004560. Grayscale: #CBCBCB. Windows color (decimal): -17761 or 10468095. OLE color: 10468095.
HSL color Cylindrical-coordinate representation of color #FFBA9F: hue angle of 16.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFBA9F is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 159 | - |
| CMYK | 0 | 0.27 | 0.38 | 0 |
| HSL | 16.88º | 1% | 0.81% | - |
| HSV(B) | 16.88º | 0.38% | 1% | - |
| XYZ | 65.06 | 58.88 | 40.74 | - |
| YUV | 203.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 159 | 0 | 0.27 | 0.38 | 0 | 16.88 | 1 | 0.81 |
| Hex | FF | BA | 9F | 0 | 1B | 26 | 0 | 11 | 64 | 51 |
| Octal | 377 | 272 | 237 | 0 | 33 | 46 | 0 | 21 | 144 | 121 |
| Binary | 11111111 | 10111010 | 10011111 | 0 | 11011 | 100110 | 0 | 10001 | 1100100 | 1010001 |
Color Harmonies of #FFBA9F
Complementary color
Monochromatic Colors of #FFBA9F
Black with #FFBA9F
Text Example
Text Example
White with #FFBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA9F; }
p { color: rgb(255,186,159); }
H1.HeaderClassName
{
color: #FFBA9F;
}
.AnyTagClassName
{
color: #FFBA9F;
}
</style>
background-color css
<style>
a { background-color: #FFBA9F; }
a { background-color: rgb(255,186,159); }
div.DivClassName
{
background-color: #FFBA9F;
}
.BgClassName
{
background-color: #FFBA9F;
}
</style>
border-color css
<style>
span { border-color: #FFBA9F; }
span { border-color: rgb(255,186,159); }
td.TdClassName
{
border-color: #FFBA9F;
}
.TagClassName
{
border-color: #FFBA9F;
}
</style>