Shades of Mandys Pink #F6BDA6
Tints of Mandys Pink #F6BDA6
RGB
CMYK
RGB Variations
Color information
#F6BDA6 (or 0xF6BDA6) is known color: Mandys Pink. HEX triplet: F6, BD and A6. RGB value is (246,189,166). Sum of RGB (Red+Green+Blue) = 246+189+166=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BDA6 is #094259. Grayscale: #CBCBCB. Windows color (decimal): -606810 or 10927606. OLE color: 10927606.
HSL color Cylindrical-coordinate representation of color #F6BDA6: hue angle of 17.25º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6BDA6 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 166 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.04 |
| HSL | 17.25º | 0.82% | 0.81% | - |
| HSV(B) | 17.25º | 0.33% | 0.96% | - |
| XYZ | 63.09 | 58.74 | 44.09 | - |
| YUV | 203.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 166 | 0 | 0.23 | 0.33 | 0.04 | 17.25 | 0.82 | 0.81 |
| Hex | F6 | BD | A6 | 0 | 17 | 21 | 4 | 11 | 52 | 51 |
| Octal | 366 | 275 | 246 | 0 | 27 | 41 | 4 | 21 | 122 | 121 |
| Binary | 11110110 | 10111101 | 10100110 | 0 | 10111 | 100001 | 100 | 10001 | 1010010 | 1010001 |
Color Harmonies of #F6BDA6
Complementary color
Monochromatic Colors of #F6BDA6
Black with #F6BDA6
Text Example
Text Example
White with #F6BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDA6; }
p { color: rgb(246,189,166); }
H1.HeaderClassName
{
color: #F6BDA6;
}
.AnyTagClassName
{
color: #F6BDA6;
}
</style>
background-color css
<style>
a { background-color: #F6BDA6; }
a { background-color: rgb(246,189,166); }
div.DivClassName
{
background-color: #F6BDA6;
}
.BgClassName
{
background-color: #F6BDA6;
}
</style>
border-color css
<style>
span { border-color: #F6BDA6; }
span { border-color: rgb(246,189,166); }
td.TdClassName
{
border-color: #F6BDA6;
}
.TagClassName
{
border-color: #F6BDA6;
}
</style>