Shades of Mandys Pink #F7BA98
Tints of Mandys Pink #F7BA98
RGB
CMYK
RGB Variations
Color information
#F7BA98 (or 0xF7BA98) is known color: Mandys Pink. HEX triplet: F7, BA and 98. RGB value is (247,186,152). Sum of RGB (Red+Green+Blue) = 247+186+152=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BA98 is #084567. Grayscale: #C8C8C8. Windows color (decimal): -542056 or 10009335. OLE color: 10009335.
HSL color Cylindrical-coordinate representation of color #F7BA98: hue angle of 21.47º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F7BA98 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 152 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.03 |
| HSL | 21.47º | 0.86% | 0.78% | - |
| HSV(B) | 21.47º | 0.38% | 0.97% | - |
| XYZ | 61.58 | 57.16 | 37.49 | - |
| YUV | 200.36 | 100.71 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 152 | 0 | 0.25 | 0.38 | 0.03 | 21.47 | 0.86 | 0.78 |
| Hex | F7 | BA | 98 | 0 | 19 | 26 | 3 | 15 | 56 | 4E |
| Octal | 367 | 272 | 230 | 0 | 31 | 46 | 3 | 25 | 126 | 116 |
| Binary | 11110111 | 10111010 | 10011000 | 0 | 11001 | 100110 | 11 | 10101 | 1010110 | 1001110 |
Color Harmonies of #F7BA98
Complementary color
Monochromatic Colors of #F7BA98
Black with #F7BA98
Text Example
Text Example
White with #F7BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BA98; }
p { color: rgb(247,186,152); }
H1.HeaderClassName
{
color: #F7BA98;
}
.AnyTagClassName
{
color: #F7BA98;
}
</style>
background-color css
<style>
a { background-color: #F7BA98; }
a { background-color: rgb(247,186,152); }
div.DivClassName
{
background-color: #F7BA98;
}
.BgClassName
{
background-color: #F7BA98;
}
</style>
border-color css
<style>
span { border-color: #F7BA98; }
span { border-color: rgb(247,186,152); }
td.TdClassName
{
border-color: #F7BA98;
}
.TagClassName
{
border-color: #F7BA98;
}
</style>