Shades of Melon #FAB6AB
Tints of Melon #FAB6AB
RGB
CMYK
RGB Variations
Color information
#FAB6AB (or 0xFAB6AB) is known color: Melon. HEX triplet: FA, B6 and AB. RGB value is (250,182,171). Sum of RGB (Red+Green+Blue) = 250+182+171=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6AB is #054954. Grayscale: #C9C9C9. Windows color (decimal): -346453 or 11253498. OLE color: 11253498.
HSL color Cylindrical-coordinate representation of color #FAB6AB: hue angle of 8.35º 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 #FAB6AB is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 171 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.02 |
| HSL | 8.35º | 0.89% | 0.83% | - |
| HSV(B) | 8.35º | 0.32% | 0.98% | - |
| XYZ | 63.5 | 56.72 | 46.13 | - |
| YUV | 201.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 171 | 0 | 0.27 | 0.32 | 0.02 | 8.35 | 0.89 | 0.83 |
| Hex | FA | B6 | AB | 0 | 1B | 20 | 2 | 8 | 59 | 53 |
| Octal | 372 | 266 | 253 | 0 | 33 | 40 | 2 | 10 | 131 | 123 |
| Binary | 11111010 | 10110110 | 10101011 | 0 | 11011 | 100000 | 10 | 1000 | 1011001 | 1010011 |
Color Harmonies of #FAB6AB
Complementary color
Monochromatic Colors of #FAB6AB
Black with #FAB6AB
Text Example
Text Example
White with #FAB6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6AB; }
p { color: rgb(250,182,171); }
H1.HeaderClassName
{
color: #FAB6AB;
}
.AnyTagClassName
{
color: #FAB6AB;
}
</style>
background-color css
<style>
a { background-color: #FAB6AB; }
a { background-color: rgb(250,182,171); }
div.DivClassName
{
background-color: #FAB6AB;
}
.BgClassName
{
background-color: #FAB6AB;
}
</style>
border-color css
<style>
span { border-color: #FAB6AB; }
span { border-color: rgb(250,182,171); }
td.TdClassName
{
border-color: #FAB6AB;
}
.TagClassName
{
border-color: #FAB6AB;
}
</style>