Shades of Mandys Pink #F5BA9C
Tints of Mandys Pink #F5BA9C
RGB
CMYK
RGB Variations
Color information
#F5BA9C (or 0xF5BA9C) is known color: Mandys Pink. HEX triplet: F5, BA and 9C. RGB value is (245,186,156). Sum of RGB (Red+Green+Blue) = 245+186+156=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BA9C is #0A4563. Grayscale: #C8C8C8. Windows color (decimal): -673124 or 10271477. OLE color: 10271477.
HSL color Cylindrical-coordinate representation of color #F5BA9C: hue angle of 20.22º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5BA9C is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 156 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.04 |
| HSL | 20.22º | 0.82% | 0.79% | - |
| HSV(B) | 20.22º | 0.36% | 0.96% | - |
| XYZ | 61.22 | 56.93 | 39.21 | - |
| YUV | 200.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 156 | 0 | 0.24 | 0.36 | 0.04 | 20.22 | 0.82 | 0.79 |
| Hex | F5 | BA | 9C | 0 | 18 | 24 | 4 | 14 | 52 | 4F |
| Octal | 365 | 272 | 234 | 0 | 30 | 44 | 4 | 24 | 122 | 117 |
| Binary | 11110101 | 10111010 | 10011100 | 0 | 11000 | 100100 | 100 | 10100 | 1010010 | 1001111 |
Color Harmonies of #F5BA9C
Complementary color
Monochromatic Colors of #F5BA9C
Black with #F5BA9C
Text Example
Text Example
White with #F5BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA9C; }
p { color: rgb(245,186,156); }
H1.HeaderClassName
{
color: #F5BA9C;
}
.AnyTagClassName
{
color: #F5BA9C;
}
</style>
background-color css
<style>
a { background-color: #F5BA9C; }
a { background-color: rgb(245,186,156); }
div.DivClassName
{
background-color: #F5BA9C;
}
.BgClassName
{
background-color: #F5BA9C;
}
</style>
border-color css
<style>
span { border-color: #F5BA9C; }
span { border-color: rgb(245,186,156); }
td.TdClassName
{
border-color: #F5BA9C;
}
.TagClassName
{
border-color: #F5BA9C;
}
</style>