Shades of Mandys Pink #F7B193
Tints of Mandys Pink #F7B193
RGB
CMYK
RGB Variations
Color information
#F7B193 (or 0xF7B193) is known color: Mandys Pink. HEX triplet: F7, B1 and 93. RGB value is (247,177,147). Sum of RGB (Red+Green+Blue) = 247+177+147=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7B193 is #084E6C. Grayscale: #C2C2C2. Windows color (decimal): -544365 or 9679351. OLE color: 9679351.
HSL color Cylindrical-coordinate representation of color #F7B193: hue angle of 18º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7B193 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 147 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.03 |
| HSL | 18º | 0.86% | 0.77% | - |
| HSV(B) | 18º | 0.4% | 0.97% | - |
| XYZ | 59.35 | 53.33 | 34.77 | - |
| YUV | 194.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 147 | 0 | 0.28 | 0.40 | 0.03 | 18 | 0.86 | 0.77 |
| Hex | F7 | B1 | 93 | 0 | 1C | 28 | 3 | 12 | 56 | 4D |
| Octal | 367 | 261 | 223 | 0 | 34 | 50 | 3 | 22 | 126 | 115 |
| Binary | 11110111 | 10110001 | 10010011 | 0 | 11100 | 101000 | 11 | 10010 | 1010110 | 1001101 |
Color Harmonies of #F7B193
Complementary color
Monochromatic Colors of #F7B193
Black with #F7B193
Text Example
Text Example
White with #F7B193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B193; }
p { color: rgb(247,177,147); }
H1.HeaderClassName
{
color: #F7B193;
}
.AnyTagClassName
{
color: #F7B193;
}
</style>
background-color css
<style>
a { background-color: #F7B193; }
a { background-color: rgb(247,177,147); }
div.DivClassName
{
background-color: #F7B193;
}
.BgClassName
{
background-color: #F7B193;
}
</style>
border-color css
<style>
span { border-color: #F7B193; }
span { border-color: rgb(247,177,147); }
td.TdClassName
{
border-color: #F7B193;
}
.TagClassName
{
border-color: #F7B193;
}
</style>