Shades of Melon #FAB9AE
Tints of Melon #FAB9AE
RGB
CMYK
RGB Variations
Color information
#FAB9AE (or 0xFAB9AE) is known color: Melon. HEX triplet: FA, B9 and AE. RGB value is (250,185,174). Sum of RGB (Red+Green+Blue) = 250+185+174=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9AE is #054651. Grayscale: #CBCBCB. Windows color (decimal): -345682 or 11450874. OLE color: 11450874.
HSL color Cylindrical-coordinate representation of color #FAB9AE: hue angle of 8.68º 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 #FAB9AE is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 174 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.02 |
| HSL | 8.68º | 0.88% | 0.83% | - |
| HSV(B) | 8.68º | 0.3% | 0.98% | - |
| XYZ | 64.41 | 58.08 | 47.86 | - |
| YUV | 203.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 174 | 0 | 0.26 | 0.30 | 0.02 | 8.68 | 0.88 | 0.83 |
| Hex | FA | B9 | AE | 0 | 1A | 1E | 2 | 9 | 58 | 53 |
| Octal | 372 | 271 | 256 | 0 | 32 | 36 | 2 | 11 | 130 | 123 |
| Binary | 11111010 | 10111001 | 10101110 | 0 | 11010 | 11110 | 10 | 1001 | 1011000 | 1010011 |
Color Harmonies of #FAB9AE
Complementary color
Monochromatic Colors of #FAB9AE
Black with #FAB9AE
Text Example
Text Example
White with #FAB9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9AE; }
p { color: rgb(250,185,174); }
H1.HeaderClassName
{
color: #FAB9AE;
}
.AnyTagClassName
{
color: #FAB9AE;
}
</style>
background-color css
<style>
a { background-color: #FAB9AE; }
a { background-color: rgb(250,185,174); }
div.DivClassName
{
background-color: #FAB9AE;
}
.BgClassName
{
background-color: #FAB9AE;
}
</style>
border-color css
<style>
span { border-color: #FAB9AE; }
span { border-color: rgb(250,185,174); }
td.TdClassName
{
border-color: #FAB9AE;
}
.TagClassName
{
border-color: #FAB9AE;
}
</style>