Shades of Mandys Pink #F7BBA1
Tints of Mandys Pink #F7BBA1
RGB
CMYK
RGB Variations
Color information
#F7BBA1 (or 0xF7BBA1) is known color: Mandys Pink. HEX triplet: F7, BB and A1. RGB value is (247,187,161). Sum of RGB (Red+Green+Blue) = 247+187+161=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BBA1 is #08445E. Grayscale: #CACACA. Windows color (decimal): -541791 or 10599415. OLE color: 10599415.
HSL color Cylindrical-coordinate representation of color #F7BBA1: hue angle of 18.14º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7BBA1 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 187 | 161 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.03 |
| HSL | 18.14º | 0.84% | 0.8% | - |
| HSV(B) | 18.14º | 0.35% | 0.97% | - |
| XYZ | 62.56 | 57.89 | 41.59 | - |
| YUV | 201.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 187 | 161 | 0 | 0.24 | 0.35 | 0.03 | 18.14 | 0.84 | 0.8 |
| Hex | F7 | BB | A1 | 0 | 18 | 23 | 3 | 12 | 54 | 50 |
| Octal | 367 | 273 | 241 | 0 | 30 | 43 | 3 | 22 | 124 | 120 |
| Binary | 11110111 | 10111011 | 10100001 | 0 | 11000 | 100011 | 11 | 10010 | 1010100 | 1010000 |
Color Harmonies of #F7BBA1
Complementary color
Monochromatic Colors of #F7BBA1
Black with #F7BBA1
Text Example
Text Example
White with #F7BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BBA1; }
p { color: rgb(247,187,161); }
H1.HeaderClassName
{
color: #F7BBA1;
}
.AnyTagClassName
{
color: #F7BBA1;
}
</style>
background-color css
<style>
a { background-color: #F7BBA1; }
a { background-color: rgb(247,187,161); }
div.DivClassName
{
background-color: #F7BBA1;
}
.BgClassName
{
background-color: #F7BBA1;
}
</style>
border-color css
<style>
span { border-color: #F7BBA1; }
span { border-color: rgb(247,187,161); }
td.TdClassName
{
border-color: #F7BBA1;
}
.TagClassName
{
border-color: #F7BBA1;
}
</style>