Shades of Mandys Pink #F6BA8F
Tints of Mandys Pink #F6BA8F
RGB
CMYK
RGB Variations
Color information
#F6BA8F (or 0xF6BA8F) is known color: Mandys Pink. HEX triplet: F6, BA and 8F. RGB value is (246,186,143). Sum of RGB (Red+Green+Blue) = 246+186+143=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BA8F is #094570. Grayscale: #C7C7C7. Windows color (decimal): -607601 or 9419510. OLE color: 9419510.
HSL color Cylindrical-coordinate representation of color #F6BA8F: hue angle of 25.05º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F6BA8F is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 143 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.04 |
| HSL | 25.05º | 0.85% | 0.76% | - |
| HSV(B) | 25.05º | 0.42% | 0.96% | - |
| XYZ | 60.52 | 56.69 | 33.74 | - |
| YUV | 199.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 143 | 0 | 0.24 | 0.42 | 0.04 | 25.05 | 0.85 | 0.76 |
| Hex | F6 | BA | 8F | 0 | 18 | 2A | 4 | 19 | 55 | 4C |
| Octal | 366 | 272 | 217 | 0 | 30 | 52 | 4 | 31 | 125 | 114 |
| Binary | 11110110 | 10111010 | 10001111 | 0 | 11000 | 101010 | 100 | 11001 | 1010101 | 1001100 |
Color Harmonies of #F6BA8F
Complementary color
Monochromatic Colors of #F6BA8F
Black with #F6BA8F
Text Example
Text Example
White with #F6BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA8F; }
p { color: rgb(246,186,143); }
H1.HeaderClassName
{
color: #F6BA8F;
}
.AnyTagClassName
{
color: #F6BA8F;
}
</style>
background-color css
<style>
a { background-color: #F6BA8F; }
a { background-color: rgb(246,186,143); }
div.DivClassName
{
background-color: #F6BA8F;
}
.BgClassName
{
background-color: #F6BA8F;
}
</style>
border-color css
<style>
span { border-color: #F6BA8F; }
span { border-color: rgb(246,186,143); }
td.TdClassName
{
border-color: #F6BA8F;
}
.TagClassName
{
border-color: #F6BA8F;
}
</style>