Shades of Melon #FABFAC
Tints of Melon #FABFAC
RGB
CMYK
RGB Variations
Color information
#FABFAC (or 0xFABFAC) is known color: Melon. HEX triplet: FA, BF and AC. RGB value is (250,191,172). Sum of RGB (Red+Green+Blue) = 250+191+172=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABFAC is #054053. Grayscale: #CECECE. Windows color (decimal): -344148 or 11321338. OLE color: 11321338.
HSL color Cylindrical-coordinate representation of color #FABFAC: hue angle of 14.62º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FABFAC is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 172 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.02 |
| HSL | 14.62º | 0.89% | 0.83% | - |
| HSV(B) | 14.62º | 0.31% | 0.98% | - |
| XYZ | 65.5 | 60.56 | 47.27 | - |
| YUV | 206.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 172 | 0 | 0.24 | 0.31 | 0.02 | 14.62 | 0.89 | 0.83 |
| Hex | FA | BF | AC | 0 | 18 | 1F | 2 | F | 59 | 53 |
| Octal | 372 | 277 | 254 | 0 | 30 | 37 | 2 | 17 | 131 | 123 |
| Binary | 11111010 | 10111111 | 10101100 | 0 | 11000 | 11111 | 10 | 1111 | 1011001 | 1010011 |
Color Harmonies of #FABFAC
Complementary color
Monochromatic Colors of #FABFAC
Black with #FABFAC
Text Example
Text Example
White with #FABFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFAC; }
p { color: rgb(250,191,172); }
H1.HeaderClassName
{
color: #FABFAC;
}
.AnyTagClassName
{
color: #FABFAC;
}
</style>
background-color css
<style>
a { background-color: #FABFAC; }
a { background-color: rgb(250,191,172); }
div.DivClassName
{
background-color: #FABFAC;
}
.BgClassName
{
background-color: #FABFAC;
}
</style>
border-color css
<style>
span { border-color: #FABFAC; }
span { border-color: rgb(250,191,172); }
td.TdClassName
{
border-color: #FABFAC;
}
.TagClassName
{
border-color: #FABFAC;
}
</style>