Shades of Melon #F9B8AD
Tints of Melon #F9B8AD
RGB
CMYK
RGB Variations
Color information
#F9B8AD (or 0xF9B8AD) is known color: Melon. HEX triplet: F9, B8 and AD. RGB value is (249,184,173). Sum of RGB (Red+Green+Blue) = 249+184+173=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B8AD is #064752. Grayscale: #CACACA. Windows color (decimal): -411475 or 11385081. OLE color: 11385081.
HSL color Cylindrical-coordinate representation of color #F9B8AD: hue angle of 8.68º 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 #F9B8AD is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 184 | 173 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.02 |
| HSL | 8.68º | 0.86% | 0.83% | - |
| HSV(B) | 8.68º | 0.31% | 0.98% | - |
| XYZ | 63.75 | 57.44 | 47.26 | - |
| YUV | 202.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 184 | 173 | 0 | 0.26 | 0.31 | 0.02 | 8.68 | 0.86 | 0.83 |
| Hex | F9 | B8 | AD | 0 | 1A | 1F | 2 | 9 | 56 | 53 |
| Octal | 371 | 270 | 255 | 0 | 32 | 37 | 2 | 11 | 126 | 123 |
| Binary | 11111001 | 10111000 | 10101101 | 0 | 11010 | 11111 | 10 | 1001 | 1010110 | 1010011 |
Color Harmonies of #F9B8AD
Complementary color
Monochromatic Colors of #F9B8AD
Black with #F9B8AD
Text Example
Text Example
White with #F9B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B8AD; }
p { color: rgb(249,184,173); }
H1.HeaderClassName
{
color: #F9B8AD;
}
.AnyTagClassName
{
color: #F9B8AD;
}
</style>
background-color css
<style>
a { background-color: #F9B8AD; }
a { background-color: rgb(249,184,173); }
div.DivClassName
{
background-color: #F9B8AD;
}
.BgClassName
{
background-color: #F9B8AD;
}
</style>
border-color css
<style>
span { border-color: #F9B8AD; }
span { border-color: rgb(249,184,173); }
td.TdClassName
{
border-color: #F9B8AD;
}
.TagClassName
{
border-color: #F9B8AD;
}
</style>