Shades of Melon #F9BCAB
Tints of Melon #F9BCAB
RGB
CMYK
RGB Variations
Color information
#F9BCAB (or 0xF9BCAB) is known color: Melon. HEX triplet: F9, BC and AB. RGB value is (249,188,171). Sum of RGB (Red+Green+Blue) = 249+188+171=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BCAB is #064354. Grayscale: #CCCCCC. Windows color (decimal): -410453 or 11255033. OLE color: 11255033.
HSL color Cylindrical-coordinate representation of color #F9BCAB: hue angle of 13.08º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9BCAB is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 171 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.02 |
| HSL | 13.08º | 0.87% | 0.82% | - |
| HSV(B) | 13.08º | 0.31% | 0.98% | - |
| XYZ | 64.4 | 59.05 | 46.53 | - |
| YUV | 204.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 171 | 0 | 0.24 | 0.31 | 0.02 | 13.08 | 0.87 | 0.82 |
| Hex | F9 | BC | AB | 0 | 18 | 1F | 2 | D | 57 | 52 |
| Octal | 371 | 274 | 253 | 0 | 30 | 37 | 2 | 15 | 127 | 122 |
| Binary | 11111001 | 10111100 | 10101011 | 0 | 11000 | 11111 | 10 | 1101 | 1010111 | 1010010 |
Color Harmonies of #F9BCAB
Complementary color
Monochromatic Colors of #F9BCAB
Black with #F9BCAB
Text Example
Text Example
White with #F9BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCAB; }
p { color: rgb(249,188,171); }
H1.HeaderClassName
{
color: #F9BCAB;
}
.AnyTagClassName
{
color: #F9BCAB;
}
</style>
background-color css
<style>
a { background-color: #F9BCAB; }
a { background-color: rgb(249,188,171); }
div.DivClassName
{
background-color: #F9BCAB;
}
.BgClassName
{
background-color: #F9BCAB;
}
</style>
border-color css
<style>
span { border-color: #F9BCAB; }
span { border-color: rgb(249,188,171); }
td.TdClassName
{
border-color: #F9BCAB;
}
.TagClassName
{
border-color: #F9BCAB;
}
</style>