Shades of Melon #FABBAE
Tints of Melon #FABBAE
RGB
CMYK
RGB Variations
Color information
#FABBAE (or 0xFABBAE) is known color: Melon. HEX triplet: FA, BB and AE. RGB value is (250,187,174). Sum of RGB (Red+Green+Blue) = 250+187+174=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABBAE is #054451. Grayscale: #CCCCCC. Windows color (decimal): -345170 or 11451386. OLE color: 11451386.
HSL color Cylindrical-coordinate representation of color #FABBAE: hue angle of 10.26º 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 #FABBAE is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 174 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.02 |
| HSL | 10.26º | 0.88% | 0.83% | - |
| HSV(B) | 10.26º | 0.3% | 0.98% | - |
| XYZ | 64.83 | 58.92 | 48 | - |
| YUV | 204.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 174 | 0 | 0.25 | 0.30 | 0.02 | 10.26 | 0.88 | 0.83 |
| Hex | FA | BB | AE | 0 | 19 | 1E | 2 | A | 58 | 53 |
| Octal | 372 | 273 | 256 | 0 | 31 | 36 | 2 | 12 | 130 | 123 |
| Binary | 11111010 | 10111011 | 10101110 | 0 | 11001 | 11110 | 10 | 1010 | 1011000 | 1010011 |
Color Harmonies of #FABBAE
Complementary color
Monochromatic Colors of #FABBAE
Black with #FABBAE
Text Example
Text Example
White with #FABBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBAE; }
p { color: rgb(250,187,174); }
H1.HeaderClassName
{
color: #FABBAE;
}
.AnyTagClassName
{
color: #FABBAE;
}
</style>
background-color css
<style>
a { background-color: #FABBAE; }
a { background-color: rgb(250,187,174); }
div.DivClassName
{
background-color: #FABBAE;
}
.BgClassName
{
background-color: #FABBAE;
}
</style>
border-color css
<style>
span { border-color: #FABBAE; }
span { border-color: rgb(250,187,174); }
td.TdClassName
{
border-color: #FABBAE;
}
.TagClassName
{
border-color: #FABBAE;
}
</style>