Shades of Melon #F2BAAA
Tints of Melon #F2BAAA
RGB
CMYK
RGB Variations
Color information
#F2BAAA (or 0xF2BAAA) is known color: Melon. HEX triplet: F2, BA and AA. RGB value is (242,186,170). Sum of RGB (Red+Green+Blue) = 242+186+170=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BAAA is #0D4555. Grayscale: #C9C9C9. Windows color (decimal): -869718 or 11188978. OLE color: 11188978.
HSL color Cylindrical-coordinate representation of color #F2BAAA: hue angle of 13.33º degrees, saturation: 0.73, 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 #F2BAAA is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 170 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.05 |
| HSL | 13.33º | 0.73% | 0.81% | - |
| HSV(B) | 13.33º | 0.3% | 0.95% | - |
| XYZ | 61.43 | 56.9 | 45.77 | - |
| YUV | 200.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 170 | 0 | 0.23 | 0.30 | 0.05 | 13.33 | 0.73 | 0.81 |
| Hex | F2 | BA | AA | 0 | 17 | 1E | 5 | D | 49 | 51 |
| Octal | 362 | 272 | 252 | 0 | 27 | 36 | 5 | 15 | 111 | 121 |
| Binary | 11110010 | 10111010 | 10101010 | 0 | 10111 | 11110 | 101 | 1101 | 1001001 | 1010001 |
Color Harmonies of #F2BAAA
Complementary color
Monochromatic Colors of #F2BAAA
Black with #F2BAAA
Text Example
Text Example
White with #F2BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAAA; }
p { color: rgb(242,186,170); }
H1.HeaderClassName
{
color: #F2BAAA;
}
.AnyTagClassName
{
color: #F2BAAA;
}
</style>
background-color css
<style>
a { background-color: #F2BAAA; }
a { background-color: rgb(242,186,170); }
div.DivClassName
{
background-color: #F2BAAA;
}
.BgClassName
{
background-color: #F2BAAA;
}
</style>
border-color css
<style>
span { border-color: #F2BAAA; }
span { border-color: rgb(242,186,170); }
td.TdClassName
{
border-color: #F2BAAA;
}
.TagClassName
{
border-color: #F2BAAA;
}
</style>