Shades of Mandys Pink #F6B59C
Tints of Mandys Pink #F6B59C
RGB
CMYK
RGB Variations
Color information
#F6B59C (or 0xF6B59C) is known color: Mandys Pink. HEX triplet: F6, B5 and 9C. RGB value is (246,181,156). Sum of RGB (Red+Green+Blue) = 246+181+156=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B59C is #094A63. Grayscale: #C5C5C5. Windows color (decimal): -608868 or 10270198. OLE color: 10270198.
HSL color Cylindrical-coordinate representation of color #F6B59C: hue angle of 16.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6B59C is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 181 | 156 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.04 |
| HSL | 16.67º | 0.83% | 0.79% | - |
| HSV(B) | 16.67º | 0.37% | 0.96% | - |
| XYZ | 60.53 | 55.04 | 38.89 | - |
| YUV | 197.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 181 | 156 | 0 | 0.26 | 0.37 | 0.04 | 16.67 | 0.83 | 0.79 |
| Hex | F6 | B5 | 9C | 0 | 1A | 25 | 4 | 11 | 53 | 4F |
| Octal | 366 | 265 | 234 | 0 | 32 | 45 | 4 | 21 | 123 | 117 |
| Binary | 11110110 | 10110101 | 10011100 | 0 | 11010 | 100101 | 100 | 10001 | 1010011 | 1001111 |
Color Harmonies of #F6B59C
Complementary color
Monochromatic Colors of #F6B59C
Black with #F6B59C
Text Example
Text Example
White with #F6B59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B59C; }
p { color: rgb(246,181,156); }
H1.HeaderClassName
{
color: #F6B59C;
}
.AnyTagClassName
{
color: #F6B59C;
}
</style>
background-color css
<style>
a { background-color: #F6B59C; }
a { background-color: rgb(246,181,156); }
div.DivClassName
{
background-color: #F6B59C;
}
.BgClassName
{
background-color: #F6B59C;
}
</style>
border-color css
<style>
span { border-color: #F6B59C; }
span { border-color: rgb(246,181,156); }
td.TdClassName
{
border-color: #F6B59C;
}
.TagClassName
{
border-color: #F6B59C;
}
</style>