Shades of Melon #FBBCA6
Tints of Melon #FBBCA6
RGB
CMYK
RGB Variations
Color information
#FBBCA6 (or 0xFBBCA6) is known color: Melon. HEX triplet: FB, BC and A6. RGB value is (251,188,166). Sum of RGB (Red+Green+Blue) = 251+188+166=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBCA6 is #044359. Grayscale: #CCCCCC. Windows color (decimal): -279386 or 10927355. OLE color: 10927355.
HSL color Cylindrical-coordinate representation of color #FBBCA6: hue angle of 15.53º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBBCA6 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 166 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.02 |
| HSL | 15.53º | 0.91% | 0.82% | - |
| HSV(B) | 15.53º | 0.34% | 0.98% | - |
| XYZ | 64.65 | 59.23 | 44.1 | - |
| YUV | 204.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 166 | 0 | 0.25 | 0.34 | 0.02 | 15.53 | 0.91 | 0.82 |
| Hex | FB | BC | A6 | 0 | 19 | 22 | 2 | 10 | 5B | 52 |
| Octal | 373 | 274 | 246 | 0 | 31 | 42 | 2 | 20 | 133 | 122 |
| Binary | 11111011 | 10111100 | 10100110 | 0 | 11001 | 100010 | 10 | 10000 | 1011011 | 1010010 |
Color Harmonies of #FBBCA6
Complementary color
Monochromatic Colors of #FBBCA6
Black with #FBBCA6
Text Example
Text Example
White with #FBBCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCA6; }
p { color: rgb(251,188,166); }
H1.HeaderClassName
{
color: #FBBCA6;
}
.AnyTagClassName
{
color: #FBBCA6;
}
</style>
background-color css
<style>
a { background-color: #FBBCA6; }
a { background-color: rgb(251,188,166); }
div.DivClassName
{
background-color: #FBBCA6;
}
.BgClassName
{
background-color: #FBBCA6;
}
</style>
border-color css
<style>
span { border-color: #FBBCA6; }
span { border-color: rgb(251,188,166); }
td.TdClassName
{
border-color: #FBBCA6;
}
.TagClassName
{
border-color: #FBBCA6;
}
</style>