Shades of Melon #FAB5AB
Tints of Melon #FAB5AB
RGB
CMYK
RGB Variations
Color information
#FAB5AB (or 0xFAB5AB) is known color: Melon. HEX triplet: FA, B5 and AB. RGB value is (250,181,171). Sum of RGB (Red+Green+Blue) = 250+181+171=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB5AB is #054A54. Grayscale: #C8C8C8. Windows color (decimal): -346709 or 11253242. OLE color: 11253242.
HSL color Cylindrical-coordinate representation of color #FAB5AB: hue angle of 7.59º 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 #FAB5AB is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 171 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.02 |
| HSL | 7.59º | 0.89% | 0.83% | - |
| HSV(B) | 7.59º | 0.32% | 0.98% | - |
| XYZ | 63.3 | 56.31 | 46.06 | - |
| YUV | 200.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 171 | 0 | 0.28 | 0.32 | 0.02 | 7.59 | 0.89 | 0.83 |
| Hex | FA | B5 | AB | 0 | 1C | 20 | 2 | 8 | 59 | 53 |
| Octal | 372 | 265 | 253 | 0 | 34 | 40 | 2 | 10 | 131 | 123 |
| Binary | 11111010 | 10110101 | 10101011 | 0 | 11100 | 100000 | 10 | 1000 | 1011001 | 1010011 |
Color Harmonies of #FAB5AB
Complementary color
Monochromatic Colors of #FAB5AB
Black with #FAB5AB
Text Example
Text Example
White with #FAB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5AB; }
p { color: rgb(250,181,171); }
H1.HeaderClassName
{
color: #FAB5AB;
}
.AnyTagClassName
{
color: #FAB5AB;
}
</style>
background-color css
<style>
a { background-color: #FAB5AB; }
a { background-color: rgb(250,181,171); }
div.DivClassName
{
background-color: #FAB5AB;
}
.BgClassName
{
background-color: #FAB5AB;
}
</style>
border-color css
<style>
span { border-color: #FAB5AB; }
span { border-color: rgb(250,181,171); }
td.TdClassName
{
border-color: #FAB5AB;
}
.TagClassName
{
border-color: #FAB5AB;
}
</style>