Shades of Mandys Pink #F6B59E
Tints of Mandys Pink #F6B59E
RGB
CMYK
RGB Variations
Color information
#F6B59E (or 0xF6B59E) is known color: Mandys Pink. HEX triplet: F6, B5 and 9E. RGB value is (246,181,158). Sum of RGB (Red+Green+Blue) = 246+181+158=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B59E is #094A61. Grayscale: #C5C5C5. Windows color (decimal): -608866 or 10401270. OLE color: 10401270.
HSL color Cylindrical-coordinate representation of color #F6B59E: hue angle of 15.68º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6B59E is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 181 | 158 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.04 |
| HSL | 15.68º | 0.83% | 0.79% | - |
| HSV(B) | 15.68º | 0.36% | 0.96% | - |
| XYZ | 60.7 | 55.11 | 39.79 | - |
| YUV | 197.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 181 | 158 | 0 | 0.26 | 0.36 | 0.04 | 15.68 | 0.83 | 0.79 |
| Hex | F6 | B5 | 9E | 0 | 1A | 24 | 4 | 10 | 53 | 4F |
| Octal | 366 | 265 | 236 | 0 | 32 | 44 | 4 | 20 | 123 | 117 |
| Binary | 11110110 | 10110101 | 10011110 | 0 | 11010 | 100100 | 100 | 10000 | 1010011 | 1001111 |
Color Harmonies of #F6B59E
Complementary color
Monochromatic Colors of #F6B59E
Black with #F6B59E
Text Example
Text Example
White with #F6B59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B59E; }
p { color: rgb(246,181,158); }
H1.HeaderClassName
{
color: #F6B59E;
}
.AnyTagClassName
{
color: #F6B59E;
}
</style>
background-color css
<style>
a { background-color: #F6B59E; }
a { background-color: rgb(246,181,158); }
div.DivClassName
{
background-color: #F6B59E;
}
.BgClassName
{
background-color: #F6B59E;
}
</style>
border-color css
<style>
span { border-color: #F6B59E; }
span { border-color: rgb(246,181,158); }
td.TdClassName
{
border-color: #F6B59E;
}
.TagClassName
{
border-color: #F6B59E;
}
</style>