Shades of Melon #F9BCAA
Tints of Melon #F9BCAA
RGB
CMYK
RGB Variations
Color information
#F9BCAA (or 0xF9BCAA) is known color: Melon. HEX triplet: F9, BC and AA. RGB value is (249,188,170). Sum of RGB (Red+Green+Blue) = 249+188+170=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BCAA is #064355. Grayscale: #CCCCCC. Windows color (decimal): -410454 or 11189497. OLE color: 11189497.
HSL color Cylindrical-coordinate representation of color #F9BCAA: hue angle of 13.67º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9BCAA is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 170 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.02 |
| HSL | 13.67º | 0.87% | 0.82% | - |
| HSV(B) | 13.67º | 0.32% | 0.98% | - |
| XYZ | 64.31 | 59.01 | 46.03 | - |
| YUV | 204.19 | 108.71 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 170 | 0 | 0.24 | 0.32 | 0.02 | 13.67 | 0.87 | 0.82 |
| Hex | F9 | BC | AA | 0 | 18 | 20 | 2 | E | 57 | 52 |
| Octal | 371 | 274 | 252 | 0 | 30 | 40 | 2 | 16 | 127 | 122 |
| Binary | 11111001 | 10111100 | 10101010 | 0 | 11000 | 100000 | 10 | 1110 | 1010111 | 1010010 |
Color Harmonies of #F9BCAA
Complementary color
Monochromatic Colors of #F9BCAA
Black with #F9BCAA
Text Example
Text Example
White with #F9BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BCAA; }
p { color: rgb(249,188,170); }
H1.HeaderClassName
{
color: #F9BCAA;
}
.AnyTagClassName
{
color: #F9BCAA;
}
</style>
background-color css
<style>
a { background-color: #F9BCAA; }
a { background-color: rgb(249,188,170); }
div.DivClassName
{
background-color: #F9BCAA;
}
.BgClassName
{
background-color: #F9BCAA;
}
</style>
border-color css
<style>
span { border-color: #F9BCAA; }
span { border-color: rgb(249,188,170); }
td.TdClassName
{
border-color: #F9BCAA;
}
.TagClassName
{
border-color: #F9BCAA;
}
</style>