Shades of Melon #F9BDA9
Tints of Melon #F9BDA9
RGB
CMYK
RGB Variations
Color information
#F9BDA9 (or 0xF9BDA9) is known color: Melon. HEX triplet: F9, BD and A9. RGB value is (249,189,169). Sum of RGB (Red+Green+Blue) = 249+189+169=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 169 (66.41% from 255 or 27.84% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BDA9 is #064256. Grayscale: #CCCCCC. Windows color (decimal): -410199 or 11124217. OLE color: 11124217.
HSL color Cylindrical-coordinate representation of color #F9BDA9: hue angle of 15º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9BDA9 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 169 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.02 |
| HSL | 15º | 0.87% | 0.82% | - |
| HSV(B) | 15º | 0.32% | 0.98% | - |
| XYZ | 64.43 | 59.4 | 45.61 | - |
| YUV | 204.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 169 | 0 | 0.24 | 0.32 | 0.02 | 15 | 0.87 | 0.82 |
| Hex | F9 | BD | A9 | 0 | 18 | 20 | 2 | F | 57 | 52 |
| Octal | 371 | 275 | 251 | 0 | 30 | 40 | 2 | 17 | 127 | 122 |
| Binary | 11111001 | 10111101 | 10101001 | 0 | 11000 | 100000 | 10 | 1111 | 1010111 | 1010010 |
Color Harmonies of #F9BDA9
Complementary color
Monochromatic Colors of #F9BDA9
Black with #F9BDA9
Text Example
Text Example
White with #F9BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDA9; }
p { color: rgb(249,189,169); }
H1.HeaderClassName
{
color: #F9BDA9;
}
.AnyTagClassName
{
color: #F9BDA9;
}
</style>
background-color css
<style>
a { background-color: #F9BDA9; }
a { background-color: rgb(249,189,169); }
div.DivClassName
{
background-color: #F9BDA9;
}
.BgClassName
{
background-color: #F9BDA9;
}
</style>
border-color css
<style>
span { border-color: #F9BDA9; }
span { border-color: rgb(249,189,169); }
td.TdClassName
{
border-color: #F9BDA9;
}
.TagClassName
{
border-color: #F9BDA9;
}
</style>