Shades of Melon #F8BBB0
Tints of Melon #F8BBB0
RGB
CMYK
RGB Variations
Color information
#F8BBB0 (or 0xF8BBB0) is known color: Melon. HEX triplet: F8, BB and B0. RGB value is (248,187,176). Sum of RGB (Red+Green+Blue) = 248+187+176=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BBB0 is #07444F. Grayscale: #CCCCCC. Windows color (decimal): -476240 or 11582456. OLE color: 11582456.
HSL color Cylindrical-coordinate representation of color #F8BBB0: hue angle of 9.17º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8BBB0 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 176 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.03 |
| HSL | 9.17º | 0.84% | 0.83% | - |
| HSV(B) | 9.17º | 0.29% | 0.97% | - |
| XYZ | 64.32 | 58.63 | 49 | - |
| YUV | 203.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 176 | 0 | 0.25 | 0.29 | 0.03 | 9.17 | 0.84 | 0.83 |
| Hex | F8 | BB | B0 | 0 | 19 | 1D | 3 | 9 | 54 | 53 |
| Octal | 370 | 273 | 260 | 0 | 31 | 35 | 3 | 11 | 124 | 123 |
| Binary | 11111000 | 10111011 | 10110000 | 0 | 11001 | 11101 | 11 | 1001 | 1010100 | 1010011 |
Color Harmonies of #F8BBB0
Complementary color
Monochromatic Colors of #F8BBB0
Black with #F8BBB0
Text Example
Text Example
White with #F8BBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBB0; }
p { color: rgb(248,187,176); }
H1.HeaderClassName
{
color: #F8BBB0;
}
.AnyTagClassName
{
color: #F8BBB0;
}
</style>
background-color css
<style>
a { background-color: #F8BBB0; }
a { background-color: rgb(248,187,176); }
div.DivClassName
{
background-color: #F8BBB0;
}
.BgClassName
{
background-color: #F8BBB0;
}
</style>
border-color css
<style>
span { border-color: #F8BBB0; }
span { border-color: rgb(248,187,176); }
td.TdClassName
{
border-color: #F8BBB0;
}
.TagClassName
{
border-color: #F8BBB0;
}
</style>