Shades of Mandys Pink #FFB9A0
Tints of Mandys Pink #FFB9A0
RGB
CMYK
RGB Variations
Color information
#FFB9A0 (or 0xFFB9A0) is known color: Mandys Pink. HEX triplet: FF, B9 and A0. RGB value is (255,185,160). Sum of RGB (Red+Green+Blue) = 255+185+160=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9A0 is #00465F. Grayscale: #CBCBCB. Windows color (decimal): -18016 or 10533375. OLE color: 10533375.
HSL color Cylindrical-coordinate representation of color #FFB9A0: hue angle of 15.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFB9A0 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 160 | - |
| CMYK | 0 | 0.27 | 0.37 | 0 |
| HSL | 15.79º | 1% | 0.81% | - |
| HSV(B) | 15.79º | 0.37% | 1% | - |
| XYZ | 64.93 | 58.5 | 41.13 | - |
| YUV | 203.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 160 | 0 | 0.27 | 0.37 | 0 | 15.79 | 1 | 0.81 |
| Hex | FF | B9 | A0 | 0 | 1B | 25 | 0 | 10 | 64 | 51 |
| Octal | 377 | 271 | 240 | 0 | 33 | 45 | 0 | 20 | 144 | 121 |
| Binary | 11111111 | 10111001 | 10100000 | 0 | 11011 | 100101 | 0 | 10000 | 1100100 | 1010001 |
Color Harmonies of #FFB9A0
Complementary color
Monochromatic Colors of #FFB9A0
Black with #FFB9A0
Text Example
Text Example
White with #FFB9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9A0; }
p { color: rgb(255,185,160); }
H1.HeaderClassName
{
color: #FFB9A0;
}
.AnyTagClassName
{
color: #FFB9A0;
}
</style>
background-color css
<style>
a { background-color: #FFB9A0; }
a { background-color: rgb(255,185,160); }
div.DivClassName
{
background-color: #FFB9A0;
}
.BgClassName
{
background-color: #FFB9A0;
}
</style>
border-color css
<style>
span { border-color: #FFB9A0; }
span { border-color: rgb(255,185,160); }
td.TdClassName
{
border-color: #FFB9A0;
}
.TagClassName
{
border-color: #FFB9A0;
}
</style>