Shades of Melon #FABCB6
Tints of Melon #FABCB6
RGB
CMYK
RGB Variations
Color information
#FABCB6 (or 0xFABCB6) is known color: Melon. HEX triplet: FA, BC and B6. RGB value is (250,188,182). Sum of RGB (Red+Green+Blue) = 250+188+182=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCB6 is #054349. Grayscale: #CDCDCD. Windows color (decimal): -344906 or 11975930. OLE color: 11975930.
HSL color Cylindrical-coordinate representation of color #FABCB6: hue angle of 5.29º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FABCB6 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 182 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.02 |
| HSL | 5.29º | 0.87% | 0.85% | - |
| HSV(B) | 5.29º | 0.27% | 0.98% | - |
| XYZ | 65.85 | 59.67 | 52.3 | - |
| YUV | 205.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 182 | 0 | 0.25 | 0.27 | 0.02 | 5.29 | 0.87 | 0.85 |
| Hex | FA | BC | B6 | 0 | 19 | 1B | 2 | 5 | 57 | 55 |
| Octal | 372 | 274 | 266 | 0 | 31 | 33 | 2 | 5 | 127 | 125 |
| Binary | 11111010 | 10111100 | 10110110 | 0 | 11001 | 11011 | 10 | 101 | 1010111 | 1010101 |
Color Harmonies of #FABCB6
Complementary color
Monochromatic Colors of #FABCB6
Black with #FABCB6
Text Example
Text Example
White with #FABCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCB6; }
p { color: rgb(250,188,182); }
H1.HeaderClassName
{
color: #FABCB6;
}
.AnyTagClassName
{
color: #FABCB6;
}
</style>
background-color css
<style>
a { background-color: #FABCB6; }
a { background-color: rgb(250,188,182); }
div.DivClassName
{
background-color: #FABCB6;
}
.BgClassName
{
background-color: #FABCB6;
}
</style>
border-color css
<style>
span { border-color: #FABCB6; }
span { border-color: rgb(250,188,182); }
td.TdClassName
{
border-color: #FABCB6;
}
.TagClassName
{
border-color: #FABCB6;
}
</style>