Shades of Melon #FABBB6
Tints of Melon #FABBB6
RGB
CMYK
RGB Variations
Color information
#FABBB6 (or 0xFABBB6) is known color: Melon. HEX triplet: FA, BB and B6. RGB value is (250,187,182). Sum of RGB (Red+Green+Blue) = 250+187+182=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBB6 is #054449. Grayscale: #CDCDCD. Windows color (decimal): -345162 or 11975674. OLE color: 11975674.
HSL color Cylindrical-coordinate representation of color #FABBB6: hue angle of 4.41º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FABBB6 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 182 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.02 |
| HSL | 4.41º | 0.87% | 0.85% | - |
| HSV(B) | 4.41º | 0.27% | 0.98% | - |
| XYZ | 65.64 | 59.24 | 52.23 | - |
| YUV | 205.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 182 | 0 | 0.25 | 0.27 | 0.02 | 4.41 | 0.87 | 0.85 |
| Hex | FA | BB | B6 | 0 | 19 | 1B | 2 | 4 | 57 | 55 |
| Octal | 372 | 273 | 266 | 0 | 31 | 33 | 2 | 4 | 127 | 125 |
| Binary | 11111010 | 10111011 | 10110110 | 0 | 11001 | 11011 | 10 | 100 | 1010111 | 1010101 |
Color Harmonies of #FABBB6
Complementary color
Monochromatic Colors of #FABBB6
Black with #FABBB6
Text Example
Text Example
White with #FABBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBB6; }
p { color: rgb(250,187,182); }
H1.HeaderClassName
{
color: #FABBB6;
}
.AnyTagClassName
{
color: #FABBB6;
}
</style>
background-color css
<style>
a { background-color: #FABBB6; }
a { background-color: rgb(250,187,182); }
div.DivClassName
{
background-color: #FABBB6;
}
.BgClassName
{
background-color: #FABBB6;
}
</style>
border-color css
<style>
span { border-color: #FABBB6; }
span { border-color: rgb(250,187,182); }
td.TdClassName
{
border-color: #FABBB6;
}
.TagClassName
{
border-color: #FABBB6;
}
</style>