Shades of Melon #FAB8AD
Tints of Melon #FAB8AD
RGB
CMYK
RGB Variations
Color information
#FAB8AD (or 0xFAB8AD) is known color: Melon. HEX triplet: FA, B8 and AD. RGB value is (250,184,173). Sum of RGB (Red+Green+Blue) = 250+184+173=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB8AD is #054752. Grayscale: #CACACA. Windows color (decimal): -345939 or 11385082. OLE color: 11385082.
HSL color Cylindrical-coordinate representation of color #FAB8AD: hue angle of 8.57º 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 #FAB8AD is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 173 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.02 |
| HSL | 8.57º | 0.89% | 0.83% | - |
| HSV(B) | 8.57º | 0.31% | 0.98% | - |
| XYZ | 64.11 | 57.62 | 47.28 | - |
| YUV | 202.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 173 | 0 | 0.26 | 0.31 | 0.02 | 8.57 | 0.89 | 0.83 |
| Hex | FA | B8 | AD | 0 | 1A | 1F | 2 | 9 | 59 | 53 |
| Octal | 372 | 270 | 255 | 0 | 32 | 37 | 2 | 11 | 131 | 123 |
| Binary | 11111010 | 10111000 | 10101101 | 0 | 11010 | 11111 | 10 | 1001 | 1011001 | 1010011 |
Color Harmonies of #FAB8AD
Complementary color
Monochromatic Colors of #FAB8AD
Black with #FAB8AD
Text Example
Text Example
White with #FAB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB8AD; }
p { color: rgb(250,184,173); }
H1.HeaderClassName
{
color: #FAB8AD;
}
.AnyTagClassName
{
color: #FAB8AD;
}
</style>
background-color css
<style>
a { background-color: #FAB8AD; }
a { background-color: rgb(250,184,173); }
div.DivClassName
{
background-color: #FAB8AD;
}
.BgClassName
{
background-color: #FAB8AD;
}
</style>
border-color css
<style>
span { border-color: #FAB8AD; }
span { border-color: rgb(250,184,173); }
td.TdClassName
{
border-color: #FAB8AD;
}
.TagClassName
{
border-color: #FAB8AD;
}
</style>