Shades of Melon #FABFB1
Tints of Melon #FABFB1
RGB
CMYK
RGB Variations
Color information
#FABFB1 (or 0xFABFB1) is known color: Melon. HEX triplet: FA, BF and B1. RGB value is (250,191,177). Sum of RGB (Red+Green+Blue) = 250+191+177=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABFB1 is #05404E. Grayscale: #CFCFCF. Windows color (decimal): -344143 or 11649018. OLE color: 11649018.
HSL color Cylindrical-coordinate representation of color #FABFB1: hue angle of 11.51º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FABFB1 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 177 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.02 |
| HSL | 11.51º | 0.88% | 0.84% | - |
| HSV(B) | 11.51º | 0.29% | 0.98% | - |
| XYZ | 65.99 | 60.76 | 49.84 | - |
| YUV | 207.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 177 | 0 | 0.24 | 0.29 | 0.02 | 11.51 | 0.88 | 0.84 |
| Hex | FA | BF | B1 | 0 | 18 | 1D | 2 | C | 58 | 54 |
| Octal | 372 | 277 | 261 | 0 | 30 | 35 | 2 | 14 | 130 | 124 |
| Binary | 11111010 | 10111111 | 10110001 | 0 | 11000 | 11101 | 10 | 1100 | 1011000 | 1010100 |
Color Harmonies of #FABFB1
Complementary color
Monochromatic Colors of #FABFB1
Black with #FABFB1
Text Example
Text Example
White with #FABFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFB1; }
p { color: rgb(250,191,177); }
H1.HeaderClassName
{
color: #FABFB1;
}
.AnyTagClassName
{
color: #FABFB1;
}
</style>
background-color css
<style>
a { background-color: #FABFB1; }
a { background-color: rgb(250,191,177); }
div.DivClassName
{
background-color: #FABFB1;
}
.BgClassName
{
background-color: #FABFB1;
}
</style>
border-color css
<style>
span { border-color: #FABFB1; }
span { border-color: rgb(250,191,177); }
td.TdClassName
{
border-color: #FABFB1;
}
.TagClassName
{
border-color: #FABFB1;
}
</style>