Shades of Mandys Pink #F7B993
Tints of Mandys Pink #F7B993
RGB
CMYK
RGB Variations
Color information
#F7B993 (or 0xF7B993) is known color: Mandys Pink. HEX triplet: F7, B9 and 93. RGB value is (247,185,147). Sum of RGB (Red+Green+Blue) = 247+185+147=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7B993 is #08466C. Grayscale: #C7C7C7. Windows color (decimal): -542317 or 9681399. OLE color: 9681399.
HSL color Cylindrical-coordinate representation of color #F7B993: hue angle of 22.8º 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 #F7B993 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 185 | 147 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.03 |
| HSL | 22.8º | 0.86% | 0.77% | - |
| HSV(B) | 22.8º | 0.4% | 0.97% | - |
| XYZ | 60.97 | 56.58 | 35.31 | - |
| YUV | 199.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 185 | 147 | 0 | 0.25 | 0.40 | 0.03 | 22.8 | 0.86 | 0.77 |
| Hex | F7 | B9 | 93 | 0 | 19 | 28 | 3 | 17 | 56 | 4D |
| Octal | 367 | 271 | 223 | 0 | 31 | 50 | 3 | 27 | 126 | 115 |
| Binary | 11110111 | 10111001 | 10010011 | 0 | 11001 | 101000 | 11 | 10111 | 1010110 | 1001101 |
Color Harmonies of #F7B993
Complementary color
Monochromatic Colors of #F7B993
Black with #F7B993
Text Example
Text Example
White with #F7B993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B993; }
p { color: rgb(247,185,147); }
H1.HeaderClassName
{
color: #F7B993;
}
.AnyTagClassName
{
color: #F7B993;
}
</style>
background-color css
<style>
a { background-color: #F7B993; }
a { background-color: rgb(247,185,147); }
div.DivClassName
{
background-color: #F7B993;
}
.BgClassName
{
background-color: #F7B993;
}
</style>
border-color css
<style>
span { border-color: #F7B993; }
span { border-color: rgb(247,185,147); }
td.TdClassName
{
border-color: #F7B993;
}
.TagClassName
{
border-color: #F7B993;
}
</style>