Shades of Melon #FAB5AA
Tints of Melon #FAB5AA
RGB
CMYK
RGB Variations
Color information
#FAB5AA (or 0xFAB5AA) is known color: Melon. HEX triplet: FA, B5 and AA. RGB value is (250,181,170). Sum of RGB (Red+Green+Blue) = 250+181+170=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB5AA is #054A55. Grayscale: #C8C8C8. Windows color (decimal): -346710 or 11187706. OLE color: 11187706.
HSL color Cylindrical-coordinate representation of color #FAB5AA: hue angle of 8.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAB5AA is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 170 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.02 |
| HSL | 8.25º | 0.89% | 0.82% | - |
| HSV(B) | 8.25º | 0.32% | 0.98% | - |
| XYZ | 63.2 | 56.27 | 45.56 | - |
| YUV | 200.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 170 | 0 | 0.28 | 0.32 | 0.02 | 8.25 | 0.89 | 0.82 |
| Hex | FA | B5 | AA | 0 | 1C | 20 | 2 | 8 | 59 | 52 |
| Octal | 372 | 265 | 252 | 0 | 34 | 40 | 2 | 10 | 131 | 122 |
| Binary | 11111010 | 10110101 | 10101010 | 0 | 11100 | 100000 | 10 | 1000 | 1011001 | 1010010 |
Color Harmonies of #FAB5AA
Complementary color
Monochromatic Colors of #FAB5AA
Black with #FAB5AA
Text Example
Text Example
White with #FAB5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5AA; }
p { color: rgb(250,181,170); }
H1.HeaderClassName
{
color: #FAB5AA;
}
.AnyTagClassName
{
color: #FAB5AA;
}
</style>
background-color css
<style>
a { background-color: #FAB5AA; }
a { background-color: rgb(250,181,170); }
div.DivClassName
{
background-color: #FAB5AA;
}
.BgClassName
{
background-color: #FAB5AA;
}
</style>
border-color css
<style>
span { border-color: #FAB5AA; }
span { border-color: rgb(250,181,170); }
td.TdClassName
{
border-color: #FAB5AA;
}
.TagClassName
{
border-color: #FAB5AA;
}
</style>