Shades of Melon #F2BAAC
Tints of Melon #F2BAAC
RGB
CMYK
RGB Variations
Color information
#F2BAAC (or 0xF2BAAC) is known color: Melon. HEX triplet: F2, BA and AC. RGB value is (242,186,172). Sum of RGB (Red+Green+Blue) = 242+186+172=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BAAC is #0D4553. Grayscale: #C9C9C9. Windows color (decimal): -869716 or 11320050. OLE color: 11320050.
HSL color Cylindrical-coordinate representation of color #F2BAAC: hue angle of 12º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2BAAC is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 172 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.05 |
| HSL | 12º | 0.73% | 0.81% | - |
| HSV(B) | 12º | 0.29% | 0.95% | - |
| XYZ | 61.62 | 56.97 | 46.78 | - |
| YUV | 201.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 172 | 0 | 0.23 | 0.29 | 0.05 | 12 | 0.73 | 0.81 |
| Hex | F2 | BA | AC | 0 | 17 | 1D | 5 | C | 49 | 51 |
| Octal | 362 | 272 | 254 | 0 | 27 | 35 | 5 | 14 | 111 | 121 |
| Binary | 11110010 | 10111010 | 10101100 | 0 | 10111 | 11101 | 101 | 1100 | 1001001 | 1010001 |
Color Harmonies of #F2BAAC
Complementary color
Monochromatic Colors of #F2BAAC
Black with #F2BAAC
Text Example
Text Example
White with #F2BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAAC; }
p { color: rgb(242,186,172); }
H1.HeaderClassName
{
color: #F2BAAC;
}
.AnyTagClassName
{
color: #F2BAAC;
}
</style>
background-color css
<style>
a { background-color: #F2BAAC; }
a { background-color: rgb(242,186,172); }
div.DivClassName
{
background-color: #F2BAAC;
}
.BgClassName
{
background-color: #F2BAAC;
}
</style>
border-color css
<style>
span { border-color: #F2BAAC; }
span { border-color: rgb(242,186,172); }
td.TdClassName
{
border-color: #F2BAAC;
}
.TagClassName
{
border-color: #F2BAAC;
}
</style>