Shades of Melon #F9BDB5
Tints of Melon #F9BDB5
RGB
CMYK
RGB Variations
Color information
#F9BDB5 (or 0xF9BDB5) is known color: Melon. HEX triplet: F9, BD and B5. RGB value is (249,189,181). Sum of RGB (Red+Green+Blue) = 249+189+181=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDB5 is #06424A. Grayscale: #CECECE. Windows color (decimal): -410187 or 11910649. OLE color: 11910649.
HSL color Cylindrical-coordinate representation of color #F9BDB5: hue angle of 7.06º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9BDB5 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 181 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.02 |
| HSL | 7.06º | 0.85% | 0.84% | - |
| HSV(B) | 7.06º | 0.27% | 0.98% | - |
| XYZ | 65.61 | 59.87 | 51.81 | - |
| YUV | 206.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 181 | 0 | 0.24 | 0.27 | 0.02 | 7.06 | 0.85 | 0.84 |
| Hex | F9 | BD | B5 | 0 | 18 | 1B | 2 | 7 | 55 | 54 |
| Octal | 371 | 275 | 265 | 0 | 30 | 33 | 2 | 7 | 125 | 124 |
| Binary | 11111001 | 10111101 | 10110101 | 0 | 11000 | 11011 | 10 | 111 | 1010101 | 1010100 |
Color Harmonies of #F9BDB5
Complementary color
Monochromatic Colors of #F9BDB5
Black with #F9BDB5
Text Example
Text Example
White with #F9BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDB5; }
p { color: rgb(249,189,181); }
H1.HeaderClassName
{
color: #F9BDB5;
}
.AnyTagClassName
{
color: #F9BDB5;
}
</style>
background-color css
<style>
a { background-color: #F9BDB5; }
a { background-color: rgb(249,189,181); }
div.DivClassName
{
background-color: #F9BDB5;
}
.BgClassName
{
background-color: #F9BDB5;
}
</style>
border-color css
<style>
span { border-color: #F9BDB5; }
span { border-color: rgb(249,189,181); }
td.TdClassName
{
border-color: #F9BDB5;
}
.TagClassName
{
border-color: #F9BDB5;
}
</style>