Shades of Melon #F2BAAB
Tints of Melon #F2BAAB
RGB
CMYK
RGB Variations
Color information
#F2BAAB (or 0xF2BAAB) is known color: Melon. HEX triplet: F2, BA and AB. RGB value is (242,186,171). Sum of RGB (Red+Green+Blue) = 242+186+171=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BAAB is #0D4554. Grayscale: #C9C9C9. Windows color (decimal): -869717 or 11254514. OLE color: 11254514.
HSL color Cylindrical-coordinate representation of color #F2BAAB: hue angle of 12.68º 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 #F2BAAB is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 171 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.05 |
| HSL | 12.68º | 0.73% | 0.81% | - |
| HSV(B) | 12.68º | 0.29% | 0.95% | - |
| XYZ | 61.53 | 56.94 | 46.27 | - |
| YUV | 201.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 171 | 0 | 0.23 | 0.29 | 0.05 | 12.68 | 0.73 | 0.81 |
| Hex | F2 | BA | AB | 0 | 17 | 1D | 5 | D | 49 | 51 |
| Octal | 362 | 272 | 253 | 0 | 27 | 35 | 5 | 15 | 111 | 121 |
| Binary | 11110010 | 10111010 | 10101011 | 0 | 10111 | 11101 | 101 | 1101 | 1001001 | 1010001 |
Color Harmonies of #F2BAAB
Complementary color
Monochromatic Colors of #F2BAAB
Black with #F2BAAB
Text Example
Text Example
White with #F2BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAAB; }
p { color: rgb(242,186,171); }
H1.HeaderClassName
{
color: #F2BAAB;
}
.AnyTagClassName
{
color: #F2BAAB;
}
</style>
background-color css
<style>
a { background-color: #F2BAAB; }
a { background-color: rgb(242,186,171); }
div.DivClassName
{
background-color: #F2BAAB;
}
.BgClassName
{
background-color: #F2BAAB;
}
</style>
border-color css
<style>
span { border-color: #F2BAAB; }
span { border-color: rgb(242,186,171); }
td.TdClassName
{
border-color: #F2BAAB;
}
.TagClassName
{
border-color: #F2BAAB;
}
</style>