Shades of Mandys Pink #FFBA9A
Tints of Mandys Pink #FFBA9A
RGB
CMYK
RGB Variations
Color information
#FFBA9A (or 0xFFBA9A) is known color: Mandys Pink. HEX triplet: FF, BA and 9A. RGB value is (255,186,154). Sum of RGB (Red+Green+Blue) = 255+186+154=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA9A is #004565. Grayscale: #CBCBCB. Windows color (decimal): -17766 or 10140415. OLE color: 10140415.
HSL color Cylindrical-coordinate representation of color #FFBA9A: hue angle of 19.01º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFBA9A is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 154 | - |
| CMYK | 0 | 0.27 | 0.40 | 0 |
| HSL | 19.01º | 1% | 0.8% | - |
| HSV(B) | 19.01º | 0.4% | 1% | - |
| XYZ | 64.63 | 58.71 | 38.5 | - |
| YUV | 202.98 | 100.36 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 154 | 0 | 0.27 | 0.40 | 0 | 19.01 | 1 | 0.8 |
| Hex | FF | BA | 9A | 0 | 1B | 28 | 0 | 13 | 64 | 50 |
| Octal | 377 | 272 | 232 | 0 | 33 | 50 | 0 | 23 | 144 | 120 |
| Binary | 11111111 | 10111010 | 10011010 | 0 | 11011 | 101000 | 0 | 10011 | 1100100 | 1010000 |
Color Harmonies of #FFBA9A
Complementary color
Monochromatic Colors of #FFBA9A
Black with #FFBA9A
Text Example
Text Example
White with #FFBA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA9A; }
p { color: rgb(255,186,154); }
H1.HeaderClassName
{
color: #FFBA9A;
}
.AnyTagClassName
{
color: #FFBA9A;
}
</style>
background-color css
<style>
a { background-color: #FFBA9A; }
a { background-color: rgb(255,186,154); }
div.DivClassName
{
background-color: #FFBA9A;
}
.BgClassName
{
background-color: #FFBA9A;
}
</style>
border-color css
<style>
span { border-color: #FFBA9A; }
span { border-color: rgb(255,186,154); }
td.TdClassName
{
border-color: #FFBA9A;
}
.TagClassName
{
border-color: #FFBA9A;
}
</style>