Shades of Mandys Pink #FFBA97
Tints of Mandys Pink #FFBA97
RGB
CMYK
RGB Variations
Color information
#FFBA97 (or 0xFFBA97) is known color: Mandys Pink. HEX triplet: FF, BA and 97. RGB value is (255,186,151). Sum of RGB (Red+Green+Blue) = 255+186+151=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA97 is #004568. Grayscale: #CACACA. Windows color (decimal): -17769 or 9943807. OLE color: 9943807.
HSL color Cylindrical-coordinate representation of color #FFBA97: hue angle of 20.19º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFBA97 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 151 | - |
| CMYK | 0 | 0.27 | 0.41 | 0 |
| HSL | 20.19º | 1% | 0.8% | - |
| HSV(B) | 20.19º | 0.41% | 1% | - |
| XYZ | 64.38 | 58.61 | 37.2 | - |
| YUV | 202.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 151 | 0 | 0.27 | 0.41 | 0 | 20.19 | 1 | 0.8 |
| Hex | FF | BA | 97 | 0 | 1B | 29 | 0 | 14 | 64 | 50 |
| Octal | 377 | 272 | 227 | 0 | 33 | 51 | 0 | 24 | 144 | 120 |
| Binary | 11111111 | 10111010 | 10010111 | 0 | 11011 | 101001 | 0 | 10100 | 1100100 | 1010000 |
Color Harmonies of #FFBA97
Complementary color
Monochromatic Colors of #FFBA97
Black with #FFBA97
Text Example
Text Example
White with #FFBA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA97; }
p { color: rgb(255,186,151); }
H1.HeaderClassName
{
color: #FFBA97;
}
.AnyTagClassName
{
color: #FFBA97;
}
</style>
background-color css
<style>
a { background-color: #FFBA97; }
a { background-color: rgb(255,186,151); }
div.DivClassName
{
background-color: #FFBA97;
}
.BgClassName
{
background-color: #FFBA97;
}
</style>
border-color css
<style>
span { border-color: #FFBA97; }
span { border-color: rgb(255,186,151); }
td.TdClassName
{
border-color: #FFBA97;
}
.TagClassName
{
border-color: #FFBA97;
}
</style>