Shades of Melon #FAB7A3
Tints of Melon #FAB7A3
RGB
CMYK
RGB Variations
Color information
#FAB7A3 (or 0xFAB7A3) is known color: Melon. HEX triplet: FA, B7 and A3. RGB value is (250,183,163). Sum of RGB (Red+Green+Blue) = 250+183+163=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB7A3 is #05485C. Grayscale: #C8C8C8. Windows color (decimal): -346205 or 10729466. OLE color: 10729466.
HSL color Cylindrical-coordinate representation of color #FAB7A3: hue angle of 13.79º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAB7A3 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 163 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.02 |
| HSL | 13.79º | 0.9% | 0.81% | - |
| HSV(B) | 13.79º | 0.35% | 0.98% | - |
| XYZ | 62.97 | 56.84 | 42.3 | - |
| YUV | 200.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 163 | 0 | 0.27 | 0.35 | 0.02 | 13.79 | 0.9 | 0.81 |
| Hex | FA | B7 | A3 | 0 | 1B | 23 | 2 | E | 5A | 51 |
| Octal | 372 | 267 | 243 | 0 | 33 | 43 | 2 | 16 | 132 | 121 |
| Binary | 11111010 | 10110111 | 10100011 | 0 | 11011 | 100011 | 10 | 1110 | 1011010 | 1010001 |
Color Harmonies of #FAB7A3
Complementary color
Monochromatic Colors of #FAB7A3
Black with #FAB7A3
Text Example
Text Example
White with #FAB7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7A3; }
p { color: rgb(250,183,163); }
H1.HeaderClassName
{
color: #FAB7A3;
}
.AnyTagClassName
{
color: #FAB7A3;
}
</style>
background-color css
<style>
a { background-color: #FAB7A3; }
a { background-color: rgb(250,183,163); }
div.DivClassName
{
background-color: #FAB7A3;
}
.BgClassName
{
background-color: #FAB7A3;
}
</style>
border-color css
<style>
span { border-color: #FAB7A3; }
span { border-color: rgb(250,183,163); }
td.TdClassName
{
border-color: #FAB7A3;
}
.TagClassName
{
border-color: #FAB7A3;
}
</style>