Shades of Mandys Pink #F6AE92
Tints of Mandys Pink #F6AE92
RGB
CMYK
RGB Variations
Color information
#F6AE92 (or 0xF6AE92) is known color: Mandys Pink. HEX triplet: F6, AE and 92. RGB value is (246,174,146). Sum of RGB (Red+Green+Blue) = 246+174+146=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AE92 is #09516D. Grayscale: #C0C0C0. Windows color (decimal): -610670 or 9613046. OLE color: 9613046.
HSL color Cylindrical-coordinate representation of color #F6AE92: hue angle of 16.8º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6AE92 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 174 | 146 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.04 |
| HSL | 16.8º | 0.85% | 0.77% | - |
| HSV(B) | 16.8º | 0.41% | 0.96% | - |
| XYZ | 58.33 | 51.94 | 34.15 | - |
| YUV | 192.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 174 | 146 | 0 | 0.29 | 0.41 | 0.04 | 16.8 | 0.85 | 0.77 |
| Hex | F6 | AE | 92 | 0 | 1D | 29 | 4 | 11 | 55 | 4D |
| Octal | 366 | 256 | 222 | 0 | 35 | 51 | 4 | 21 | 125 | 115 |
| Binary | 11110110 | 10101110 | 10010010 | 0 | 11101 | 101001 | 100 | 10001 | 1010101 | 1001101 |
Color Harmonies of #F6AE92
Complementary color
Monochromatic Colors of #F6AE92
Black with #F6AE92
Text Example
Text Example
White with #F6AE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AE92; }
p { color: rgb(246,174,146); }
H1.HeaderClassName
{
color: #F6AE92;
}
.AnyTagClassName
{
color: #F6AE92;
}
</style>
background-color css
<style>
a { background-color: #F6AE92; }
a { background-color: rgb(246,174,146); }
div.DivClassName
{
background-color: #F6AE92;
}
.BgClassName
{
background-color: #F6AE92;
}
</style>
border-color css
<style>
span { border-color: #F6AE92; }
span { border-color: rgb(246,174,146); }
td.TdClassName
{
border-color: #F6AE92;
}
.TagClassName
{
border-color: #F6AE92;
}
</style>