Shades of Mandys Pink #F7BA90
Tints of Mandys Pink #F7BA90
RGB
CMYK
RGB Variations
Color information
#F7BA90 (or 0xF7BA90) is known color: Mandys Pink. HEX triplet: F7, BA and 90. RGB value is (247,186,144). Sum of RGB (Red+Green+Blue) = 247+186+144=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BA90 is #08456F. Grayscale: #C7C7C7. Windows color (decimal): -542064 or 9485047. OLE color: 9485047.
HSL color Cylindrical-coordinate representation of color #F7BA90: hue angle of 24.47º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F7BA90 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 144 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.03 |
| HSL | 24.47º | 0.87% | 0.77% | - |
| HSV(B) | 24.47º | 0.42% | 0.97% | - |
| XYZ | 60.95 | 56.91 | 34.16 | - |
| YUV | 199.45 | 96.71 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 144 | 0 | 0.25 | 0.42 | 0.03 | 24.47 | 0.87 | 0.77 |
| Hex | F7 | BA | 90 | 0 | 19 | 2A | 3 | 18 | 57 | 4D |
| Octal | 367 | 272 | 220 | 0 | 31 | 52 | 3 | 30 | 127 | 115 |
| Binary | 11110111 | 10111010 | 10010000 | 0 | 11001 | 101010 | 11 | 11000 | 1010111 | 1001101 |
Color Harmonies of #F7BA90
Complementary color
Monochromatic Colors of #F7BA90
Black with #F7BA90
Text Example
Text Example
White with #F7BA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BA90; }
p { color: rgb(247,186,144); }
H1.HeaderClassName
{
color: #F7BA90;
}
.AnyTagClassName
{
color: #F7BA90;
}
</style>
background-color css
<style>
a { background-color: #F7BA90; }
a { background-color: rgb(247,186,144); }
div.DivClassName
{
background-color: #F7BA90;
}
.BgClassName
{
background-color: #F7BA90;
}
</style>
border-color css
<style>
span { border-color: #F7BA90; }
span { border-color: rgb(247,186,144); }
td.TdClassName
{
border-color: #F7BA90;
}
.TagClassName
{
border-color: #F7BA90;
}
</style>