Shades of Melon #FABAB3
Tints of Melon #FABAB3
RGB
CMYK
RGB Variations
Color information
#FABAB3 (or 0xFABAB3) is known color: Melon. HEX triplet: FA, BA and B3. RGB value is (250,186,179). Sum of RGB (Red+Green+Blue) = 250+186+179=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 179 (70.31% from 255 or 29.11% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAB3 is #05454C. Grayscale: #CCCCCC. Windows color (decimal): -345421 or 11778810. OLE color: 11778810.
HSL color Cylindrical-coordinate representation of color #FABAB3: hue angle of 5.92º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FABAB3 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 179 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.02 |
| HSL | 5.92º | 0.88% | 0.84% | - |
| HSV(B) | 5.92º | 0.28% | 0.98% | - |
| XYZ | 65.12 | 58.7 | 50.55 | - |
| YUV | 204.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 179 | 0 | 0.26 | 0.28 | 0.02 | 5.92 | 0.88 | 0.84 |
| Hex | FA | BA | B3 | 0 | 1A | 1C | 2 | 6 | 58 | 54 |
| Octal | 372 | 272 | 263 | 0 | 32 | 34 | 2 | 6 | 130 | 124 |
| Binary | 11111010 | 10111010 | 10110011 | 0 | 11010 | 11100 | 10 | 110 | 1011000 | 1010100 |
Color Harmonies of #FABAB3
Complementary color
Monochromatic Colors of #FABAB3
Black with #FABAB3
Text Example
Text Example
White with #FABAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAB3; }
p { color: rgb(250,186,179); }
H1.HeaderClassName
{
color: #FABAB3;
}
.AnyTagClassName
{
color: #FABAB3;
}
</style>
background-color css
<style>
a { background-color: #FABAB3; }
a { background-color: rgb(250,186,179); }
div.DivClassName
{
background-color: #FABAB3;
}
.BgClassName
{
background-color: #FABAB3;
}
</style>
border-color css
<style>
span { border-color: #FABAB3; }
span { border-color: rgb(250,186,179); }
td.TdClassName
{
border-color: #FABAB3;
}
.TagClassName
{
border-color: #FABAB3;
}
</style>