Shades of Mandys Pink #FFBA90
Tints of Mandys Pink #FFBA90
RGB
CMYK
RGB Variations
Color information
#FFBA90 (or 0xFFBA90) is known color: Mandys Pink. HEX triplet: FF, BA and 90. RGB value is (255,186,144). Sum of RGB (Red+Green+Blue) = 255+186+144=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBA90 is #00456F. Grayscale: #CACACA. Windows color (decimal): -17776 or 9485055. OLE color: 9485055.
HSL color Cylindrical-coordinate representation of color #FFBA90: hue angle of 22.7º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFBA90 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 144 | - |
| CMYK | 0 | 0.27 | 0.44 | 0 |
| HSL | 22.7º | 1% | 0.78% | - |
| HSV(B) | 22.7º | 0.44% | 1% | - |
| XYZ | 63.83 | 58.39 | 34.29 | - |
| YUV | 201.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 144 | 0 | 0.27 | 0.44 | 0 | 22.7 | 1 | 0.78 |
| Hex | FF | BA | 90 | 0 | 1B | 2C | 0 | 17 | 64 | 4E |
| Octal | 377 | 272 | 220 | 0 | 33 | 54 | 0 | 27 | 144 | 116 |
| Binary | 11111111 | 10111010 | 10010000 | 0 | 11011 | 101100 | 0 | 10111 | 1100100 | 1001110 |
Color Harmonies of #FFBA90
Complementary color
Monochromatic Colors of #FFBA90
Black with #FFBA90
Text Example
Text Example
White with #FFBA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA90; }
p { color: rgb(255,186,144); }
H1.HeaderClassName
{
color: #FFBA90;
}
.AnyTagClassName
{
color: #FFBA90;
}
</style>
background-color css
<style>
a { background-color: #FFBA90; }
a { background-color: rgb(255,186,144); }
div.DivClassName
{
background-color: #FFBA90;
}
.BgClassName
{
background-color: #FFBA90;
}
</style>
border-color css
<style>
span { border-color: #FFBA90; }
span { border-color: rgb(255,186,144); }
td.TdClassName
{
border-color: #FFBA90;
}
.TagClassName
{
border-color: #FFBA90;
}
</style>