Shades of Melon #F7BDB4
Tints of Melon #F7BDB4
RGB
CMYK
RGB Variations
Color information
#F7BDB4 (or 0xF7BDB4) is known color: Melon. HEX triplet: F7, BD and B4. RGB value is (247,189,180). Sum of RGB (Red+Green+Blue) = 247+189+180=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDB4 is #08424B. Grayscale: #CDCDCD. Windows color (decimal): -541260 or 11845111. OLE color: 11845111.
HSL color Cylindrical-coordinate representation of color #F7BDB4: hue angle of 8.06º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7BDB4 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 180 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.03 |
| HSL | 8.06º | 0.81% | 0.84% | - |
| HSV(B) | 8.06º | 0.27% | 0.97% | - |
| XYZ | 64.79 | 59.46 | 51.24 | - |
| YUV | 205.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 180 | 0 | 0.23 | 0.27 | 0.03 | 8.06 | 0.81 | 0.84 |
| Hex | F7 | BD | B4 | 0 | 17 | 1B | 3 | 8 | 51 | 54 |
| Octal | 367 | 275 | 264 | 0 | 27 | 33 | 3 | 10 | 121 | 124 |
| Binary | 11110111 | 10111101 | 10110100 | 0 | 10111 | 11011 | 11 | 1000 | 1010001 | 1010100 |
Color Harmonies of #F7BDB4
Complementary color
Monochromatic Colors of #F7BDB4
Black with #F7BDB4
Text Example
Text Example
White with #F7BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BDB4; }
p { color: rgb(247,189,180); }
H1.HeaderClassName
{
color: #F7BDB4;
}
.AnyTagClassName
{
color: #F7BDB4;
}
</style>
background-color css
<style>
a { background-color: #F7BDB4; }
a { background-color: rgb(247,189,180); }
div.DivClassName
{
background-color: #F7BDB4;
}
.BgClassName
{
background-color: #F7BDB4;
}
</style>
border-color css
<style>
span { border-color: #F7BDB4; }
span { border-color: rgb(247,189,180); }
td.TdClassName
{
border-color: #F7BDB4;
}
.TagClassName
{
border-color: #F7BDB4;
}
</style>