Shades of Melon #FAB7AD
Tints of Melon #FAB7AD
RGB
CMYK
RGB Variations
Color information
#FAB7AD (or 0xFAB7AD) is known color: Melon. HEX triplet: FA, B7 and AD. RGB value is (250,183,173). Sum of RGB (Red+Green+Blue) = 250+183+173=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB7AD is #054852. Grayscale: #CACACA. Windows color (decimal): -346195 or 11384826. OLE color: 11384826.
HSL color Cylindrical-coordinate representation of color #FAB7AD: hue angle of 7.79º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAB7AD is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 173 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.02 |
| HSL | 7.79º | 0.89% | 0.83% | - |
| HSV(B) | 7.79º | 0.31% | 0.98% | - |
| XYZ | 63.9 | 57.21 | 47.21 | - |
| YUV | 201.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 173 | 0 | 0.27 | 0.31 | 0.02 | 7.79 | 0.89 | 0.83 |
| Hex | FA | B7 | AD | 0 | 1B | 1F | 2 | 8 | 59 | 53 |
| Octal | 372 | 267 | 255 | 0 | 33 | 37 | 2 | 10 | 131 | 123 |
| Binary | 11111010 | 10110111 | 10101101 | 0 | 11011 | 11111 | 10 | 1000 | 1011001 | 1010011 |
Color Harmonies of #FAB7AD
Complementary color
Monochromatic Colors of #FAB7AD
Black with #FAB7AD
Text Example
Text Example
White with #FAB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7AD; }
p { color: rgb(250,183,173); }
H1.HeaderClassName
{
color: #FAB7AD;
}
.AnyTagClassName
{
color: #FAB7AD;
}
</style>
background-color css
<style>
a { background-color: #FAB7AD; }
a { background-color: rgb(250,183,173); }
div.DivClassName
{
background-color: #FAB7AD;
}
.BgClassName
{
background-color: #FAB7AD;
}
</style>
border-color css
<style>
span { border-color: #FAB7AD; }
span { border-color: rgb(250,183,173); }
td.TdClassName
{
border-color: #FAB7AD;
}
.TagClassName
{
border-color: #FAB7AD;
}
</style>