Shades of Melon #FAB5A5
Tints of Melon #FAB5A5
RGB
CMYK
RGB Variations
Color information
#FAB5A5 (or 0xFAB5A5) is known color: Melon. HEX triplet: FA, B5 and A5. RGB value is (250,181,165). Sum of RGB (Red+Green+Blue) = 250+181+165=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB5A5 is #054A5A. Grayscale: #C7C7C7. Windows color (decimal): -346715 or 10860026. OLE color: 10860026.
HSL color Cylindrical-coordinate representation of color #FAB5A5: hue angle of 11.29º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAB5A5 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 165 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.02 |
| HSL | 11.29º | 0.89% | 0.81% | - |
| HSV(B) | 11.29º | 0.34% | 0.98% | - |
| XYZ | 62.74 | 56.09 | 43.12 | - |
| YUV | 199.81 | 108.36 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 165 | 0 | 0.28 | 0.34 | 0.02 | 11.29 | 0.89 | 0.81 |
| Hex | FA | B5 | A5 | 0 | 1C | 22 | 2 | B | 59 | 51 |
| Octal | 372 | 265 | 245 | 0 | 34 | 42 | 2 | 13 | 131 | 121 |
| Binary | 11111010 | 10110101 | 10100101 | 0 | 11100 | 100010 | 10 | 1011 | 1011001 | 1010001 |
Color Harmonies of #FAB5A5
Complementary color
Monochromatic Colors of #FAB5A5
Black with #FAB5A5
Text Example
Text Example
White with #FAB5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5A5; }
p { color: rgb(250,181,165); }
H1.HeaderClassName
{
color: #FAB5A5;
}
.AnyTagClassName
{
color: #FAB5A5;
}
</style>
background-color css
<style>
a { background-color: #FAB5A5; }
a { background-color: rgb(250,181,165); }
div.DivClassName
{
background-color: #FAB5A5;
}
.BgClassName
{
background-color: #FAB5A5;
}
</style>
border-color css
<style>
span { border-color: #FAB5A5; }
span { border-color: rgb(250,181,165); }
td.TdClassName
{
border-color: #FAB5A5;
}
.TagClassName
{
border-color: #FAB5A5;
}
</style>