Shades of Melon #F8BAAF
Tints of Melon #F8BAAF
RGB
CMYK
RGB Variations
Color information
#F8BAAF (or 0xF8BAAF) is known color: Melon. HEX triplet: F8, BA and AF. RGB value is (248,186,175). Sum of RGB (Red+Green+Blue) = 248+186+175=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BAAF is #074550. Grayscale: #CBCBCB. Windows color (decimal): -476497 or 11516664. OLE color: 11516664.
HSL color Cylindrical-coordinate representation of color #F8BAAF: hue angle of 9.04º 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 #F8BAAF is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 175 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.03 |
| HSL | 9.04º | 0.84% | 0.83% | - |
| HSV(B) | 9.04º | 0.29% | 0.97% | - |
| XYZ | 64.01 | 58.17 | 48.41 | - |
| YUV | 203.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 175 | 0 | 0.25 | 0.29 | 0.03 | 9.04 | 0.84 | 0.83 |
| Hex | F8 | BA | AF | 0 | 19 | 1D | 3 | 9 | 54 | 53 |
| Octal | 370 | 272 | 257 | 0 | 31 | 35 | 3 | 11 | 124 | 123 |
| Binary | 11111000 | 10111010 | 10101111 | 0 | 11001 | 11101 | 11 | 1001 | 1010100 | 1010011 |
Color Harmonies of #F8BAAF
Complementary color
Monochromatic Colors of #F8BAAF
Black with #F8BAAF
Text Example
Text Example
White with #F8BAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BAAF; }
p { color: rgb(248,186,175); }
H1.HeaderClassName
{
color: #F8BAAF;
}
.AnyTagClassName
{
color: #F8BAAF;
}
</style>
background-color css
<style>
a { background-color: #F8BAAF; }
a { background-color: rgb(248,186,175); }
div.DivClassName
{
background-color: #F8BAAF;
}
.BgClassName
{
background-color: #F8BAAF;
}
</style>
border-color css
<style>
span { border-color: #F8BAAF; }
span { border-color: rgb(248,186,175); }
td.TdClassName
{
border-color: #F8BAAF;
}
.TagClassName
{
border-color: #F8BAAF;
}
</style>