Shades of Melon #F9B9AD
Tints of Melon #F9B9AD
RGB
CMYK
RGB Variations
Color information
#F9B9AD (or 0xF9B9AD) is known color: Melon. HEX triplet: F9, B9 and AD. RGB value is (249,185,173). Sum of RGB (Red+Green+Blue) = 249+185+173=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B9AD is #064652. Grayscale: #CACACA. Windows color (decimal): -411219 or 11385337. OLE color: 11385337.
HSL color Cylindrical-coordinate representation of color #F9B9AD: hue angle of 9.47º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9B9AD is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 185 | 173 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.02 |
| HSL | 9.47º | 0.86% | 0.83% | - |
| HSV(B) | 9.47º | 0.31% | 0.98% | - |
| XYZ | 63.96 | 57.85 | 47.33 | - |
| YUV | 202.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 185 | 173 | 0 | 0.26 | 0.31 | 0.02 | 9.47 | 0.86 | 0.83 |
| Hex | F9 | B9 | AD | 0 | 1A | 1F | 2 | 9 | 56 | 53 |
| Octal | 371 | 271 | 255 | 0 | 32 | 37 | 2 | 11 | 126 | 123 |
| Binary | 11111001 | 10111001 | 10101101 | 0 | 11010 | 11111 | 10 | 1001 | 1010110 | 1010011 |
Color Harmonies of #F9B9AD
Complementary color
Monochromatic Colors of #F9B9AD
Black with #F9B9AD
Text Example
Text Example
White with #F9B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B9AD; }
p { color: rgb(249,185,173); }
H1.HeaderClassName
{
color: #F9B9AD;
}
.AnyTagClassName
{
color: #F9B9AD;
}
</style>
background-color css
<style>
a { background-color: #F9B9AD; }
a { background-color: rgb(249,185,173); }
div.DivClassName
{
background-color: #F9B9AD;
}
.BgClassName
{
background-color: #F9B9AD;
}
</style>
border-color css
<style>
span { border-color: #F9B9AD; }
span { border-color: rgb(249,185,173); }
td.TdClassName
{
border-color: #F9B9AD;
}
.TagClassName
{
border-color: #F9B9AD;
}
</style>