Shades of Melon #FABDAE
Tints of Melon #FABDAE
RGB
CMYK
RGB Variations
Color information
#FABDAE (or 0xFABDAE) is known color: Melon. HEX triplet: FA, BD and AE. RGB value is (250,189,174). Sum of RGB (Red+Green+Blue) = 250+189+174=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDAE is #054251. Grayscale: #CDCDCD. Windows color (decimal): -344658 or 11451898. OLE color: 11451898.
HSL color Cylindrical-coordinate representation of color #FABDAE: hue angle of 11.84º degrees, saturation: 0.88, 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 #FABDAE is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 174 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.02 |
| HSL | 11.84º | 0.88% | 0.83% | - |
| HSV(B) | 11.84º | 0.3% | 0.98% | - |
| XYZ | 65.26 | 59.78 | 48.14 | - |
| YUV | 205.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 174 | 0 | 0.24 | 0.30 | 0.02 | 11.84 | 0.88 | 0.83 |
| Hex | FA | BD | AE | 0 | 18 | 1E | 2 | C | 58 | 53 |
| Octal | 372 | 275 | 256 | 0 | 30 | 36 | 2 | 14 | 130 | 123 |
| Binary | 11111010 | 10111101 | 10101110 | 0 | 11000 | 11110 | 10 | 1100 | 1011000 | 1010011 |
Color Harmonies of #FABDAE
Complementary color
Monochromatic Colors of #FABDAE
Black with #FABDAE
Text Example
Text Example
White with #FABDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDAE; }
p { color: rgb(250,189,174); }
H1.HeaderClassName
{
color: #FABDAE;
}
.AnyTagClassName
{
color: #FABDAE;
}
</style>
background-color css
<style>
a { background-color: #FABDAE; }
a { background-color: rgb(250,189,174); }
div.DivClassName
{
background-color: #FABDAE;
}
.BgClassName
{
background-color: #FABDAE;
}
</style>
border-color css
<style>
span { border-color: #FABDAE; }
span { border-color: rgb(250,189,174); }
td.TdClassName
{
border-color: #FABDAE;
}
.TagClassName
{
border-color: #FABDAE;
}
</style>