Shades of Melon #FAB7B0
Tints of Melon #FAB7B0
RGB
CMYK
RGB Variations
Color information
#FAB7B0 (or 0xFAB7B0) is known color: Melon. HEX triplet: FA, B7 and B0. RGB value is (250,183,176). Sum of RGB (Red+Green+Blue) = 250+183+176=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB7B0 is #05484F. Grayscale: #CACACA. Windows color (decimal): -346192 or 11581434. OLE color: 11581434.
HSL color Cylindrical-coordinate representation of color #FAB7B0: hue angle of 5.68º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB7B0 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 176 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.02 |
| HSL | 5.68º | 0.88% | 0.84% | - |
| HSV(B) | 5.68º | 0.3% | 0.98% | - |
| XYZ | 64.19 | 57.33 | 48.76 | - |
| YUV | 202.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 176 | 0 | 0.27 | 0.30 | 0.02 | 5.68 | 0.88 | 0.84 |
| Hex | FA | B7 | B0 | 0 | 1B | 1E | 2 | 6 | 58 | 54 |
| Octal | 372 | 267 | 260 | 0 | 33 | 36 | 2 | 6 | 130 | 124 |
| Binary | 11111010 | 10110111 | 10110000 | 0 | 11011 | 11110 | 10 | 110 | 1011000 | 1010100 |
Color Harmonies of #FAB7B0
Complementary color
Monochromatic Colors of #FAB7B0
Black with #FAB7B0
Text Example
Text Example
White with #FAB7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7B0; }
p { color: rgb(250,183,176); }
H1.HeaderClassName
{
color: #FAB7B0;
}
.AnyTagClassName
{
color: #FAB7B0;
}
</style>
background-color css
<style>
a { background-color: #FAB7B0; }
a { background-color: rgb(250,183,176); }
div.DivClassName
{
background-color: #FAB7B0;
}
.BgClassName
{
background-color: #FAB7B0;
}
</style>
border-color css
<style>
span { border-color: #FAB7B0; }
span { border-color: rgb(250,183,176); }
td.TdClassName
{
border-color: #FAB7B0;
}
.TagClassName
{
border-color: #FAB7B0;
}
</style>