Shades of Mandys Pink #F5BA8D
Tints of Mandys Pink #F5BA8D
RGB
CMYK
RGB Variations
Color information
#F5BA8D (or 0xF5BA8D) is known color: Mandys Pink. HEX triplet: F5, BA and 8D. RGB value is (245,186,141). Sum of RGB (Red+Green+Blue) = 245+186+141=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BA8D is #0A4572. Grayscale: #C6C6C6. Windows color (decimal): -673139 or 9288437. OLE color: 9288437.
HSL color Cylindrical-coordinate representation of color #F5BA8D: hue angle of 25.96º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5BA8D is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 141 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.04 |
| HSL | 25.96º | 0.84% | 0.76% | - |
| HSV(B) | 25.96º | 0.42% | 0.96% | - |
| XYZ | 60.02 | 56.45 | 32.93 | - |
| YUV | 198.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 141 | 0 | 0.24 | 0.42 | 0.04 | 25.96 | 0.84 | 0.76 |
| Hex | F5 | BA | 8D | 0 | 18 | 2A | 4 | 1A | 54 | 4C |
| Octal | 365 | 272 | 215 | 0 | 30 | 52 | 4 | 32 | 124 | 114 |
| Binary | 11110101 | 10111010 | 10001101 | 0 | 11000 | 101010 | 100 | 11010 | 1010100 | 1001100 |
Color Harmonies of #F5BA8D
Complementary color
Monochromatic Colors of #F5BA8D
Black with #F5BA8D
Text Example
Text Example
White with #F5BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA8D; }
p { color: rgb(245,186,141); }
H1.HeaderClassName
{
color: #F5BA8D;
}
.AnyTagClassName
{
color: #F5BA8D;
}
</style>
background-color css
<style>
a { background-color: #F5BA8D; }
a { background-color: rgb(245,186,141); }
div.DivClassName
{
background-color: #F5BA8D;
}
.BgClassName
{
background-color: #F5BA8D;
}
</style>
border-color css
<style>
span { border-color: #F5BA8D; }
span { border-color: rgb(245,186,141); }
td.TdClassName
{
border-color: #F5BA8D;
}
.TagClassName
{
border-color: #F5BA8D;
}
</style>