Shades of Melon #F7BDB3
Tints of Melon #F7BDB3
RGB
CMYK
RGB Variations
Color information
#F7BDB3 (or 0xF7BDB3) is known color: Melon. HEX triplet: F7, BD and B3. RGB value is (247,189,179). Sum of RGB (Red+Green+Blue) = 247+189+179=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 179 (70.31% from 255 or 29.11% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDB3 is #08424C. Grayscale: #CDCDCD. Windows color (decimal): -541261 or 11779575. OLE color: 11779575.
HSL color Cylindrical-coordinate representation of color #F7BDB3: hue angle of 8.82º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7BDB3 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 179 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.03 |
| HSL | 8.82º | 0.81% | 0.84% | - |
| HSV(B) | 8.82º | 0.28% | 0.97% | - |
| XYZ | 64.69 | 59.42 | 50.71 | - |
| YUV | 205.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 179 | 0 | 0.23 | 0.28 | 0.03 | 8.82 | 0.81 | 0.84 |
| Hex | F7 | BD | B3 | 0 | 17 | 1C | 3 | 9 | 51 | 54 |
| Octal | 367 | 275 | 263 | 0 | 27 | 34 | 3 | 11 | 121 | 124 |
| Binary | 11110111 | 10111101 | 10110011 | 0 | 10111 | 11100 | 11 | 1001 | 1010001 | 1010100 |
Color Harmonies of #F7BDB3
Complementary color
Monochromatic Colors of #F7BDB3
Black with #F7BDB3
Text Example
Text Example
White with #F7BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BDB3; }
p { color: rgb(247,189,179); }
H1.HeaderClassName
{
color: #F7BDB3;
}
.AnyTagClassName
{
color: #F7BDB3;
}
</style>
background-color css
<style>
a { background-color: #F7BDB3; }
a { background-color: rgb(247,189,179); }
div.DivClassName
{
background-color: #F7BDB3;
}
.BgClassName
{
background-color: #F7BDB3;
}
</style>
border-color css
<style>
span { border-color: #F7BDB3; }
span { border-color: rgb(247,189,179); }
td.TdClassName
{
border-color: #F7BDB3;
}
.TagClassName
{
border-color: #F7BDB3;
}
</style>