Shades of Mandys Pink #F6BC90
Tints of Mandys Pink #F6BC90
RGB
CMYK
RGB Variations
Color information
#F6BC90 (or 0xF6BC90) is known color: Mandys Pink. HEX triplet: F6, BC and 90. RGB value is (246,188,144). Sum of RGB (Red+Green+Blue) = 246+188+144=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BC90 is #09436F. Grayscale: #C8C8C8. Windows color (decimal): -607088 or 9485558. OLE color: 9485558.
HSL color Cylindrical-coordinate representation of color #F6BC90: hue angle of 25.88º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6BC90 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 144 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.04 |
| HSL | 25.88º | 0.85% | 0.76% | - |
| HSV(B) | 25.88º | 0.41% | 0.96% | - |
| XYZ | 61.02 | 57.57 | 34.28 | - |
| YUV | 200.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 144 | 0 | 0.24 | 0.41 | 0.04 | 25.88 | 0.85 | 0.76 |
| Hex | F6 | BC | 90 | 0 | 18 | 29 | 4 | 1A | 55 | 4C |
| Octal | 366 | 274 | 220 | 0 | 30 | 51 | 4 | 32 | 125 | 114 |
| Binary | 11110110 | 10111100 | 10010000 | 0 | 11000 | 101001 | 100 | 11010 | 1010101 | 1001100 |
Color Harmonies of #F6BC90
Complementary color
Monochromatic Colors of #F6BC90
Black with #F6BC90
Text Example
Text Example
White with #F6BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BC90; }
p { color: rgb(246,188,144); }
H1.HeaderClassName
{
color: #F6BC90;
}
.AnyTagClassName
{
color: #F6BC90;
}
</style>
background-color css
<style>
a { background-color: #F6BC90; }
a { background-color: rgb(246,188,144); }
div.DivClassName
{
background-color: #F6BC90;
}
.BgClassName
{
background-color: #F6BC90;
}
</style>
border-color css
<style>
span { border-color: #F6BC90; }
span { border-color: rgb(246,188,144); }
td.TdClassName
{
border-color: #F6BC90;
}
.TagClassName
{
border-color: #F6BC90;
}
</style>