Shades of Mandys Pink #FFBA95
Tints of Mandys Pink #FFBA95
RGB
CMYK
RGB Variations
Color information
#FFBA95 (or 0xFFBA95) is known color: Mandys Pink. HEX triplet: FF, BA and 95. RGB value is (255,186,149). Sum of RGB (Red+Green+Blue) = 255+186+149=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA95 is #00456A. Grayscale: #CACACA. Windows color (decimal): -17771 or 9812735. OLE color: 9812735.
HSL color Cylindrical-coordinate representation of color #FFBA95: hue angle of 20.94º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFBA95 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 149 | - |
| CMYK | 0 | 0.27 | 0.42 | 0 |
| HSL | 20.94º | 1% | 0.79% | - |
| HSV(B) | 20.94º | 0.42% | 1% | - |
| XYZ | 64.22 | 58.55 | 36.35 | - |
| YUV | 202.41 | 97.86 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 149 | 0 | 0.27 | 0.42 | 0 | 20.94 | 1 | 0.79 |
| Hex | FF | BA | 95 | 0 | 1B | 2A | 0 | 15 | 64 | 4F |
| Octal | 377 | 272 | 225 | 0 | 33 | 52 | 0 | 25 | 144 | 117 |
| Binary | 11111111 | 10111010 | 10010101 | 0 | 11011 | 101010 | 0 | 10101 | 1100100 | 1001111 |
Color Harmonies of #FFBA95
Complementary color
Monochromatic Colors of #FFBA95
Black with #FFBA95
Text Example
Text Example
White with #FFBA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA95; }
p { color: rgb(255,186,149); }
H1.HeaderClassName
{
color: #FFBA95;
}
.AnyTagClassName
{
color: #FFBA95;
}
</style>
background-color css
<style>
a { background-color: #FFBA95; }
a { background-color: rgb(255,186,149); }
div.DivClassName
{
background-color: #FFBA95;
}
.BgClassName
{
background-color: #FFBA95;
}
</style>
border-color css
<style>
span { border-color: #FFBA95; }
span { border-color: rgb(255,186,149); }
td.TdClassName
{
border-color: #FFBA95;
}
.TagClassName
{
border-color: #FFBA95;
}
</style>