Shades of Melon #F9BBAF
Tints of Melon #F9BBAF
RGB
CMYK
RGB Variations
Color information
#F9BBAF (or 0xF9BBAF) is known color: Melon. HEX triplet: F9, BB and AF. RGB value is (249,187,175). Sum of RGB (Red+Green+Blue) = 249+187+175=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BBAF is #064450. Grayscale: #CCCCCC. Windows color (decimal): -410705 or 11516921. OLE color: 11516921.
HSL color Cylindrical-coordinate representation of color #F9BBAF: hue angle of 9.73º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9BBAF is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 175 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.02 |
| HSL | 9.73º | 0.86% | 0.83% | - |
| HSV(B) | 9.73º | 0.3% | 0.98% | - |
| XYZ | 64.58 | 58.78 | 48.5 | - |
| YUV | 204.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 175 | 0 | 0.25 | 0.30 | 0.02 | 9.73 | 0.86 | 0.83 |
| Hex | F9 | BB | AF | 0 | 19 | 1E | 2 | A | 56 | 53 |
| Octal | 371 | 273 | 257 | 0 | 31 | 36 | 2 | 12 | 126 | 123 |
| Binary | 11111001 | 10111011 | 10101111 | 0 | 11001 | 11110 | 10 | 1010 | 1010110 | 1010011 |
Color Harmonies of #F9BBAF
Complementary color
Monochromatic Colors of #F9BBAF
Black with #F9BBAF
Text Example
Text Example
White with #F9BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBAF; }
p { color: rgb(249,187,175); }
H1.HeaderClassName
{
color: #F9BBAF;
}
.AnyTagClassName
{
color: #F9BBAF;
}
</style>
background-color css
<style>
a { background-color: #F9BBAF; }
a { background-color: rgb(249,187,175); }
div.DivClassName
{
background-color: #F9BBAF;
}
.BgClassName
{
background-color: #F9BBAF;
}
</style>
border-color css
<style>
span { border-color: #F9BBAF; }
span { border-color: rgb(249,187,175); }
td.TdClassName
{
border-color: #F9BBAF;
}
.TagClassName
{
border-color: #F9BBAF;
}
</style>