Shades of Mandys Pink #F6B096
Tints of Mandys Pink #F6B096
RGB
CMYK
RGB Variations
Color information
#F6B096 (or 0xF6B096) is known color: Mandys Pink. HEX triplet: F6, B0 and 96. RGB value is (246,176,150). Sum of RGB (Red+Green+Blue) = 246+176+150=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B096 is #094F69. Grayscale: #C2C2C2. Windows color (decimal): -610154 or 9875702. OLE color: 9875702.
HSL color Cylindrical-coordinate representation of color #F6B096: hue angle of 16.25º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6B096 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 176 | 150 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.04 |
| HSL | 16.25º | 0.84% | 0.78% | - |
| HSV(B) | 16.25º | 0.39% | 0.96% | - |
| XYZ | 59.04 | 52.85 | 35.94 | - |
| YUV | 193.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 176 | 150 | 0 | 0.28 | 0.39 | 0.04 | 16.25 | 0.84 | 0.78 |
| Hex | F6 | B0 | 96 | 0 | 1C | 27 | 4 | 10 | 54 | 4E |
| Octal | 366 | 260 | 226 | 0 | 34 | 47 | 4 | 20 | 124 | 116 |
| Binary | 11110110 | 10110000 | 10010110 | 0 | 11100 | 100111 | 100 | 10000 | 1010100 | 1001110 |
Color Harmonies of #F6B096
Complementary color
Monochromatic Colors of #F6B096
Black with #F6B096
Text Example
Text Example
White with #F6B096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B096; }
p { color: rgb(246,176,150); }
H1.HeaderClassName
{
color: #F6B096;
}
.AnyTagClassName
{
color: #F6B096;
}
</style>
background-color css
<style>
a { background-color: #F6B096; }
a { background-color: rgb(246,176,150); }
div.DivClassName
{
background-color: #F6B096;
}
.BgClassName
{
background-color: #F6B096;
}
</style>
border-color css
<style>
span { border-color: #F6B096; }
span { border-color: rgb(246,176,150); }
td.TdClassName
{
border-color: #F6B096;
}
.TagClassName
{
border-color: #F6B096;
}
</style>