Shades of Melon #F9BBAC
Tints of Melon #F9BBAC
RGB
CMYK
RGB Variations
Color information
#F9BBAC (or 0xF9BBAC) is known color: Melon. HEX triplet: F9, BB and AC. RGB value is (249,187,172). Sum of RGB (Red+Green+Blue) = 249+187+172=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BBAC is #064453. Grayscale: #CBCBCB. Windows color (decimal): -410708 or 11320313. OLE color: 11320313.
HSL color Cylindrical-coordinate representation of color #F9BBAC: hue angle of 11.69º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9BBAC is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 172 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.02 |
| HSL | 11.69º | 0.87% | 0.83% | - |
| HSV(B) | 11.69º | 0.31% | 0.98% | - |
| XYZ | 64.28 | 58.66 | 46.96 | - |
| YUV | 203.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 172 | 0 | 0.25 | 0.31 | 0.02 | 11.69 | 0.87 | 0.83 |
| Hex | F9 | BB | AC | 0 | 19 | 1F | 2 | C | 57 | 53 |
| Octal | 371 | 273 | 254 | 0 | 31 | 37 | 2 | 14 | 127 | 123 |
| Binary | 11111001 | 10111011 | 10101100 | 0 | 11001 | 11111 | 10 | 1100 | 1010111 | 1010011 |
Color Harmonies of #F9BBAC
Complementary color
Monochromatic Colors of #F9BBAC
Black with #F9BBAC
Text Example
Text Example
White with #F9BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBAC; }
p { color: rgb(249,187,172); }
H1.HeaderClassName
{
color: #F9BBAC;
}
.AnyTagClassName
{
color: #F9BBAC;
}
</style>
background-color css
<style>
a { background-color: #F9BBAC; }
a { background-color: rgb(249,187,172); }
div.DivClassName
{
background-color: #F9BBAC;
}
.BgClassName
{
background-color: #F9BBAC;
}
</style>
border-color css
<style>
span { border-color: #F9BBAC; }
span { border-color: rgb(249,187,172); }
td.TdClassName
{
border-color: #F9BBAC;
}
.TagClassName
{
border-color: #F9BBAC;
}
</style>