Shades of Melon #FABEAF
Tints of Melon #FABEAF
RGB
CMYK
RGB Variations
Color information
#FABEAF (or 0xFABEAF) is known color: Melon. HEX triplet: FA, BE and AF. RGB value is (250,190,175). Sum of RGB (Red+Green+Blue) = 250+190+175=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABEAF is #054150. Grayscale: #CECECE. Windows color (decimal): -344401 or 11517690. OLE color: 11517690.
HSL color Cylindrical-coordinate representation of color #FABEAF: hue angle of 12º 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 #FABEAF is Cyan = 0, Magento = 0.24, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 175 | - |
| CMYK | 0 | 0.24 | 0.3 | 0.02 |
| HSL | 12º | 0.88% | 0.83% | - |
| HSV(B) | 12º | 0.3% | 0.98% | - |
| XYZ | 65.58 | 60.25 | 48.73 | - |
| YUV | 206.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 175 | 0 | 0.24 | 0.3 | 0.02 | 12 | 0.88 | 0.83 |
| Hex | FA | BE | AF | 0 | 18 | 1E | 2 | C | 58 | 53 |
| Octal | 372 | 276 | 257 | 0 | 30 | 36 | 2 | 14 | 130 | 123 |
| Binary | 11111010 | 10111110 | 10101111 | 0 | 11000 | 11110 | 10 | 1100 | 1011000 | 1010011 |
Color Harmonies of #FABEAF
Complementary color
Monochromatic Colors of #FABEAF
Black with #FABEAF
Text Example
Text Example
White with #FABEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEAF; }
p { color: rgb(250,190,175); }
H1.HeaderClassName
{
color: #FABEAF;
}
.AnyTagClassName
{
color: #FABEAF;
}
</style>
background-color css
<style>
a { background-color: #FABEAF; }
a { background-color: rgb(250,190,175); }
div.DivClassName
{
background-color: #FABEAF;
}
.BgClassName
{
background-color: #FABEAF;
}
</style>
border-color css
<style>
span { border-color: #FABEAF; }
span { border-color: rgb(250,190,175); }
td.TdClassName
{
border-color: #FABEAF;
}
.TagClassName
{
border-color: #FABEAF;
}
</style>