Shades of Mandys Pink #F7B997
Tints of Mandys Pink #F7B997
RGB
CMYK
RGB Variations
Color information
#F7B997 (or 0xF7B997) is known color: Mandys Pink. HEX triplet: F7, B9 and 97. RGB value is (247,185,151). Sum of RGB (Red+Green+Blue) = 247+185+151=583 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.37% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7B997 is #084668. Grayscale: #C7C7C7. Windows color (decimal): -542313 or 9943543. OLE color: 9943543.
HSL color Cylindrical-coordinate representation of color #F7B997: hue angle of 21.25º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F7B997 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 185 | 151 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.03 |
| HSL | 21.25º | 0.86% | 0.78% | - |
| HSV(B) | 21.25º | 0.39% | 0.97% | - |
| XYZ | 61.29 | 56.71 | 36.99 | - |
| YUV | 199.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 185 | 151 | 0 | 0.25 | 0.39 | 0.03 | 21.25 | 0.86 | 0.78 |
| Hex | F7 | B9 | 97 | 0 | 19 | 27 | 3 | 15 | 56 | 4E |
| Octal | 367 | 271 | 227 | 0 | 31 | 47 | 3 | 25 | 126 | 116 |
| Binary | 11110111 | 10111001 | 10010111 | 0 | 11001 | 100111 | 11 | 10101 | 1010110 | 1001110 |
Color Harmonies of #F7B997
Complementary color
Monochromatic Colors of #F7B997
Black with #F7B997
Text Example
Text Example
White with #F7B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B997; }
p { color: rgb(247,185,151); }
H1.HeaderClassName
{
color: #F7B997;
}
.AnyTagClassName
{
color: #F7B997;
}
</style>
background-color css
<style>
a { background-color: #F7B997; }
a { background-color: rgb(247,185,151); }
div.DivClassName
{
background-color: #F7B997;
}
.BgClassName
{
background-color: #F7B997;
}
</style>
border-color css
<style>
span { border-color: #F7B997; }
span { border-color: rgb(247,185,151); }
td.TdClassName
{
border-color: #F7B997;
}
.TagClassName
{
border-color: #F7B997;
}
</style>