Shades of Melon #FABDB0
Tints of Melon #FABDB0
RGB
CMYK
RGB Variations
Color information
#FABDB0 (or 0xFABDB0) is known color: Melon. HEX triplet: FA, BD and B0. RGB value is (250,189,176). Sum of RGB (Red+Green+Blue) = 250+189+176=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDB0 is #05424F. Grayscale: #CDCDCD. Windows color (decimal): -344656 or 11582970. OLE color: 11582970.
HSL color Cylindrical-coordinate representation of color #FABDB0: hue angle of 10.54º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FABDB0 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 176 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.02 |
| HSL | 10.54º | 0.88% | 0.84% | - |
| HSV(B) | 10.54º | 0.3% | 0.98% | - |
| XYZ | 65.46 | 59.85 | 49.18 | - |
| YUV | 205.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 176 | 0 | 0.24 | 0.30 | 0.02 | 10.54 | 0.88 | 0.84 |
| Hex | FA | BD | B0 | 0 | 18 | 1E | 2 | B | 58 | 54 |
| Octal | 372 | 275 | 260 | 0 | 30 | 36 | 2 | 13 | 130 | 124 |
| Binary | 11111010 | 10111101 | 10110000 | 0 | 11000 | 11110 | 10 | 1011 | 1011000 | 1010100 |
Color Harmonies of #FABDB0
Complementary color
Monochromatic Colors of #FABDB0
Black with #FABDB0
Text Example
Text Example
White with #FABDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDB0; }
p { color: rgb(250,189,176); }
H1.HeaderClassName
{
color: #FABDB0;
}
.AnyTagClassName
{
color: #FABDB0;
}
</style>
background-color css
<style>
a { background-color: #FABDB0; }
a { background-color: rgb(250,189,176); }
div.DivClassName
{
background-color: #FABDB0;
}
.BgClassName
{
background-color: #FABDB0;
}
</style>
border-color css
<style>
span { border-color: #FABDB0; }
span { border-color: rgb(250,189,176); }
td.TdClassName
{
border-color: #FABDB0;
}
.TagClassName
{
border-color: #FABDB0;
}
</style>