Shades of Mandys Pink #F6BA9A
Tints of Mandys Pink #F6BA9A
RGB
CMYK
RGB Variations
Color information
#F6BA9A (or 0xF6BA9A) is known color: Mandys Pink. HEX triplet: F6, BA and 9A. RGB value is (246,186,154). Sum of RGB (Red+Green+Blue) = 246+186+154=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BA9A is #094565. Grayscale: #C8C8C8. Windows color (decimal): -607590 or 10140406. OLE color: 10140406.
HSL color Cylindrical-coordinate representation of color #F6BA9A: hue angle of 20.87º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6BA9A is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 154 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.04 |
| HSL | 20.87º | 0.84% | 0.78% | - |
| HSV(B) | 20.87º | 0.37% | 0.96% | - |
| XYZ | 61.4 | 57.04 | 38.35 | - |
| YUV | 200.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 154 | 0 | 0.24 | 0.37 | 0.04 | 20.87 | 0.84 | 0.78 |
| Hex | F6 | BA | 9A | 0 | 18 | 25 | 4 | 15 | 54 | 4E |
| Octal | 366 | 272 | 232 | 0 | 30 | 45 | 4 | 25 | 124 | 116 |
| Binary | 11110110 | 10111010 | 10011010 | 0 | 11000 | 100101 | 100 | 10101 | 1010100 | 1001110 |
Color Harmonies of #F6BA9A
Complementary color
Monochromatic Colors of #F6BA9A
Black with #F6BA9A
Text Example
Text Example
White with #F6BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA9A; }
p { color: rgb(246,186,154); }
H1.HeaderClassName
{
color: #F6BA9A;
}
.AnyTagClassName
{
color: #F6BA9A;
}
</style>
background-color css
<style>
a { background-color: #F6BA9A; }
a { background-color: rgb(246,186,154); }
div.DivClassName
{
background-color: #F6BA9A;
}
.BgClassName
{
background-color: #F6BA9A;
}
</style>
border-color css
<style>
span { border-color: #F6BA9A; }
span { border-color: rgb(246,186,154); }
td.TdClassName
{
border-color: #F6BA9A;
}
.TagClassName
{
border-color: #F6BA9A;
}
</style>