Shades of Mandys Pink #F6AB8C
Tints of Mandys Pink #F6AB8C
RGB
CMYK
RGB Variations
Color information
#F6AB8C (or 0xF6AB8C) is known color: Mandys Pink. HEX triplet: F6, AB and 8C. RGB value is (246,171,140). Sum of RGB (Red+Green+Blue) = 246+171+140=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AB8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AB8C is #095473. Grayscale: #BEBEBE. Windows color (decimal): -611444 or 9219062. OLE color: 9219062.
HSL color Cylindrical-coordinate representation of color #F6AB8C: hue angle of 17.55º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6AB8C is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 171 | 140 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.04 |
| HSL | 17.55º | 0.85% | 0.76% | - |
| HSV(B) | 17.55º | 0.43% | 0.96% | - |
| XYZ | 57.3 | 50.61 | 31.56 | - |
| YUV | 189.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 171 | 140 | 0 | 0.30 | 0.43 | 0.04 | 17.55 | 0.85 | 0.76 |
| Hex | F6 | AB | 8C | 0 | 1E | 2B | 4 | 12 | 55 | 4C |
| Octal | 366 | 253 | 214 | 0 | 36 | 53 | 4 | 22 | 125 | 114 |
| Binary | 11110110 | 10101011 | 10001100 | 0 | 11110 | 101011 | 100 | 10010 | 1010101 | 1001100 |
Color Harmonies of #F6AB8C
Complementary color
Monochromatic Colors of #F6AB8C
Black with #F6AB8C
Text Example
Text Example
White with #F6AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AB8C; }
p { color: rgb(246,171,140); }
H1.HeaderClassName
{
color: #F6AB8C;
}
.AnyTagClassName
{
color: #F6AB8C;
}
</style>
background-color css
<style>
a { background-color: #F6AB8C; }
a { background-color: rgb(246,171,140); }
div.DivClassName
{
background-color: #F6AB8C;
}
.BgClassName
{
background-color: #F6AB8C;
}
</style>
border-color css
<style>
span { border-color: #F6AB8C; }
span { border-color: rgb(246,171,140); }
td.TdClassName
{
border-color: #F6AB8C;
}
.TagClassName
{
border-color: #F6AB8C;
}
</style>