Shades of Melon #FABCAB
Tints of Melon #FABCAB
RGB
CMYK
RGB Variations
Color information
#FABCAB (or 0xFABCAB) is known color: Melon. HEX triplet: FA, BC and AB. RGB value is (250,188,171). Sum of RGB (Red+Green+Blue) = 250+188+171=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABCAB is #054354. Grayscale: #CCCCCC. Windows color (decimal): -344917 or 11255034. OLE color: 11255034.
HSL color Cylindrical-coordinate representation of color #FABCAB: hue angle of 12.91º 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 #FABCAB is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 171 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.02 |
| HSL | 12.91º | 0.89% | 0.83% | - |
| HSV(B) | 12.91º | 0.32% | 0.98% | - |
| XYZ | 64.76 | 59.23 | 46.55 | - |
| YUV | 204.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 171 | 0 | 0.25 | 0.32 | 0.02 | 12.91 | 0.89 | 0.83 |
| Hex | FA | BC | AB | 0 | 19 | 20 | 2 | D | 59 | 53 |
| Octal | 372 | 274 | 253 | 0 | 31 | 40 | 2 | 15 | 131 | 123 |
| Binary | 11111010 | 10111100 | 10101011 | 0 | 11001 | 100000 | 10 | 1101 | 1011001 | 1010011 |
Color Harmonies of #FABCAB
Complementary color
Monochromatic Colors of #FABCAB
Black with #FABCAB
Text Example
Text Example
White with #FABCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCAB; }
p { color: rgb(250,188,171); }
H1.HeaderClassName
{
color: #FABCAB;
}
.AnyTagClassName
{
color: #FABCAB;
}
</style>
background-color css
<style>
a { background-color: #FABCAB; }
a { background-color: rgb(250,188,171); }
div.DivClassName
{
background-color: #FABCAB;
}
.BgClassName
{
background-color: #FABCAB;
}
</style>
border-color css
<style>
span { border-color: #FABCAB; }
span { border-color: rgb(250,188,171); }
td.TdClassName
{
border-color: #FABCAB;
}
.TagClassName
{
border-color: #FABCAB;
}
</style>