Shades of Mandys Pink #F7BA9A
Tints of Mandys Pink #F7BA9A
RGB
CMYK
RGB Variations
Color information
#F7BA9A (or 0xF7BA9A) is known color: Mandys Pink. HEX triplet: F7, BA and 9A. RGB value is (247,186,154). Sum of RGB (Red+Green+Blue) = 247+186+154=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BA9A is #084565. Grayscale: #C8C8C8. Windows color (decimal): -542054 or 10140407. OLE color: 10140407.
HSL color Cylindrical-coordinate representation of color #F7BA9A: hue angle of 20.65º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F7BA9A is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 154 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.03 |
| HSL | 20.65º | 0.85% | 0.79% | - |
| HSV(B) | 20.65º | 0.38% | 0.97% | - |
| XYZ | 61.75 | 57.23 | 38.36 | - |
| YUV | 200.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 154 | 0 | 0.25 | 0.38 | 0.03 | 20.65 | 0.85 | 0.79 |
| Hex | F7 | BA | 9A | 0 | 19 | 26 | 3 | 15 | 55 | 4F |
| Octal | 367 | 272 | 232 | 0 | 31 | 46 | 3 | 25 | 125 | 117 |
| Binary | 11110111 | 10111010 | 10011010 | 0 | 11001 | 100110 | 11 | 10101 | 1010101 | 1001111 |
Color Harmonies of #F7BA9A
Complementary color
Monochromatic Colors of #F7BA9A
Black with #F7BA9A
Text Example
Text Example
White with #F7BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BA9A; }
p { color: rgb(247,186,154); }
H1.HeaderClassName
{
color: #F7BA9A;
}
.AnyTagClassName
{
color: #F7BA9A;
}
</style>
background-color css
<style>
a { background-color: #F7BA9A; }
a { background-color: rgb(247,186,154); }
div.DivClassName
{
background-color: #F7BA9A;
}
.BgClassName
{
background-color: #F7BA9A;
}
</style>
border-color css
<style>
span { border-color: #F7BA9A; }
span { border-color: rgb(247,186,154); }
td.TdClassName
{
border-color: #F7BA9A;
}
.TagClassName
{
border-color: #F7BA9A;
}
</style>