Shades of Mandys Pink #F6B992
Tints of Mandys Pink #F6B992
RGB
CMYK
RGB Variations
Color information
#F6B992 (or 0xF6B992) is known color: Mandys Pink. HEX triplet: F6, B9 and 92. RGB value is (246,185,146). Sum of RGB (Red+Green+Blue) = 246+185+146=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B992 is #09466D. Grayscale: #C7C7C7. Windows color (decimal): -607854 or 9615862. OLE color: 9615862.
HSL color Cylindrical-coordinate representation of color #F6B992: hue angle of 23.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6B992 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 146 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.04 |
| HSL | 23.4º | 0.85% | 0.77% | - |
| HSV(B) | 23.4º | 0.41% | 0.96% | - |
| XYZ | 60.54 | 56.37 | 34.88 | - |
| YUV | 198.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 146 | 0 | 0.25 | 0.41 | 0.04 | 23.4 | 0.85 | 0.77 |
| Hex | F6 | B9 | 92 | 0 | 19 | 29 | 4 | 17 | 55 | 4D |
| Octal | 366 | 271 | 222 | 0 | 31 | 51 | 4 | 27 | 125 | 115 |
| Binary | 11110110 | 10111001 | 10010010 | 0 | 11001 | 101001 | 100 | 10111 | 1010101 | 1001101 |
Color Harmonies of #F6B992
Complementary color
Monochromatic Colors of #F6B992
Black with #F6B992
Text Example
Text Example
White with #F6B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B992; }
p { color: rgb(246,185,146); }
H1.HeaderClassName
{
color: #F6B992;
}
.AnyTagClassName
{
color: #F6B992;
}
</style>
background-color css
<style>
a { background-color: #F6B992; }
a { background-color: rgb(246,185,146); }
div.DivClassName
{
background-color: #F6B992;
}
.BgClassName
{
background-color: #F6B992;
}
</style>
border-color css
<style>
span { border-color: #F6B992; }
span { border-color: rgb(246,185,146); }
td.TdClassName
{
border-color: #F6B992;
}
.TagClassName
{
border-color: #F6B992;
}
</style>