Shades of Melon #F7BDA6
Tints of Melon #F7BDA6
RGB
CMYK
RGB Variations
Color information
#F7BDA6 (or 0xF7BDA6) is known color: Melon. HEX triplet: F7, BD and A6. RGB value is (247,189,166). Sum of RGB (Red+Green+Blue) = 247+189+166=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BDA6 is #084259. Grayscale: #CBCBCB. Windows color (decimal): -541274 or 10927607. OLE color: 10927607.
HSL color Cylindrical-coordinate representation of color #F7BDA6: hue angle of 17.04º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7BDA6 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 166 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.03 |
| HSL | 17.04º | 0.84% | 0.81% | - |
| HSV(B) | 17.04º | 0.33% | 0.97% | - |
| XYZ | 63.44 | 58.92 | 44.11 | - |
| YUV | 203.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 166 | 0 | 0.23 | 0.33 | 0.03 | 17.04 | 0.84 | 0.81 |
| Hex | F7 | BD | A6 | 0 | 17 | 21 | 3 | 11 | 54 | 51 |
| Octal | 367 | 275 | 246 | 0 | 27 | 41 | 3 | 21 | 124 | 121 |
| Binary | 11110111 | 10111101 | 10100110 | 0 | 10111 | 100001 | 11 | 10001 | 1010100 | 1010001 |
Color Harmonies of #F7BDA6
Complementary color
Monochromatic Colors of #F7BDA6
Black with #F7BDA6
Text Example
Text Example
White with #F7BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BDA6; }
p { color: rgb(247,189,166); }
H1.HeaderClassName
{
color: #F7BDA6;
}
.AnyTagClassName
{
color: #F7BDA6;
}
</style>
background-color css
<style>
a { background-color: #F7BDA6; }
a { background-color: rgb(247,189,166); }
div.DivClassName
{
background-color: #F7BDA6;
}
.BgClassName
{
background-color: #F7BDA6;
}
</style>
border-color css
<style>
span { border-color: #F7BDA6; }
span { border-color: rgb(247,189,166); }
td.TdClassName
{
border-color: #F7BDA6;
}
.TagClassName
{
border-color: #F7BDA6;
}
</style>