Shades of Melon #F7BDA8
Tints of Melon #F7BDA8
RGB
CMYK
RGB Variations
Color information
#F7BDA8 (or 0xF7BDA8) is known color: Melon. HEX triplet: F7, BD and A8. RGB value is (247,189,168). Sum of RGB (Red+Green+Blue) = 247+189+168=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BDA8 is #084257. Grayscale: #CCCCCC. Windows color (decimal): -541272 or 11058679. OLE color: 11058679.
HSL color Cylindrical-coordinate representation of color #F7BDA8: hue angle of 15.95º 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 #F7BDA8 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 168 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.03 |
| HSL | 15.95º | 0.83% | 0.81% | - |
| HSV(B) | 15.95º | 0.32% | 0.97% | - |
| XYZ | 63.62 | 59 | 45.08 | - |
| YUV | 203.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 168 | 0 | 0.23 | 0.32 | 0.03 | 15.95 | 0.83 | 0.81 |
| Hex | F7 | BD | A8 | 0 | 17 | 20 | 3 | 10 | 53 | 51 |
| Octal | 367 | 275 | 250 | 0 | 27 | 40 | 3 | 20 | 123 | 121 |
| Binary | 11110111 | 10111101 | 10101000 | 0 | 10111 | 100000 | 11 | 10000 | 1010011 | 1010001 |
Color Harmonies of #F7BDA8
Complementary color
Monochromatic Colors of #F7BDA8
Black with #F7BDA8
Text Example
Text Example
White with #F7BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BDA8; }
p { color: rgb(247,189,168); }
H1.HeaderClassName
{
color: #F7BDA8;
}
.AnyTagClassName
{
color: #F7BDA8;
}
</style>
background-color css
<style>
a { background-color: #F7BDA8; }
a { background-color: rgb(247,189,168); }
div.DivClassName
{
background-color: #F7BDA8;
}
.BgClassName
{
background-color: #F7BDA8;
}
</style>
border-color css
<style>
span { border-color: #F7BDA8; }
span { border-color: rgb(247,189,168); }
td.TdClassName
{
border-color: #F7BDA8;
}
.TagClassName
{
border-color: #F7BDA8;
}
</style>