Shades of Melon #FABAAB
Tints of Melon #FABAAB
RGB
CMYK
RGB Variations
Color information
#FABAAB (or 0xFABAAB) is known color: Melon. HEX triplet: FA, BA and AB. RGB value is (250,186,171). Sum of RGB (Red+Green+Blue) = 250+186+171=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAAB is #054554. Grayscale: #CBCBCB. Windows color (decimal): -345429 or 11254522. OLE color: 11254522.
HSL color Cylindrical-coordinate representation of color #FABAAB: hue angle of 11.39º 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 #FABAAB is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 171 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.02 |
| HSL | 11.39º | 0.89% | 0.83% | - |
| HSV(B) | 11.39º | 0.32% | 0.98% | - |
| XYZ | 64.33 | 58.38 | 46.41 | - |
| YUV | 203.43 | 109.7 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 171 | 0 | 0.26 | 0.32 | 0.02 | 11.39 | 0.89 | 0.83 |
| Hex | FA | BA | AB | 0 | 1A | 20 | 2 | B | 59 | 53 |
| Octal | 372 | 272 | 253 | 0 | 32 | 40 | 2 | 13 | 131 | 123 |
| Binary | 11111010 | 10111010 | 10101011 | 0 | 11010 | 100000 | 10 | 1011 | 1011001 | 1010011 |
Color Harmonies of #FABAAB
Complementary color
Monochromatic Colors of #FABAAB
Black with #FABAAB
Text Example
Text Example
White with #FABAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAAB; }
p { color: rgb(250,186,171); }
H1.HeaderClassName
{
color: #FABAAB;
}
.AnyTagClassName
{
color: #FABAAB;
}
</style>
background-color css
<style>
a { background-color: #FABAAB; }
a { background-color: rgb(250,186,171); }
div.DivClassName
{
background-color: #FABAAB;
}
.BgClassName
{
background-color: #FABAAB;
}
</style>
border-color css
<style>
span { border-color: #FABAAB; }
span { border-color: rgb(250,186,171); }
td.TdClassName
{
border-color: #FABAAB;
}
.TagClassName
{
border-color: #FABAAB;
}
</style>