Shades of Mandys Pink #F7BC90
Tints of Mandys Pink #F7BC90
RGB
CMYK
RGB Variations
Color information
#F7BC90 (or 0xF7BC90) is known color: Mandys Pink. HEX triplet: F7, BC and 90. RGB value is (247,188,144). Sum of RGB (Red+Green+Blue) = 247+188+144=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BC90 is #08436F. Grayscale: #C8C8C8. Windows color (decimal): -541552 or 9485559. OLE color: 9485559.
HSL color Cylindrical-coordinate representation of color #F7BC90: hue angle of 25.63º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F7BC90 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 144 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.03 |
| HSL | 25.63º | 0.87% | 0.77% | - |
| HSV(B) | 25.63º | 0.42% | 0.97% | - |
| XYZ | 61.38 | 57.75 | 34.3 | - |
| YUV | 200.63 | 96.05 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 144 | 0 | 0.24 | 0.42 | 0.03 | 25.63 | 0.87 | 0.77 |
| Hex | F7 | BC | 90 | 0 | 18 | 2A | 3 | 1A | 57 | 4D |
| Octal | 367 | 274 | 220 | 0 | 30 | 52 | 3 | 32 | 127 | 115 |
| Binary | 11110111 | 10111100 | 10010000 | 0 | 11000 | 101010 | 11 | 11010 | 1010111 | 1001101 |
Color Harmonies of #F7BC90
Complementary color
Monochromatic Colors of #F7BC90
Black with #F7BC90
Text Example
Text Example
White with #F7BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BC90; }
p { color: rgb(247,188,144); }
H1.HeaderClassName
{
color: #F7BC90;
}
.AnyTagClassName
{
color: #F7BC90;
}
</style>
background-color css
<style>
a { background-color: #F7BC90; }
a { background-color: rgb(247,188,144); }
div.DivClassName
{
background-color: #F7BC90;
}
.BgClassName
{
background-color: #F7BC90;
}
</style>
border-color css
<style>
span { border-color: #F7BC90; }
span { border-color: rgb(247,188,144); }
td.TdClassName
{
border-color: #F7BC90;
}
.TagClassName
{
border-color: #F7BC90;
}
</style>