Shades of Melon #F2B9A9
Tints of Melon #F2B9A9
RGB
CMYK
RGB Variations
Color information
#F2B9A9 (or 0xF2B9A9) is known color: Melon. HEX triplet: F2, B9 and A9. RGB value is (242,185,169). Sum of RGB (Red+Green+Blue) = 242+185+169=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 169 (66.41% from 255 or 28.36% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B9A9 is #0D4656. Grayscale: #C8C8C8. Windows color (decimal): -869975 or 11123186. OLE color: 11123186.
HSL color Cylindrical-coordinate representation of color #F2B9A9: hue angle of 13.15º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2B9A9 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 169 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.05 |
| HSL | 13.15º | 0.74% | 0.81% | - |
| HSV(B) | 13.15º | 0.3% | 0.95% | - |
| XYZ | 61.13 | 56.44 | 45.21 | - |
| YUV | 200.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 169 | 0 | 0.24 | 0.30 | 0.05 | 13.15 | 0.74 | 0.81 |
| Hex | F2 | B9 | A9 | 0 | 18 | 1E | 5 | D | 4A | 51 |
| Octal | 362 | 271 | 251 | 0 | 30 | 36 | 5 | 15 | 112 | 121 |
| Binary | 11110010 | 10111001 | 10101001 | 0 | 11000 | 11110 | 101 | 1101 | 1001010 | 1010001 |
Color Harmonies of #F2B9A9
Complementary color
Monochromatic Colors of #F2B9A9
Black with #F2B9A9
Text Example
Text Example
White with #F2B9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9A9; }
p { color: rgb(242,185,169); }
H1.HeaderClassName
{
color: #F2B9A9;
}
.AnyTagClassName
{
color: #F2B9A9;
}
</style>
background-color css
<style>
a { background-color: #F2B9A9; }
a { background-color: rgb(242,185,169); }
div.DivClassName
{
background-color: #F2B9A9;
}
.BgClassName
{
background-color: #F2B9A9;
}
</style>
border-color css
<style>
span { border-color: #F2B9A9; }
span { border-color: rgb(242,185,169); }
td.TdClassName
{
border-color: #F2B9A9;
}
.TagClassName
{
border-color: #F2B9A9;
}
</style>