Shades of Melon #F8BBAC
Tints of Melon #F8BBAC
RGB
CMYK
RGB Variations
Color information
#F8BBAC (or 0xF8BBAC) is known color: Melon. HEX triplet: F8, BB and AC. RGB value is (248,187,172). Sum of RGB (Red+Green+Blue) = 248+187+172=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BBAC is #074453. Grayscale: #CBCBCB. Windows color (decimal): -476244 or 11320312. OLE color: 11320312.
HSL color Cylindrical-coordinate representation of color #F8BBAC: hue angle of 11.84º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8BBAC is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 172 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.03 |
| HSL | 11.84º | 0.84% | 0.82% | - |
| HSV(B) | 11.84º | 0.31% | 0.97% | - |
| XYZ | 63.93 | 58.48 | 46.95 | - |
| YUV | 203.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 172 | 0 | 0.25 | 0.31 | 0.03 | 11.84 | 0.84 | 0.82 |
| Hex | F8 | BB | AC | 0 | 19 | 1F | 3 | C | 54 | 52 |
| Octal | 370 | 273 | 254 | 0 | 31 | 37 | 3 | 14 | 124 | 122 |
| Binary | 11111000 | 10111011 | 10101100 | 0 | 11001 | 11111 | 11 | 1100 | 1010100 | 1010010 |
Color Harmonies of #F8BBAC
Complementary color
Monochromatic Colors of #F8BBAC
Black with #F8BBAC
Text Example
Text Example
White with #F8BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBAC; }
p { color: rgb(248,187,172); }
H1.HeaderClassName
{
color: #F8BBAC;
}
.AnyTagClassName
{
color: #F8BBAC;
}
</style>
background-color css
<style>
a { background-color: #F8BBAC; }
a { background-color: rgb(248,187,172); }
div.DivClassName
{
background-color: #F8BBAC;
}
.BgClassName
{
background-color: #F8BBAC;
}
</style>
border-color css
<style>
span { border-color: #F8BBAC; }
span { border-color: rgb(248,187,172); }
td.TdClassName
{
border-color: #F8BBAC;
}
.TagClassName
{
border-color: #F8BBAC;
}
</style>