Shades of Mandys Pink #F5BA94
Tints of Mandys Pink #F5BA94
RGB
CMYK
RGB Variations
Color information
#F5BA94 (or 0xF5BA94) is known color: Mandys Pink. HEX triplet: F5, BA and 94. RGB value is (245,186,148). Sum of RGB (Red+Green+Blue) = 245+186+148=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BA94 is #0A456B. Grayscale: #C7C7C7. Windows color (decimal): -673132 or 9747189. OLE color: 9747189.
HSL color Cylindrical-coordinate representation of color #F5BA94: hue angle of 23.51º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5BA94 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 148 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.04 |
| HSL | 23.51º | 0.83% | 0.77% | - |
| HSV(B) | 23.51º | 0.4% | 0.96% | - |
| XYZ | 60.56 | 56.67 | 35.76 | - |
| YUV | 199.31 | 99.05 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 148 | 0 | 0.24 | 0.40 | 0.04 | 23.51 | 0.83 | 0.77 |
| Hex | F5 | BA | 94 | 0 | 18 | 28 | 4 | 18 | 53 | 4D |
| Octal | 365 | 272 | 224 | 0 | 30 | 50 | 4 | 30 | 123 | 115 |
| Binary | 11110101 | 10111010 | 10010100 | 0 | 11000 | 101000 | 100 | 11000 | 1010011 | 1001101 |
Color Harmonies of #F5BA94
Complementary color
Monochromatic Colors of #F5BA94
Black with #F5BA94
Text Example
Text Example
White with #F5BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA94; }
p { color: rgb(245,186,148); }
H1.HeaderClassName
{
color: #F5BA94;
}
.AnyTagClassName
{
color: #F5BA94;
}
</style>
background-color css
<style>
a { background-color: #F5BA94; }
a { background-color: rgb(245,186,148); }
div.DivClassName
{
background-color: #F5BA94;
}
.BgClassName
{
background-color: #F5BA94;
}
</style>
border-color css
<style>
span { border-color: #F5BA94; }
span { border-color: rgb(245,186,148); }
td.TdClassName
{
border-color: #F5BA94;
}
.TagClassName
{
border-color: #F5BA94;
}
</style>