Shades of Melon #FABCA8
Tints of Melon #FABCA8
RGB
CMYK
RGB Variations
Color information
#FABCA8 (or 0xFABCA8) is known color: Melon. HEX triplet: FA, BC and A8. RGB value is (250,188,168). Sum of RGB (Red+Green+Blue) = 250+188+168=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 168 (66.02% from 255 or 27.72% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABCA8 is #054357. Grayscale: #CCCCCC. Windows color (decimal): -344920 or 11058426. OLE color: 11058426.
HSL color Cylindrical-coordinate representation of color #FABCA8: hue angle of 14.63º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FABCA8 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 188 | 168 | - |
CMYK | 0 | 0.25 | 0.33 | 0.02 |
HSL | 14.63º | 0.89% | 0.82% | - |
HSV(B) | 14.63º | 0.33% | 0.98% | - |
XYZ | 64.48 | 59.12 | 45.06 | - |
YUV | 204.26 | 107.54 | 160.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 188 | 168 | 0 | 0.25 | 0.33 | 0.02 | 14.63 | 0.89 | 0.82 |
Hex | FA | BC | A8 | 0 | 19 | 21 | 2 | F | 59 | 52 |
Octal | 372 | 274 | 250 | 0 | 31 | 41 | 2 | 17 | 131 | 122 |
Binary | 11111010 | 10111100 | 10101000 | 0 | 11001 | 100001 | 10 | 1111 | 1011001 | 1010010 |
Color Harmonies of #FABCA8
Complementary color
Monochromatic Colors of #FABCA8
Black with #FABCA8
Text Example
Text Example
White with #FABCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCA8; }
p { color: rgb(250,188,168); }
H1.HeaderClassName
{
color: #FABCA8;
}
.AnyTagClassName
{
color: #FABCA8;
}
</style>
background-color css
<style>
a { background-color: #FABCA8; }
a { background-color: rgb(250,188,168); }
div.DivClassName
{
background-color: #FABCA8;
}
.BgClassName
{
background-color: #FABCA8;
}
</style>
border-color css
<style>
span { border-color: #FABCA8; }
span { border-color: rgb(250,188,168); }
td.TdClassName
{
border-color: #FABCA8;
}
.TagClassName
{
border-color: #FABCA8;
}
</style>