Shades of Melon #FAB7AF
Tints of Melon #FAB7AF
RGB
CMYK
RGB Variations
Color information
#FAB7AF (or 0xFAB7AF) is known color: Melon. HEX triplet: FA, B7 and AF. RGB value is (250,183,175). Sum of RGB (Red+Green+Blue) = 250+183+175=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB7AF is #054850. Grayscale: #CACACA. Windows color (decimal): -346193 or 11515898. OLE color: 11515898.
HSL color Cylindrical-coordinate representation of color #FAB7AF: hue angle of 6.4º 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 #FAB7AF is Cyan = 0, Magento = 0.27, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 175 | - |
| CMYK | 0 | 0.27 | 0.3 | 0.02 |
| HSL | 6.4º | 0.88% | 0.83% | - |
| HSV(B) | 6.4º | 0.3% | 0.98% | - |
| XYZ | 64.1 | 57.29 | 48.24 | - |
| YUV | 202.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 175 | 0 | 0.27 | 0.3 | 0.02 | 6.4 | 0.88 | 0.83 |
| Hex | FA | B7 | AF | 0 | 1B | 1E | 2 | 6 | 58 | 53 |
| Octal | 372 | 267 | 257 | 0 | 33 | 36 | 2 | 6 | 130 | 123 |
| Binary | 11111010 | 10110111 | 10101111 | 0 | 11011 | 11110 | 10 | 110 | 1011000 | 1010011 |
Color Harmonies of #FAB7AF
Complementary color
Monochromatic Colors of #FAB7AF
Black with #FAB7AF
Text Example
Text Example
White with #FAB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7AF; }
p { color: rgb(250,183,175); }
H1.HeaderClassName
{
color: #FAB7AF;
}
.AnyTagClassName
{
color: #FAB7AF;
}
</style>
background-color css
<style>
a { background-color: #FAB7AF; }
a { background-color: rgb(250,183,175); }
div.DivClassName
{
background-color: #FAB7AF;
}
.BgClassName
{
background-color: #FAB7AF;
}
</style>
border-color css
<style>
span { border-color: #FAB7AF; }
span { border-color: rgb(250,183,175); }
td.TdClassName
{
border-color: #FAB7AF;
}
.TagClassName
{
border-color: #FAB7AF;
}
</style>