Shades of Melon #F8BBA6
Tints of Melon #F8BBA6
RGB
CMYK
RGB Variations
Color information
#F8BBA6 (or 0xF8BBA6) is known color: Melon. HEX triplet: F8, BB and A6. RGB value is (248,187,166). Sum of RGB (Red+Green+Blue) = 248+187+166=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BBA6 is #074459. Grayscale: #CACACA. Windows color (decimal): -476250 or 10927096. OLE color: 10927096.
HSL color Cylindrical-coordinate representation of color #F8BBA6: hue angle of 15.37º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8BBA6 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 166 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.03 |
| HSL | 15.37º | 0.85% | 0.81% | - |
| HSV(B) | 15.37º | 0.33% | 0.97% | - |
| XYZ | 63.36 | 58.25 | 43.98 | - |
| YUV | 202.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 166 | 0 | 0.25 | 0.33 | 0.03 | 15.37 | 0.85 | 0.81 |
| Hex | F8 | BB | A6 | 0 | 19 | 21 | 3 | F | 55 | 51 |
| Octal | 370 | 273 | 246 | 0 | 31 | 41 | 3 | 17 | 125 | 121 |
| Binary | 11111000 | 10111011 | 10100110 | 0 | 11001 | 100001 | 11 | 1111 | 1010101 | 1010001 |
Color Harmonies of #F8BBA6
Complementary color
Monochromatic Colors of #F8BBA6
Black with #F8BBA6
Text Example
Text Example
White with #F8BBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBA6; }
p { color: rgb(248,187,166); }
H1.HeaderClassName
{
color: #F8BBA6;
}
.AnyTagClassName
{
color: #F8BBA6;
}
</style>
background-color css
<style>
a { background-color: #F8BBA6; }
a { background-color: rgb(248,187,166); }
div.DivClassName
{
background-color: #F8BBA6;
}
.BgClassName
{
background-color: #F8BBA6;
}
</style>
border-color css
<style>
span { border-color: #F8BBA6; }
span { border-color: rgb(248,187,166); }
td.TdClassName
{
border-color: #F8BBA6;
}
.TagClassName
{
border-color: #F8BBA6;
}
</style>