Shades of Melon #FABFAE
Tints of Melon #FABFAE
RGB
CMYK
RGB Variations
Color information
#FABFAE (or 0xFABFAE) is known color: Melon. HEX triplet: FA, BF and AE. RGB value is (250,191,174). Sum of RGB (Red+Green+Blue) = 250+191+174=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABFAE is #054051. Grayscale: #CECECE. Windows color (decimal): -344146 or 11452410. OLE color: 11452410.
HSL color Cylindrical-coordinate representation of color #FABFAE: hue angle of 13.42º 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 #FABFAE is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 174 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.02 |
| HSL | 13.42º | 0.88% | 0.83% | - |
| HSV(B) | 13.42º | 0.3% | 0.98% | - |
| XYZ | 65.7 | 60.64 | 48.29 | - |
| YUV | 206.7 | 109.55 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 174 | 0 | 0.24 | 0.30 | 0.02 | 13.42 | 0.88 | 0.83 |
| Hex | FA | BF | AE | 0 | 18 | 1E | 2 | D | 58 | 53 |
| Octal | 372 | 277 | 256 | 0 | 30 | 36 | 2 | 15 | 130 | 123 |
| Binary | 11111010 | 10111111 | 10101110 | 0 | 11000 | 11110 | 10 | 1101 | 1011000 | 1010011 |
Color Harmonies of #FABFAE
Complementary color
Monochromatic Colors of #FABFAE
Black with #FABFAE
Text Example
Text Example
White with #FABFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFAE; }
p { color: rgb(250,191,174); }
H1.HeaderClassName
{
color: #FABFAE;
}
.AnyTagClassName
{
color: #FABFAE;
}
</style>
background-color css
<style>
a { background-color: #FABFAE; }
a { background-color: rgb(250,191,174); }
div.DivClassName
{
background-color: #FABFAE;
}
.BgClassName
{
background-color: #FABFAE;
}
</style>
border-color css
<style>
span { border-color: #FABFAE; }
span { border-color: rgb(250,191,174); }
td.TdClassName
{
border-color: #FABFAE;
}
.TagClassName
{
border-color: #FABFAE;
}
</style>