Shades of Mandys Pink #FFBA94
Tints of Mandys Pink #FFBA94
RGB
CMYK
RGB Variations
Color information
#FFBA94 (or 0xFFBA94) is known color: Mandys Pink. HEX triplet: FF, BA and 94. RGB value is (255,186,148). Sum of RGB (Red+Green+Blue) = 255+186+148=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA94 is #00456B. Grayscale: #CACACA. Windows color (decimal): -17772 or 9747199. OLE color: 9747199.
HSL color Cylindrical-coordinate representation of color #FFBA94: hue angle of 21.31º 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 #FFBA94 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 148 | - |
| CMYK | 0 | 0.27 | 0.42 | 0 |
| HSL | 21.31º | 1% | 0.79% | - |
| HSV(B) | 21.31º | 0.42% | 1% | - |
| XYZ | 64.14 | 58.52 | 35.93 | - |
| YUV | 202.3 | 97.36 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 148 | 0 | 0.27 | 0.42 | 0 | 21.31 | 1 | 0.79 |
| Hex | FF | BA | 94 | 0 | 1B | 2A | 0 | 15 | 64 | 4F |
| Octal | 377 | 272 | 224 | 0 | 33 | 52 | 0 | 25 | 144 | 117 |
| Binary | 11111111 | 10111010 | 10010100 | 0 | 11011 | 101010 | 0 | 10101 | 1100100 | 1001111 |
Color Harmonies of #FFBA94
Complementary color
Monochromatic Colors of #FFBA94
Black with #FFBA94
Text Example
Text Example
White with #FFBA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA94; }
p { color: rgb(255,186,148); }
H1.HeaderClassName
{
color: #FFBA94;
}
.AnyTagClassName
{
color: #FFBA94;
}
</style>
background-color css
<style>
a { background-color: #FFBA94; }
a { background-color: rgb(255,186,148); }
div.DivClassName
{
background-color: #FFBA94;
}
.BgClassName
{
background-color: #FFBA94;
}
</style>
border-color css
<style>
span { border-color: #FFBA94; }
span { border-color: rgb(255,186,148); }
td.TdClassName
{
border-color: #FFBA94;
}
.TagClassName
{
border-color: #FFBA94;
}
</style>