Shades of Mandys Pink #F7BAA2
Tints of Mandys Pink #F7BAA2
RGB
CMYK
RGB Variations
Color information
#F7BAA2 (or 0xF7BAA2) is known color: Mandys Pink. HEX triplet: F7, BA and A2. RGB value is (247,186,162). Sum of RGB (Red+Green+Blue) = 247+186+162=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 162 (63.67% from 255 or 27.23% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BAA2 is #08455D. Grayscale: #C9C9C9. Windows color (decimal): -542046 or 10664695. OLE color: 10664695.
HSL color Cylindrical-coordinate representation of color #F7BAA2: hue angle of 16.94º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7BAA2 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 162 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.03 |
| HSL | 16.94º | 0.84% | 0.8% | - |
| HSV(B) | 16.94º | 0.34% | 0.97% | - |
| XYZ | 62.44 | 57.5 | 41.99 | - |
| YUV | 201.5 | 105.71 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 162 | 0 | 0.25 | 0.34 | 0.03 | 16.94 | 0.84 | 0.8 |
| Hex | F7 | BA | A2 | 0 | 19 | 22 | 3 | 11 | 54 | 50 |
| Octal | 367 | 272 | 242 | 0 | 31 | 42 | 3 | 21 | 124 | 120 |
| Binary | 11110111 | 10111010 | 10100010 | 0 | 11001 | 100010 | 11 | 10001 | 1010100 | 1010000 |
Color Harmonies of #F7BAA2
Complementary color
Monochromatic Colors of #F7BAA2
Black with #F7BAA2
Text Example
Text Example
White with #F7BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BAA2; }
p { color: rgb(247,186,162); }
H1.HeaderClassName
{
color: #F7BAA2;
}
.AnyTagClassName
{
color: #F7BAA2;
}
</style>
background-color css
<style>
a { background-color: #F7BAA2; }
a { background-color: rgb(247,186,162); }
div.DivClassName
{
background-color: #F7BAA2;
}
.BgClassName
{
background-color: #F7BAA2;
}
</style>
border-color css
<style>
span { border-color: #F7BAA2; }
span { border-color: rgb(247,186,162); }
td.TdClassName
{
border-color: #F7BAA2;
}
.TagClassName
{
border-color: #F7BAA2;
}
</style>