Shades of Melon #FABBAB
Tints of Melon #FABBAB
RGB
CMYK
RGB Variations
Color information
#FABBAB (or 0xFABBAB) is known color: Melon. HEX triplet: FA, BB and AB. RGB value is (250,187,171). Sum of RGB (Red+Green+Blue) = 250+187+171=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABBAB is #054454. Grayscale: #CCCCCC. Windows color (decimal): -345173 or 11254778. OLE color: 11254778.
HSL color Cylindrical-coordinate representation of color #FABBAB: hue angle of 12.15º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FABBAB is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 171 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.02 |
| HSL | 12.15º | 0.89% | 0.83% | - |
| HSV(B) | 12.15º | 0.32% | 0.98% | - |
| XYZ | 64.55 | 58.8 | 46.48 | - |
| YUV | 204.01 | 109.37 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 171 | 0 | 0.25 | 0.32 | 0.02 | 12.15 | 0.89 | 0.83 |
| Hex | FA | BB | AB | 0 | 19 | 20 | 2 | C | 59 | 53 |
| Octal | 372 | 273 | 253 | 0 | 31 | 40 | 2 | 14 | 131 | 123 |
| Binary | 11111010 | 10111011 | 10101011 | 0 | 11001 | 100000 | 10 | 1100 | 1011001 | 1010011 |
Color Harmonies of #FABBAB
Complementary color
Monochromatic Colors of #FABBAB
Black with #FABBAB
Text Example
Text Example
White with #FABBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBAB; }
p { color: rgb(250,187,171); }
H1.HeaderClassName
{
color: #FABBAB;
}
.AnyTagClassName
{
color: #FABBAB;
}
</style>
background-color css
<style>
a { background-color: #FABBAB; }
a { background-color: rgb(250,187,171); }
div.DivClassName
{
background-color: #FABBAB;
}
.BgClassName
{
background-color: #FABBAB;
}
</style>
border-color css
<style>
span { border-color: #FABBAB; }
span { border-color: rgb(250,187,171); }
td.TdClassName
{
border-color: #FABBAB;
}
.TagClassName
{
border-color: #FABBAB;
}
</style>