Shades of Melon #F8BBAF
Tints of Melon #F8BBAF
RGB
CMYK
RGB Variations
Color information
#F8BBAF (or 0xF8BBAF) is known color: Melon. HEX triplet: F8, BB and AF. RGB value is (248,187,175). Sum of RGB (Red+Green+Blue) = 248+187+175=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8BBAF is #074450. Grayscale: #CBCBCB. Windows color (decimal): -476241 or 11516920. OLE color: 11516920.
HSL color Cylindrical-coordinate representation of color #F8BBAF: hue angle of 9.86º 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 #F8BBAF is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 175 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.03 |
| HSL | 9.86º | 0.84% | 0.83% | - |
| HSV(B) | 9.86º | 0.29% | 0.97% | - |
| XYZ | 64.22 | 58.59 | 48.48 | - |
| YUV | 203.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 175 | 0 | 0.25 | 0.29 | 0.03 | 9.86 | 0.84 | 0.83 |
| Hex | F8 | BB | AF | 0 | 19 | 1D | 3 | A | 54 | 53 |
| Octal | 370 | 273 | 257 | 0 | 31 | 35 | 3 | 12 | 124 | 123 |
| Binary | 11111000 | 10111011 | 10101111 | 0 | 11001 | 11101 | 11 | 1010 | 1010100 | 1010011 |
Color Harmonies of #F8BBAF
Complementary color
Monochromatic Colors of #F8BBAF
Black with #F8BBAF
Text Example
Text Example
White with #F8BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBAF; }
p { color: rgb(248,187,175); }
H1.HeaderClassName
{
color: #F8BBAF;
}
.AnyTagClassName
{
color: #F8BBAF;
}
</style>
background-color css
<style>
a { background-color: #F8BBAF; }
a { background-color: rgb(248,187,175); }
div.DivClassName
{
background-color: #F8BBAF;
}
.BgClassName
{
background-color: #F8BBAF;
}
</style>
border-color css
<style>
span { border-color: #F8BBAF; }
span { border-color: rgb(248,187,175); }
td.TdClassName
{
border-color: #F8BBAF;
}
.TagClassName
{
border-color: #F8BBAF;
}
</style>