Shades of Melon #F9BDAE
Tints of Melon #F9BDAE
RGB
CMYK
RGB Variations
Color information
#F9BDAE (or 0xF9BDAE) is known color: Melon. HEX triplet: F9, BD and AE. RGB value is (249,189,174). Sum of RGB (Red+Green+Blue) = 249+189+174=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BDAE is #064251. Grayscale: #CDCDCD. Windows color (decimal): -410194 or 11451897. OLE color: 11451897.
HSL color Cylindrical-coordinate representation of color #F9BDAE: hue angle of 12º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9BDAE is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 174 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.02 |
| HSL | 12º | 0.86% | 0.83% | - |
| HSV(B) | 12º | 0.3% | 0.98% | - |
| XYZ | 64.9 | 59.59 | 48.13 | - |
| YUV | 205.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 174 | 0 | 0.24 | 0.30 | 0.02 | 12 | 0.86 | 0.83 |
| Hex | F9 | BD | AE | 0 | 18 | 1E | 2 | C | 56 | 53 |
| Octal | 371 | 275 | 256 | 0 | 30 | 36 | 2 | 14 | 126 | 123 |
| Binary | 11111001 | 10111101 | 10101110 | 0 | 11000 | 11110 | 10 | 1100 | 1010110 | 1010011 |
Color Harmonies of #F9BDAE
Complementary color
Monochromatic Colors of #F9BDAE
Black with #F9BDAE
Text Example
Text Example
White with #F9BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDAE; }
p { color: rgb(249,189,174); }
H1.HeaderClassName
{
color: #F9BDAE;
}
.AnyTagClassName
{
color: #F9BDAE;
}
</style>
background-color css
<style>
a { background-color: #F9BDAE; }
a { background-color: rgb(249,189,174); }
div.DivClassName
{
background-color: #F9BDAE;
}
.BgClassName
{
background-color: #F9BDAE;
}
</style>
border-color css
<style>
span { border-color: #F9BDAE; }
span { border-color: rgb(249,189,174); }
td.TdClassName
{
border-color: #F9BDAE;
}
.TagClassName
{
border-color: #F9BDAE;
}
</style>