Shades of Melon #FABBB4
Tints of Melon #FABBB4
RGB
CMYK
RGB Variations
Color information
#FABBB4 (or 0xFABBB4) is known color: Melon. HEX triplet: FA, BB and B4. RGB value is (250,187,180). Sum of RGB (Red+Green+Blue) = 250+187+180=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBB4 is #05444B. Grayscale: #CDCDCD. Windows color (decimal): -345164 or 11844602. OLE color: 11844602.
HSL color Cylindrical-coordinate representation of color #FABBB4: hue angle of 6º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FABBB4 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 180 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.02 |
| HSL | 6º | 0.88% | 0.84% | - |
| HSV(B) | 6º | 0.28% | 0.98% | - |
| XYZ | 65.43 | 59.16 | 51.15 | - |
| YUV | 205.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 180 | 0 | 0.25 | 0.28 | 0.02 | 6 | 0.88 | 0.84 |
| Hex | FA | BB | B4 | 0 | 19 | 1C | 2 | 6 | 58 | 54 |
| Octal | 372 | 273 | 264 | 0 | 31 | 34 | 2 | 6 | 130 | 124 |
| Binary | 11111010 | 10111011 | 10110100 | 0 | 11001 | 11100 | 10 | 110 | 1011000 | 1010100 |
Color Harmonies of #FABBB4
Complementary color
Monochromatic Colors of #FABBB4
Black with #FABBB4
Text Example
Text Example
White with #FABBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBB4; }
p { color: rgb(250,187,180); }
H1.HeaderClassName
{
color: #FABBB4;
}
.AnyTagClassName
{
color: #FABBB4;
}
</style>
background-color css
<style>
a { background-color: #FABBB4; }
a { background-color: rgb(250,187,180); }
div.DivClassName
{
background-color: #FABBB4;
}
.BgClassName
{
background-color: #FABBB4;
}
</style>
border-color css
<style>
span { border-color: #FABBB4; }
span { border-color: rgb(250,187,180); }
td.TdClassName
{
border-color: #FABBB4;
}
.TagClassName
{
border-color: #FABBB4;
}
</style>