Shades of Melon #F2B9AB
Tints of Melon #F2B9AB
RGB
CMYK
RGB Variations
Color information
#F2B9AB (or 0xF2B9AB) is known color: Melon. HEX triplet: F2, B9 and AB. RGB value is (242,185,171). Sum of RGB (Red+Green+Blue) = 242+185+171=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B9AB is #0D4654. Grayscale: #C8C8C8. Windows color (decimal): -869973 or 11254258. OLE color: 11254258.
HSL color Cylindrical-coordinate representation of color #F2B9AB: hue angle of 11.83º 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 #F2B9AB is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 171 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.05 |
| HSL | 11.83º | 0.73% | 0.81% | - |
| HSV(B) | 11.83º | 0.29% | 0.95% | - |
| XYZ | 61.32 | 56.52 | 46.2 | - |
| YUV | 200.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 171 | 0 | 0.24 | 0.29 | 0.05 | 11.83 | 0.73 | 0.81 |
| Hex | F2 | B9 | AB | 0 | 18 | 1D | 5 | C | 49 | 51 |
| Octal | 362 | 271 | 253 | 0 | 30 | 35 | 5 | 14 | 111 | 121 |
| Binary | 11110010 | 10111001 | 10101011 | 0 | 11000 | 11101 | 101 | 1100 | 1001001 | 1010001 |
Color Harmonies of #F2B9AB
Complementary color
Monochromatic Colors of #F2B9AB
Black with #F2B9AB
Text Example
Text Example
White with #F2B9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9AB; }
p { color: rgb(242,185,171); }
H1.HeaderClassName
{
color: #F2B9AB;
}
.AnyTagClassName
{
color: #F2B9AB;
}
</style>
background-color css
<style>
a { background-color: #F2B9AB; }
a { background-color: rgb(242,185,171); }
div.DivClassName
{
background-color: #F2B9AB;
}
.BgClassName
{
background-color: #F2B9AB;
}
</style>
border-color css
<style>
span { border-color: #F2B9AB; }
span { border-color: rgb(242,185,171); }
td.TdClassName
{
border-color: #F2B9AB;
}
.TagClassName
{
border-color: #F2B9AB;
}
</style>