Shades of Melon #F7BCA8
Tints of Melon #F7BCA8
RGB
CMYK
RGB Variations
Color information
#F7BCA8 (or 0xF7BCA8) is known color: Melon. HEX triplet: F7, BC and A8. RGB value is (247,188,168). Sum of RGB (Red+Green+Blue) = 247+188+168=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BCA8 is #084357. Grayscale: #CBCBCB. Windows color (decimal): -541528 or 11058423. OLE color: 11058423.
HSL color Cylindrical-coordinate representation of color #F7BCA8: hue angle of 15.19º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7BCA8 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 168 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.03 |
| HSL | 15.19º | 0.83% | 0.81% | - |
| HSV(B) | 15.19º | 0.32% | 0.97% | - |
| XYZ | 63.41 | 58.57 | 45.01 | - |
| YUV | 203.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 168 | 0 | 0.24 | 0.32 | 0.03 | 15.19 | 0.83 | 0.81 |
| Hex | F7 | BC | A8 | 0 | 18 | 20 | 3 | F | 53 | 51 |
| Octal | 367 | 274 | 250 | 0 | 30 | 40 | 3 | 17 | 123 | 121 |
| Binary | 11110111 | 10111100 | 10101000 | 0 | 11000 | 100000 | 11 | 1111 | 1010011 | 1010001 |
Color Harmonies of #F7BCA8
Complementary color
Monochromatic Colors of #F7BCA8
Black with #F7BCA8
Text Example
Text Example
White with #F7BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCA8; }
p { color: rgb(247,188,168); }
H1.HeaderClassName
{
color: #F7BCA8;
}
.AnyTagClassName
{
color: #F7BCA8;
}
</style>
background-color css
<style>
a { background-color: #F7BCA8; }
a { background-color: rgb(247,188,168); }
div.DivClassName
{
background-color: #F7BCA8;
}
.BgClassName
{
background-color: #F7BCA8;
}
</style>
border-color css
<style>
span { border-color: #F7BCA8; }
span { border-color: rgb(247,188,168); }
td.TdClassName
{
border-color: #F7BCA8;
}
.TagClassName
{
border-color: #F7BCA8;
}
</style>