Shades of Mandys Pink #F6B095
Tints of Mandys Pink #F6B095
RGB
CMYK
RGB Variations
Color information
#F6B095 (or 0xF6B095) is known color: Mandys Pink. HEX triplet: F6, B0 and 95. RGB value is (246,176,149). Sum of RGB (Red+Green+Blue) = 246+176+149=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B095 is #094F6A. Grayscale: #C2C2C2. Windows color (decimal): -610155 or 9810166. OLE color: 9810166.
HSL color Cylindrical-coordinate representation of color #F6B095: hue angle of 16.7º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6B095 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 176 | 149 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.04 |
| HSL | 16.7º | 0.84% | 0.77% | - |
| HSV(B) | 16.7º | 0.39% | 0.96% | - |
| XYZ | 58.96 | 52.81 | 35.52 | - |
| YUV | 193.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 176 | 149 | 0 | 0.28 | 0.39 | 0.04 | 16.7 | 0.84 | 0.77 |
| Hex | F6 | B0 | 95 | 0 | 1C | 27 | 4 | 11 | 54 | 4D |
| Octal | 366 | 260 | 225 | 0 | 34 | 47 | 4 | 21 | 124 | 115 |
| Binary | 11110110 | 10110000 | 10010101 | 0 | 11100 | 100111 | 100 | 10001 | 1010100 | 1001101 |
Color Harmonies of #F6B095
Complementary color
Monochromatic Colors of #F6B095
Black with #F6B095
Text Example
Text Example
White with #F6B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B095; }
p { color: rgb(246,176,149); }
H1.HeaderClassName
{
color: #F6B095;
}
.AnyTagClassName
{
color: #F6B095;
}
</style>
background-color css
<style>
a { background-color: #F6B095; }
a { background-color: rgb(246,176,149); }
div.DivClassName
{
background-color: #F6B095;
}
.BgClassName
{
background-color: #F6B095;
}
</style>
border-color css
<style>
span { border-color: #F6B095; }
span { border-color: rgb(246,176,149); }
td.TdClassName
{
border-color: #F6B095;
}
.TagClassName
{
border-color: #F6B095;
}
</style>