Shades of Mandys Pink #F7BA9E
Tints of Mandys Pink #F7BA9E
RGB
CMYK
RGB Variations
Color information
#F7BA9E (or 0xF7BA9E) is known color: Mandys Pink. HEX triplet: F7, BA and 9E. RGB value is (247,186,158). Sum of RGB (Red+Green+Blue) = 247+186+158=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BA9E is #084561. Grayscale: #C9C9C9. Windows color (decimal): -542050 or 10402551. OLE color: 10402551.
HSL color Cylindrical-coordinate representation of color #F7BA9E: hue angle of 18.88º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7BA9E is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 158 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.03 |
| HSL | 18.88º | 0.85% | 0.79% | - |
| HSV(B) | 18.88º | 0.36% | 0.97% | - |
| XYZ | 62.09 | 57.36 | 40.15 | - |
| YUV | 201.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 158 | 0 | 0.25 | 0.36 | 0.03 | 18.88 | 0.85 | 0.79 |
| Hex | F7 | BA | 9E | 0 | 19 | 24 | 3 | 13 | 55 | 4F |
| Octal | 367 | 272 | 236 | 0 | 31 | 44 | 3 | 23 | 125 | 117 |
| Binary | 11110111 | 10111010 | 10011110 | 0 | 11001 | 100100 | 11 | 10011 | 1010101 | 1001111 |
Color Harmonies of #F7BA9E
Complementary color
Monochromatic Colors of #F7BA9E
Black with #F7BA9E
Text Example
Text Example
White with #F7BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BA9E; }
p { color: rgb(247,186,158); }
H1.HeaderClassName
{
color: #F7BA9E;
}
.AnyTagClassName
{
color: #F7BA9E;
}
</style>
background-color css
<style>
a { background-color: #F7BA9E; }
a { background-color: rgb(247,186,158); }
div.DivClassName
{
background-color: #F7BA9E;
}
.BgClassName
{
background-color: #F7BA9E;
}
</style>
border-color css
<style>
span { border-color: #F7BA9E; }
span { border-color: rgb(247,186,158); }
td.TdClassName
{
border-color: #F7BA9E;
}
.TagClassName
{
border-color: #F7BA9E;
}
</style>