Shades of Mandys Pink #F6B492
Tints of Mandys Pink #F6B492
RGB
CMYK
RGB Variations
Color information
#F6B492 (or 0xF6B492) is known color: Mandys Pink. HEX triplet: F6, B4 and 92. RGB value is (246,180,146). Sum of RGB (Red+Green+Blue) = 246+180+146=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 146 (57.42% from 255 or 25.52% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6B492 is #094B6D. Grayscale: #C4C4C4. Windows color (decimal): -609134 or 9614582. OLE color: 9614582.
HSL color Cylindrical-coordinate representation of color #F6B492: hue angle of 20.4º 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 #F6B492 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 180 | 146 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.04 |
| HSL | 20.4º | 0.85% | 0.77% | - |
| HSV(B) | 20.4º | 0.41% | 0.96% | - |
| XYZ | 59.52 | 54.31 | 34.54 | - |
| YUV | 195.86 | 99.87 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 180 | 146 | 0 | 0.27 | 0.41 | 0.04 | 20.4 | 0.85 | 0.77 |
| Hex | F6 | B4 | 92 | 0 | 1B | 29 | 4 | 14 | 55 | 4D |
| Octal | 366 | 264 | 222 | 0 | 33 | 51 | 4 | 24 | 125 | 115 |
| Binary | 11110110 | 10110100 | 10010010 | 0 | 11011 | 101001 | 100 | 10100 | 1010101 | 1001101 |
Color Harmonies of #F6B492
Complementary color
Monochromatic Colors of #F6B492
Black with #F6B492
Text Example
Text Example
White with #F6B492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B492; }
p { color: rgb(246,180,146); }
H1.HeaderClassName
{
color: #F6B492;
}
.AnyTagClassName
{
color: #F6B492;
}
</style>
background-color css
<style>
a { background-color: #F6B492; }
a { background-color: rgb(246,180,146); }
div.DivClassName
{
background-color: #F6B492;
}
.BgClassName
{
background-color: #F6B492;
}
</style>
border-color css
<style>
span { border-color: #F6B492; }
span { border-color: rgb(246,180,146); }
td.TdClassName
{
border-color: #F6B492;
}
.TagClassName
{
border-color: #F6B492;
}
</style>