Shades of Mandys Pink #FFB7A0
Tints of Mandys Pink #FFB7A0
RGB
CMYK
RGB Variations
Color information
#FFB7A0 (or 0xFFB7A0) is known color: Mandys Pink. HEX triplet: FF, B7 and A0. RGB value is (255,183,160). Sum of RGB (Red+Green+Blue) = 255+183+160=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB7A0 is #00485F. Grayscale: #CACACA. Windows color (decimal): -18528 or 10532863. OLE color: 10532863.
HSL color Cylindrical-coordinate representation of color #FFB7A0: hue angle of 14.53º 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 #FFB7A0 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 160 | - |
| CMYK | 0 | 0.28 | 0.37 | 0 |
| HSL | 14.53º | 1% | 0.81% | - |
| HSV(B) | 14.53º | 0.37% | 1% | - |
| XYZ | 64.52 | 57.67 | 40.99 | - |
| YUV | 201.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 160 | 0 | 0.28 | 0.37 | 0 | 14.53 | 1 | 0.81 |
| Hex | FF | B7 | A0 | 0 | 1C | 25 | 0 | F | 64 | 51 |
| Octal | 377 | 267 | 240 | 0 | 34 | 45 | 0 | 17 | 144 | 121 |
| Binary | 11111111 | 10110111 | 10100000 | 0 | 11100 | 100101 | 0 | 1111 | 1100100 | 1010001 |
Color Harmonies of #FFB7A0
Complementary color
Monochromatic Colors of #FFB7A0
Black with #FFB7A0
Text Example
Text Example
White with #FFB7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7A0; }
p { color: rgb(255,183,160); }
H1.HeaderClassName
{
color: #FFB7A0;
}
.AnyTagClassName
{
color: #FFB7A0;
}
</style>
background-color css
<style>
a { background-color: #FFB7A0; }
a { background-color: rgb(255,183,160); }
div.DivClassName
{
background-color: #FFB7A0;
}
.BgClassName
{
background-color: #FFB7A0;
}
</style>
border-color css
<style>
span { border-color: #FFB7A0; }
span { border-color: rgb(255,183,160); }
td.TdClassName
{
border-color: #FFB7A0;
}
.TagClassName
{
border-color: #FFB7A0;
}
</style>