Shades of Melon #FAB8AF
Tints of Melon #FAB8AF
RGB
CMYK
RGB Variations
Color information
#FAB8AF (or 0xFAB8AF) is known color: Melon. HEX triplet: FA, B8 and AF. RGB value is (250,184,175). Sum of RGB (Red+Green+Blue) = 250+184+175=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB8AF is #054750. Grayscale: #CACACA. Windows color (decimal): -345937 or 11516154. OLE color: 11516154.
HSL color Cylindrical-coordinate representation of color #FAB8AF: hue angle of 7.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB8AF is Cyan = 0, Magento = 0.26, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 175 | - |
| CMYK | 0 | 0.26 | 0.3 | 0.02 |
| HSL | 7.2º | 0.88% | 0.83% | - |
| HSV(B) | 7.2º | 0.3% | 0.98% | - |
| XYZ | 64.3 | 57.7 | 48.31 | - |
| YUV | 202.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 175 | 0 | 0.26 | 0.3 | 0.02 | 7.2 | 0.88 | 0.83 |
| Hex | FA | B8 | AF | 0 | 1A | 1E | 2 | 7 | 58 | 53 |
| Octal | 372 | 270 | 257 | 0 | 32 | 36 | 2 | 7 | 130 | 123 |
| Binary | 11111010 | 10111000 | 10101111 | 0 | 11010 | 11110 | 10 | 111 | 1011000 | 1010011 |
Color Harmonies of #FAB8AF
Complementary color
Monochromatic Colors of #FAB8AF
Black with #FAB8AF
Text Example
Text Example
White with #FAB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB8AF; }
p { color: rgb(250,184,175); }
H1.HeaderClassName
{
color: #FAB8AF;
}
.AnyTagClassName
{
color: #FAB8AF;
}
</style>
background-color css
<style>
a { background-color: #FAB8AF; }
a { background-color: rgb(250,184,175); }
div.DivClassName
{
background-color: #FAB8AF;
}
.BgClassName
{
background-color: #FAB8AF;
}
</style>
border-color css
<style>
span { border-color: #FAB8AF; }
span { border-color: rgb(250,184,175); }
td.TdClassName
{
border-color: #FAB8AF;
}
.TagClassName
{
border-color: #FAB8AF;
}
</style>